Previous Topic Next topic Print topic


Run-time System Files to Ship

Note: The following applies to native COBOL only.
CAUTION:

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

Many of the frequently required files are already packaged together into the utils.lbr file, which you can ship if it suits your application's needs.

If you require support for: Single-threading files needed: Multi-threading files needed:
CBL_EXEC_RUN_UNIT (graphical user interface applications) cblxecws.exe cblxecwm.exe
CBL_EXEC_RUN_UNIT (character user interface applications) cblexecs.exe cblexecm.exe
Character user interfaces (for true console applications only) cblvios.dll cblviom.dll
Character user interfaces (for applications that use the default COBOL text window) cbldwins.dll cbldwinm.dll
File handling, for enhanced ACCEPT/DISPLAY syntax (ADIS), and for OO persistence mffh.dll mffh.dll
Print support module cblprnt.dll cblprnt.dll

Other run-time support files that you might need to ship depending on the functionality that your application uses are as follows:

If your application uses: Files needed:
ActiveX controls:
  • Toolbar
  • Status bar
  • Tree view
  • Spin button
  • comctl32.dll (Microsoft module)
Btrieve
  • xfh2btr.gnt
  • _btrv.gnt
Command-line Sort
  • mfsort.exe

CCI:

  • APPC protocol
  • DDE protocol
  • IPX protocol
  • NetBios protocol
  • TCP/IP protocol
  • TCP2 registration

 

  • cciap32.dll
  • ccide32.dll
  • cciix32.dll
  • ccinb32.dll
  • cciinst.exe and ccitc32.dll
  • ccitcp2.exe
Client/server binding
  • mfcsmgr.int
  • mfserver.int
  • mfclient.int
FaultFinder facility
  • cbldbg.dll
  • cblffndm.exe (multi-threaded)
  • cblffnds.exe (single-threaded)
File handling
  • xfh2btr.gnt (access to btrieve files)
Fileshare
  • fhrdrpwd.lbr
  • fs.dll (server)
  • fs.exe (server trigger)
  • fsservice.exe (to run as an NT service)
  • fsclose.exe (server closedown support)
  • fsmgr.dll (manager API support)
Host Compatibility Option
  • mfhcolib.lbr (when using the DB2 ECM compiler)
  • mfsqlsmf.dll
Java interfaces support
  • mfcc.exe
  • mfccmui.jar
  • xerces.jar

Micro Focus run trigger program:

  • multithreaded trigger
  • multithreaded trigger (Windows)
  • single-threaded trigger
  • single-threaded trigger (Windows)

 

  • run.cfg
  • run.exe
  • runm.exe
  • runmw.exe
  • runs.exe
  • runsw.exe
  • runw.exe
  • shell.lbr
  • utils.lbr
  • tools.lbr
Microsoft Transaction Server
  • objectcontext.dll
ODBC
  • drivers obtained separately, and
  • odbcrw32.dll
Rebuild facility (command-line file recovery tool)
  • callrb.lbr
  • rebuild.exe
  • the language files mflangxx.lbr. These files need to be available, and the COBDIR environment variable needs to point to the directory containing them
SQL, ESQL and ODBC
  • csqlsupp.dll (Cobsql)
  • odbcrw32.dll or odbcrw64.dll (OpenESQL)
  • oesqlebc.dll (OpenESQL with EBCDIC data)
  • ODBC drivers obtained separately
  • mfsqlsmf.dll
Web Services support
  • gk-os.dll
  • gk-utility.dll
  • mclient.dll
  • mfclsoap.dll
  • mfidmap.dll
  • nxwscrun.dll
  • xerces-c_2_1_0.dll
Previous Topic Next topic Print topic