Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: "Wayne K. Werner" Newsgroups: scea.yaroze.programming.2d_graphics Subject: Re: Help! Lockup on load. Date: 28 Aug 1997 02:01:06 GMT Organization: WermX Software Lines: 17 Message-ID: <01bcb356$146edb20$aebf43ce@wkwerner> References: <5tsgpp$m6f2@scea> <5tvi0m$pn84@scea> NNTP-Posting-Host: port74.con2.com X-Newsreader: Microsoft Internet News 4.70.1161 Dave, Are you using CW or GNU? I use CW myself, and am wondering which platform you are having the trouble with. -- Wayne K. Werner wkwerner@con2.com David Hathaway wrote in article: > I figured it out myself by comparing a 'good' version of my program's > mapfile with a 'bad' version. In the 'good' version the array wasn't > listed at all. In the 'bad' version it was put in a section called > "COMMON". Why did the compiler/linker do this just because I added > elements to the array, I just don't know. The 'fix' for this problem > is to simply make the array static.