BIND Help (bind.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.
Using APILMR.OBJ
                                             Up Contents Index Back
─────Using APILMR.OBJ───────────────────────────────────────────────────────
 
     If you want a 64K default data segment when running in real mode,
     enter APILMR.OBJ in the <implibs> field of the BIND command line.
 
     This object file may be necessary because a protected-mode program
     is only allocated the space it specifically requests. If you do
     not specify APILMR.OBJ, your program may run out of local heap
     space in real mode.
 
     If you specify APILMR.OBJ, your program uses more memory when run
     in real mode. If your program spawns other programs, this may
     cause a memory shortage.
                                    -♦-