Skip to main content

Hi,

I am working for Net Express to Visual Cobol migration and I am getting this '174     Imported file not found: (CobWifeDll.dll)' error for one of the component .

Earlier I was getting load error '173 Called program file not found in drive/directory' for 'CobWifeDll' while calling this dll

So I have declared a procedure-pointer and set up the entry point to this dll, Now I am getting this '174     Imported file not found: (CobWifeDll.dll)' error.

  • link to this dll is present in the path variable.
  • Run time Model is shared in Cobol link tab.

This particular dll contains the functionalities for the communication between application program and and the screens.

Can you please help me to resolve this issue?

Thanks in advance.

Hi,

I am working for Net Express to Visual Cobol migration and I am getting this '174     Imported file not found: (CobWifeDll.dll)' error for one of the component .

Earlier I was getting load error '173 Called program file not found in drive/directory' for 'CobWifeDll' while calling this dll

So I have declared a procedure-pointer and set up the entry point to this dll, Now I am getting this '174     Imported file not found: (CobWifeDll.dll)' error.

  • link to this dll is present in the path variable.
  • Run time Model is shared in Cobol link tab.

This particular dll contains the functionalities for the communication between application program and and the screens.

Can you please help me to resolve this issue?

Thanks in advance.

Is this a COBOL .dll that was generated using Net Express? It will have to be recompiled using Visual COBOL.

Is the bitism of this .dll the same as the bitism of the calling program? 32-bit and 32-bit or 64-bit and 64-bit?