Date: Fri, 25 Aug 2000 19:24:03 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <4331-Fri25Aug2000192403+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b In-reply-to: <20000825130411.28570.qmail@web511.mail.yahoo.com> (message from Chris Amos on Fri, 25 Aug 2000 06:04:11 -0700 (PDT)) Subject: Re: Help again. Heh dont you just hate newbies? References: <20000825130411 DOT 28570 DOT qmail AT web511 DOT mail DOT yahoo DOT com> 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 > Date: Fri, 25 Aug 2000 06:04:11 -0700 (PDT) > From: Chris Amos > > Im having problems again. Heh heh, well let me explain. I am trying to > make a map array in memmory like so... > > int Map[500][500]; //500x500 tile map > > DJGPP exits to rhide and displays an error message Exit code 255: Is this declaration inside some function? If so, you are probably blowing up the stack. See section 15.9 of the DJGPP FAQ list for more details and proposed solutions.