


If your applications do not interface with any special library routines other than the AcuConnect libraries, you do not need to relink your runtime--the ACUCOBOL-GT runtime Version 4.2 has been prelinked for your convenience. If, on the other hand, your applications interface with Acu4GL , Btrieve, C-ISAM, or other special library routines, you must relink the runtime with these special routines. Be sure to use your ACUCOBOL-GT Version 4.2 distribution to remake your runtime in this instance and not the AcuConnect distribution. To execute the link, you must have the appropriate C compiler.
On MS-Windows 3.x clients, use Microsoft Visual C++, version 1.5.
On MS-Windows 95, Windows 98, and Windows NT (Intel) clients, use Microsoft Visual C++, version 6.0.
On UNIX clients, use the C compiler supplied by the vendor of your UNIX system. On
some machines, this is supplied with UNIX, on others it is an add-on option.
For Acu4GL, Btrieve, or C-ISAM, follow the relinking procedure described in the add-on module's documentation.
For other special library routines, the following procedures apply:
Relinking under Windows 95/98 and Windows NT (Intel)
Note: Before relinking, modify "direct.c" (direct method) or "sub.c" and "sub85.c" (interface method) to include your C routines (see Appendix C in the documentation for the compiler).
See Also
Removing Client Support from the Runtime