Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Proclip2 Library - <b> - linking proclip2 -</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                               - Linking PROCLIP2 -
     ------------------------------------------------------------------------

  
     Use of this library is identical to that of any other library designed
     for use with CLIPPER or other programming languages.  Refer to the
     Clipper programming manual or any manual containing a description of how
     to operate the linker you are currently using.

     Listed below are sample syntax for three of the most popular linkers.

     With MicroSoft Overlay Linker -

     C>LINK
     Microsoft (R) Overlay Linker  Version 3.61
     Copyright (C) Microsoft Corp 1983-1987.  All rights reserved.

     Object Modules [.OBJ]: YOURPROG
     Run File [YOURPROG.EXE]:
     List File [NUL.MAP]:
     Libraries [.LIB]: CLIPPER + PROCLIP2


     With Plink86 -

     C>PLINK86
     PLINK86plus ( Nantucket ) Version 2.24
     Copyright (C) 1987 by Phoenix Technologies Ltd.,
     All Rights Reserved.

     =>FI YOURPROG
     =>LIB CLIPPER
     =>LIB PROCLIP2
     =>;


     With Turbo Link -

     C>TLINK YOURFILE,YOURFILE,NUL,CLIPPER + PROCLIP2
     Turbo Link  Version 1.0  Copyright (c) 1987 Borland International

                                 * * * NOTE * * *
     If you are using PROCLIP2 with any other library which contains the same
     function names (eg. CLOCK) you will see some warning errors generated by
     whichever linker you are using.  If you like the PROCLIP2 function
     better than the others just make certain that PROCLIP2 is the first
     library in the list after the CLIPPER library is specified.  Otherwise
     make certain their library is first in the list.

.

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