Date: Thu, 5 Aug 1999 10:14:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Campbell, Rolf [SKY:1U32:EXCH]" cc: djgpp AT delorie DOT com Subject: Re: A bug In-Reply-To: <37A8853D.E6E76EEF@americasm01.nt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 4 Aug 1999, Campbell, Rolf [SKY:1U32:EXCH] wrote: > > sciana wyglad [MaxBok + 1] [MaxBok + 1] [MaxWys + 1] [IlScian]; > > That's a big array, 11x11x21x4x8 =~ 80k. I've heard that DJGPP > sometimes has problems allocation global static arrays. I don't think this is true. You may be confusing static arrays with automatic arrays (those allocated off the stack), but even then the limit is 512KBytes (in DJGPP v2.02 and later).