Newsgroups: comp.os.msdos.djgpp Date: Mon, 20 Jul 1998 17:15:27 -0400 From: Ching-kuang Kuo Subject: help! vitural memory Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII NNTP-Posting-Host: sparky.ic.sunysb.edu Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello everyone: I have a simple c program for simulation but use lots of arrays. I figure out that the program crashes because of incifficnent memory. I follow the FAQs and change the MS-DOS memory to the maximum value 65535 but still not enough. I personally believe the program needs 100 M byte. I know many experienced programmer, like you, use DJGPP and write much bigger projects than my simple one. Could you tell me how to allocate more memory for DJGPP? Besides, I got cwsdpmi from internet but don't know how to use it, could it be useful? Thank you very much. Your help is highly appreciated. chris