Newsgroups: comp.os.msdos.djgpp From: David Boily Subject: static array limit size? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Lines: 11 Date: Tue, 19 Jan 1999 22:40:09 GMT NNTP-Posting-Host: 132.204.53.40 X-Trace: carnaval.risq.qc.ca 916785609 132.204.53.40 (Tue, 19 Jan 1999 17:40:09 EDT) NNTP-Posting-Date: Tue, 19 Jan 1999 17:40:09 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com is there a limit as to the size of a static array? I have a 3 bytes struct, and when I declare a [400][400] array everything is fine but when I try for 500 it crashes. Am I smelling a 640k limit...? David (please reply to me via e-mail too if you post to the group my server always has about 1000 messages from comp.os.msdos.djgpp)