Date: Thu, 12 Oct 2000 09:56:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: 23yrold3yrold cc: djgpp AT delorie DOT com Subject: Re: 2 quick questions..... In-Reply-To: <39e4e30f_4@spamkiller.newsfeeds.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 11 Oct 2000, 23yrold3yrold wrote: > 1. Sometimes, I get a "virtual memory exhausted" error from DJGPP. What does go32-v2.exe print when invoked with no arguments, on the same machine where you get those messages. > What would be the best way to fix this? If the amount of available memory reported by go32-v2 is small, see sections 15.1, 15.6, and 15.7 of the DJGPP FAQ list for some suggestions. If the amount of memory reported by go32-v2 is reasonable, then I'd suggest to post more information about your program that triggers those messages. It is hard to guess what to do about these problems without any idea about what the program does. > Break up the program into several CPP files? This almost certainly will not change anything. > Check for memory leaks? Possibly.