We recommend that you ship the whole of
COBOL Server with your application. However to provide backward compatibility, you can still select and ship specific files.
If your application contains
.int and
.gnt files, you need to supply the following files:
- The trigger program that starts your application.
- The run-time file that enables the run-time system to run .int files. This file is
cblintm.dll.
- The file for making calls to the Win32 API from intermediate and generated code:
cob32api.dll.
In addition, you need the same range of files as any other application:
- The files that comprise your application, which in this case are
.int and
.gnt files.
- Any linked programs called by the application.
- The file for the shared run-time system:
cblrtsm.dll
- Any run-time support modules called by the application.