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

     To link the DBFMDX database driver into an application program, you must
     specify DBFMDX.LIB to the linker in addition to your application object
     files (.OBJ).

     1. To link with .RTLink using positional syntax:

        C>RTLINK <appObjectList> ,,,DBFMDX

     2. To link with .RTLink using freeformat syntax:

        C>RTLINK FI <appObjectList> LIB DBFMDX

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


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