Date: Sun, 10 Aug 1997 17:46:18 +0300 (IDT) From: Eli Zaretskii To: "Lee, Sung-Tae" cc: djgpp AT delorie DOT com Subject: Re: djgpp vs lahey fortran In-Reply-To: <33EAB6F3.966BC44A@dong.snu.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 8 Aug 1997, Lee, Sung-Tae wrote: > What I want is ability of 'djgpp' in terms of Memory treatment compared > with 'Lahey Fortran'. > > Program made by Lahey fortan can use as large memory as possible. But I > guess that program > made by 'djgpp' do not. If you are worried about the maximum memory that DJGPP will allow you to use, then that depends on the DPMI server which you use. Please tell whether you run DJGPP programs on plain DOS or Windows. Typically, DJGPP should allow you to use up to 64MB of virtual memory, but some DPMI servers let you use more, and some others require special setup to get 64MB. > Trouble I have is I can't port my code in workstation to PC. Please explain in more detail why won't your code run on a PC. What exactly prevents you from poring it?