C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Library Support for Customized Memory Models
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     When writing a customized (mixed-model) program, you must be
     careful to choose a suitable standard run-time library for your
     program.
 
     For SS!=DS models (/Aw and /Au), you need to create a customized
     library. Use the /NOD option when linking, and specify the library
     files and object files you want. For your memory-model
     specification and operating system, use the startup routine from
     the appropriate library.
     See: Library Startup Routines
                                    -♦-