Skip to main content

i have converted a netexpress 5.x Project to Visual Cobol to generate a lbr and dll

after converting, i become a error by compiling in dll -> "Can't open Input file oopss.lib

When i take away the oopss.lib in the field link with lib's, i become following error:

unresolved external Symbol _oopsverifyobject

Chris, what is to do?

Thanks very much!

i have converted a netexpress 5.x Project to Visual Cobol to generate a lbr and dll

after converting, i become a error by compiling in dll -> "Can't open Input file oopss.lib

When i take away the oopss.lib in the field link with lib's, i become following error:

unresolved external Symbol _oopsverifyobject

Chris, what is to do?

Thanks very much!

Try linking in oopsm.lib which is in the folder C:\\Program Files (x86)\\Micro Focus\\Visual COBOL\\lib.

This is the multithreaded version of the same library. In Visual COBOL on Windows the singlethreaded run-time is no longer supported.


Try linking in oopsm.lib which is in the folder C:\\Program Files (x86)\\Micro Focus\\Visual COBOL\\lib.

This is the multithreaded version of the same library. In Visual COBOL on Windows the singlethreaded run-time is no longer supported.

This is because of a lot of the native OO support can be used with COM/Java and these environments pre-reg a thread-safe environment and the threaded runtime gives us that.