Date: Fri, 13 Dec 2002 23:07:28 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <8582-Fri13Dec2002230726+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (wkotala@hotmail.com) Subject: Re: 40 MB buffer References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "wes kotala" > Date: Fri, 13 Dec 2002 16:07:29 +0000 > > Here is my question. I need be able to store 40 MB of data in memory. How do > I do this? I was hoping I could just declare a 40 MB buffer but this is > giving me errors when I run it. This is a FAQ: you are asking too much stack space. Please see section 15.9 of the DJGPP FAQ list for the details and solutions.