From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Virtual Memory Exhaust for GCC under Win95 Date: Fri, 09 May 1997 11:34:41 -0400 Organization: Cornell University Lines: 20 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33734411.5793@cornell.edu> References: <33732FE9 DOT 5A68 AT math DOT tu-berlin DOT de> Reply-To: asu1 AT cornell DOT edu NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Andreas Hoppe wrote: > > I haven't replaced the Win95DPMI as DPMI provider I needed the LFN features of the DOS box under Win95> and I don't > know how to do it. i do not really understand what you mean by this, but you are not supposed to replace the win 95 dpmi or anything like that. btw, dpmi and lfn have nothing to do with each other. > > The solution of the problem was as follows: > In the Properties section for the MS-DOS box in the section Memory > in the input field DPMI was "automatic" (which is the default). I > entered 16384 there and the compilation was possible. > you should actually enter 65536, the max win 95 allows if you want to make the most of djgpp under win 95. -- Sinan