Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> ca-clipper 5.x</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CA-Clipper 5.x
------------------------------------------------------------------------------
 If you are using the UDCs you will need to compile and link in the
 functions contained in NOVLIB50.PRG. Simply add the name of the resulting
 object file after the file names at link time. For example:

 BLINKER FILE <objects>, NOVLIB50 LIB NOVLIBCL, NOVLIB, NOVDOS

 If you are using a third party software package to link your CA-Clipper
 programs as true Windows programs, you may use either the NOVLIB static
 libraries (NOVLIBCL.LIB, NOVLIB.LIB and NOVWIN.LIB) or NOVLIB.DLL. In order
 to use NOVLIB.DLL, you should link the Clipper interface library
 (NOVLIBCL.LIB) and the NOVLIB import library (NOVIMP.LIB). This will ensure
 that the functions that reside in the DLL are imported into your program.

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