Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper/ExoSpace 1.0g - <b>nodeflib</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NODEFLIB
------------------------------------------------------------------------------

 Synopsis

     Do not search default libraries.

 Syntax

     NODEFLIB

 Alternate

     NODEFAULTLIBRARYSEARCH

 Description

     By default, CA-Clipper/ExoSpace will search the libraries specified as
     defaults in the object modules being linked.  This command causes
     CA-Clipper/ExoSpace to ignore any such default libraries specifications.
     All required libraries must then be explicitly specified in the link
     script, otherwise undefined symbols may result.  Specifically, the
     default CA-Clipper libraries must be explicitly specified:  CLIPPER.LIB,
     EXTEND.LIB, TERMINAL.LIB, and DBFNTX.LIB.

     In addition, use of this command requires that the CA-Clipper/ExoSpace
     library, EXOSPACE.LIB, must also be explicitly specified before any
     other libraries.  Otherwise, CA-Clipper/ExoSpace will be unable to
     successfully link a protected-mode executable.

 Library Names

     Do not rename the CA-Clipper/ExoSpace library, EXOSPACE.LIB.
     CA-Clipper/ExoSpace requires that the library have this name, and will
     not operate correctly if it is renamed.

     Similarly, do not rename the CA-Clipper debugger library, CLD.LIB.
     CA-Clipper/ExoSpace performs special processing on this library to allow
     it to operate in protected mode, so the debugger will not function
     correctly if the library is renamed.

     Note:  If for some reason you specify the CA-Clipper libraries
     explicitly, make sure that EXOSPACE.LIB is specified before any
     CA-Clipper library.  For example:

     EXOSPACE FILE HELLO LIBRARY EXOSPACE, CLIPPER, EXTEND, MYLIB


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