Date: Mon, 22 Jun 1998 18:20:27 +0300 (IDT) From: Eli Zaretskii To: Javier Calleja cc: djgpp Subject: Re: not enough virtual memory using 'new' In-Reply-To: <01bd9de7$3d2234a0$0100a8c0@dismuntel.ctv.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 22 Jun 1998, Javier Calleja wrote: > But, the 'not enough memory' appears in the screen when the program is > executed. > > Why? When the 'new' action is executed, doesn't it expand > automatically the heap ? It's possible that some of your destructors allocate memory. Anyway, what does go32-v2 print when invoked with no arguments? Did it occur to you that this might be a real problem, and your setup indeed has too few memory?