Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - each memory model requires different run-time and floating-point libraries. http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Each memory model requires different run-time and floating-point libraries.
Each library assumes a particular memory model and should be linked only
with modules that have been compiled with the same memory model.  The
following table lists the libraries that are to be used to link an
application that has been compiled for a particular memory model.


     Memory  Run-time      Floating-Point  Floating-Point
     Model   Library       Calls Library   Library (80x87)
     ------- --------      --------------  ---------------
     tiny    CLIBS.LIB     MATHS.LIB       MATH87S.LIB
             +CSTART_T.OBJ                 +(NO)EMU87.LIB*

     small   CLIBS.LIB     MATHS.LIB       MATH87S.LIB
                                           +(NO)EMU87.LIB*

     medium  CLIBM.LIB     MATHM.LIB       MATH87M.LIB
                                           +(NO)EMU87.LIB*

     compact CLIBC.LIB     MATHC.LIB       MATH87C.LIB
                                           +(NO)EMU87.LIB*

     large   CLIBL.LIB     MATHL.LIB       MATH87L.LIB
                                           +(NO)EMU87.LIB*

     huge    CLIBH.LIB     MATHH.LIB       MATH87H.LIB
                                           +(NO)EMU87.LIB*

* One of EMU87.LIB or NOEMU87.LIB will be used with the 80x87 math libraries
depending on the use of the "fpi" (include emulation) or "fpi87" (do not
include emulation) options.

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