Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CLIPWKS -Spreadsheet Library - clipwks is protected mode compatible and can be linked by any linker that http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLIPWKS is protected mode compatible and can be linked by any linker that
supports Clipper code.  There are three CLIPWKS lib files, depending upon
which version of Clipper you are using:

   CLPWKS50.LIB    - Clipper 5.01
   CLPWKS52.LIB    - Clipper 5.2
   CLPWKS53.LIB    - Clipper 5.3

Substitue the appropriate library file where shown in the examples below:

Microsoft LINK
    C>link /NOE/SEG:1024 your_prog,,,CLPWKS5x+CLIPPER+EXTEND

Exospace
    C>exospace fi your_prog lib CLPWKS5x

Blinker (script file)
    FILE your_prog
    BEGINAREA
        ALLOCATE CLPWKS5x
        ALLOCATE extend
    ENDAREA

RTLINK
    C>RTLINK FILE your_prog LIBRARY CLPWKS5x
        -or-
    C>RTLINK your_prog, , ,CLPWKS5x

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