Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Drivers Guide - <b>linking the novterm terminal driver</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Linking the NOVTERM Terminal Driver
------------------------------------------------------------------------------

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

     1. To link with .RTLink using positional syntax:

        C>RTLINK <appObjectList> GT,,, NOVTERM

     2. To link with .RTLink using freeformat syntax:

        C>RTLINK FI <appObjectList>, GT LIB NOVTERM

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

        C>RTLINK FI <appObjectList> /PLL:NOVTERM

     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 NOVTERM driver with BASE52.PLL.  An
     application linked with both NOVTERM.LIB and BASE52.PLL may cause the
     computer to freeze upon execution.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson