OO COBOL Files to Ship

Warning: We recommend that you ship the whole of reUZE Server with your application. However to provide backward compatibility, you can still select and ship specific files.

These files are packaged in the reUZE Server install file SRP32xxxxxxxx.exe (where xxxxxxxx indicates the build) on your reUZE Server CD. To extract files without installing reUZE Server, run the executable with the /a switch and specify the location in which to store the extracted files. For example, enter:

srp*.exe /a

If your application uses OO programming, you need to ship the following files:

If your application requires: Single-threading files needed: Multi-threading files needed:

OO programming support

  • class.dll
  • classs.dll
  • mfos.dll
  • oopss.cfg
  • oopss.dll
  • class.dll
  • classm.dll
  • mfom.dll
  • oopsm.cfg
  • oopsm.dll

Support for creating graphical user interfaces

  • apigui.dll
  • apiguis.dll
  • comctl32.dll (Microsoft module)
  • apigui.dll
  • apiguim.dll
  • comctl32.dll (Microsoft module)

Support for shipping programs as .int or .gnt files

  • cob32api.dll
  • cob32api.dll

COM automation support

  • mfoles.dll
  • oleclass.dll
  • mfolem.dll
  • oleclass.dll

COM class library support

  • olecl.dll
  • mfolecl.dll
  • olecl.dll
  • mfolecl.dll

Java and COBOL mixed language support, depending on the JVM used by the application

  • javaclass.dll (OO Java domain class library)
  • mfcobol.jar (Java classes for accessing COBOL)
  • mfjavam.dll (OO java domain)

Related Topics