Subj : Re: Platform: DOS (Overlay) To : borland.public.cpp.borlandcpp From : waking Date : Mon Jul 19 2004 03:21 am On Mon, 19 Jul 2004 01:09:32 GMT, waking@idirect.com (Wayne A. King) wrote: >Locate the linker section - it should begin around where the string >$(TLINK) is found. >add an entry at the start of the list for the overlay.lib (if missing): >J:\BC45\LIB\overlay.lib+ >J:\BC45\LIB\emu.lib+ >J:\BC45\LIB\mathl.lib+ >J:\BC45\LIB\cl.lib >That's about it, I believe. Afterthought. You *may* have to add the linker option to the obj file list in the mak file as well. e.g. - /o- c0m.obj+ /o+ i:\jmalloc.obj+ /o- i:\rdwrtst2.obj where the /o- means don't overlay this module, and /o+ means do overlay. -- Wayne A. King (waking@idirect.com, Wayne_A_King@compuserve.com) .