I'm tasked with migrating some custom NetX 5.1 native Cobol applications to Visual Cobol 3.0 using Eclipse IDE.
When running an executable outside the IDE, I receive the following error:
Load error: file <executable-path>\\cblviom.dll
error code: 164, pc=0, call=1, seg=0
164 RRun-Time subprogram not found.
I do have the system and account Path Environmental pointing to the both the \\bin and \\binn directories.
I moved the cblviom.dll to the application directory to no avail.
This is a 32-bit program with the project settings directives as: IDXFORMAT"3" ODOSLIDE



