From: George Foot Newsgroups: comp.os.msdos.djgpp Subject: Re: where can i download a cnu compiler Date: 20 Jan 1998 17:57:33 GMT Organization: Oxford University, England Lines: 20 Message-ID: <6a2oid$7ub$4@news.ox.ac.uk> References: <34C3E8E3 DOT 68917FB3 AT redestb DOT es> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 20 Jan 1998 00:59:32 +0100 in comp.os.msdos.djgpp Roger Serra wrote: : can somebody help me: i need lots of memory to do a program that has to : be able to handle images, 2D fourier transforms... i hope that the : borland c compiler can't use more than 640Kb, is it true? I don't know about Borland C; however, djgpp can use an extremely large amount of memory (maximum 512 Mb I think), split between physical memory and virtual memory on your hard drive. The exact limit depends upon what DPMI server you use; the figure above is for the CWSDPMI server, which can only run in plain DOS. Under Windows the limits are smaller. If you go to http://www.delorie.com/djgpp/ you can find out more information about djgpp, and the Zip Picker which is linked from that page will tell you what to download. -- george DOT foot AT merton DOT oxford DOT ac DOT uk