Re: [Dev-C++] How to increase space for defining arrays
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Per W. <pw...@ia...> - 2009-10-24 23:05:57
|
Are you having problems in FreeBSD? Is there even a kern.maxdsize for MinGW? Are you talking about global arrays, or local on the stack, or dynamically allocated? Uninitialized or initialized arrays? /pwm On Sat, 24 Oct 2009, John Mcelvaney wrote: > > I've searched all day, but I can't find any help for increasing the > size for declaring arrays. I can use a little over 2 meg. I saw > one suggestion about increasing the minGW "kern.maxdsize", > but I can find no info on the web about how to do that. Anybody > have any suggestions? p.s. I'm using Dev C++ version 4.9.9.2 > and minGW32 version 3.2.4. Thanks. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |