Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>library management and linking</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                LIBRARY MANAGEMENT and LINKING


     Modifying a library

     For this you will need the Microsoft Library Manager, LIB.EXE

     It is necessary to remove the old object module from the library
     and add the new module.  The following command achieves this.

     From the DOS prompt with LIB.EXE, the Library Manager, in the
     current directory or specified along the path type:-

          LIB PLANET -+example;

          - informs LIB to remove the old module example from PLANET.LIB
          + informs LIB to add the new module example to PLANET.LIB


     Linking

     No doubt many of you will be used to linking programs with
     PLINK86-Plus and probably Microsoft.s Overlay Linker.
     An example is shown below using LINK.EXE and PLINK86-Plus.  Do
     not forget to specify the PLANET and SQL Libraries in addition to
     Clipper and Extend.

     Using LINK.EXE
     LINK example,,,CLIPPER EXTEND PLANET SQL;

     LINK.EXE can be made to display information which may be of
     interest to you when linking.  There is great educational value
     in viewing this information.

     Type: SET LINK=/INFO and re-link to view this information.

     Type: SET LINK= to turn off this facility.


     Using PLINK86.EXE
          PLINK86 FI example LIB CLIPPER, EXTEND, PLANET, SQL


     For more specific information concerning PLINK86, LINK and LIB
     please consult the appropriate Reference Manual.

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