


If your applications do not interface with any special library routines other than the AcuConnect libraries, you do not need to relink your runtime--AcuConnect includes an ACUCOBOL-GT runtime that 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 included runtime with these special routines. To execute the link, you must have the appropriate C compiler for your host machine.
On Windows NT (Intel) servers, use Microsoft Visual C++, version 6.0.
On UNIX servers, 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 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).