Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!utoday!comeau From: comeau@utoday.UUCP (Greg Comeau) Newsgroups: comp.lang.c++ Subject: Re: Anyone broken the 640K limit w/ Glockenspiel? Keywords: Glockenspiel DOS 640K Message-ID: <1074@utoday.UUCP> Date: 4 Dec 89 14:35:31 GMT References: <21684@ppgbms.UUCP> Reply-To: comeau@.UUCP (Greg Comeau) Organization: UNIX Today!, Manhasset, NY Lines: 15 In article <21684@ppgbms.UUCP> paul@ppgbms (Paul Evan Matz) writes: >Was hoping someone out there might have some tips for dealing with the >640K memory constraints running a C++ application under DOS. You don't say whether your problem is while compiling a C++ program or while executing it. In the former case, buy a C++ which supports extended memory (Glock via Imagesoft already has this and when our C++ -- Comeau C++ 2.0 -- is release for DOS this week or next it will include this as well). In the latter case, you could buy a memory extender yourself and extend your programs relatively easily (in some cases absolutely no work is necessary). I'd imagine there's also drivers or whatnot out there to give you LIM support as well. Greg Comeau Computing