Message-Id: Date: Sun, 28 Dec 1997 20:50:47 +0100 To: djgpp AT delorie DOT com Subject: "big" arrays in GnuC++ V2 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT From: Stritt AT t-online DOT de (Stritt) Precedence: bulk Hello ! In GnuC++ V1 I never had problems with "big arrays", that means for example "unsigned char BIG[2000000]" -this should allocate an array of ca 2MB. But now, whith Version 2 of GnuC++ und Go32-v2 the Compiler compiles my program, but when i execute it, it crashes :-(((. I really don't know what to do! If anyone could help me, i would be very thankful! ciao, mr rooTS