◄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. -♦-