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>module...from</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MODULE...FROM
------------------------------------------------------------------------------

 Synopsis

     Override default linking sequence for specified library modules.

 Syntax

     MODULE <Name> FROM <LibName>

 Example

     # Force "ordentry" module to link
     # from myoldlib.lib, rather than any
     # other libraries it is defined in.
     MODULE ordentry FROM myoldlib

 Description

     Forces certain modules or symbols to be linked from the specified
     library.  This may override the default link sequence.

     For example, if modules from two different libraries contain procedures
     of the same name, this command can be used to explicitly specify which
     module should actually be linked.

     Note:  The .RTLink command MODULE, as opposed to MODULE...FROM, is
     ignored by CA-Clipper/ExoSpace, since it is mostly used to control
     module placement relative to overlay areas.  CA-Clipper/ExoSpace
     overlays code completely and automatically, and thus the MODULE command
     has no effect.  Link scripts containing MODULE commands should still
     work correctly with CA-Clipper/ExoSpace without modification.

     Important!  If you are using the MODULE command to force linkage of
     a module which would not otherwise be linked, CA-Clipper/ExoSpace
     requires that you use the MODULE...FROM command instead, specifying the
     library in which the module can be found.


See Also: FILE

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