[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Linking the PCBIOS Terminal Driver
------------------------------------------------------------------------------

     To link the PCBIOS alternate terminal driver into an application
     program, you must specify both GT.OBJ and PCBIOS.LIB to the linker in
     addition to your application object (.OBJ) modules.

     1. To link with .RTLink using positional syntax:

        C>RTLINK <appObjectList> GT,,, PCBIOS;

     2. To link with .RTLink using freeformat syntax:

        C>RTLINK FI <appObjectList>, GT LIB PCBIOS

     3. To link with .RTLink using PCBIOS.PLL and freeformat syntax:

        C>RTLINK FI <appObjectList> /PLL:PCBIOS

     Note:  These link commands assume you have set the LIB, OBJ, and PLL
     environment variables to the standard locations.  They also assume that
     the CA-Clipper programs were compiled without the /R option.

     Important!  You cannot link the PCBIOS driver with BASE52.PLL.  An
     application linked with both PCBIOS.LIB and BASE52.PLL may cause the
     user's computer to freeze when the user executes it.


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson