Date: Thu, 9 Jan 1997 08:41:31 +0200 (IST) From: Eli Zaretskii To: fayda cc: djgpp AT delorie DOT com Subject: Re: memory problems with djgpp+win95 In-Reply-To: <01bbfcf7$2e157360$10d6b5cf@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 8 Jan 1997, fayda wrote: > I am running windows95 with 12megs of memory. I have a rather large .c file > that I would like to compile, but when I attempt it all I get is "Virtual > memory exhausted." I tried doing the same thing in DOS and it compiled > fine. Is their any way I can give more memory to my dos box while in > Windows95? Or should I just buy more ram? :) What does go32-v2 print when you run it with no arguments? If it reports less than 64MBytes of DPMI memory + swap space, you will have to change the setting of DPMI memory in the DOS box property sheet to 65535K (change this by actually typing that value, because the values suggested by Windows end in 16K). You cannot have more than 64MB of memory in DPMI programs on Windows, but I doubt your program needs that much.