From: "Tom Morton" Newsgroups: comp.os.msdos.djgpp Subject: Re: Program too large? Date: Tue, 28 Sep 1999 10:29:05 +0100 Organization: Yikes Station Ltd. Lines: 51 Message-ID: <7sq5s5$6m1$1@news7.svr.pol.co.uk> References: <7sovfd$fj4$1 AT news6 DOT svr DOT pol DOT co DOT uk> <7spk5n$3nv$4 AT ctb-nnrp2 DOT saix DOT net> NNTP-Posting-Host: modem-47.androstenedione.dialup.pol.co.uk X-Trace: news7.svr.pol.co.uk 938515141 6849 62.136.52.175 (28 Sep 1999 10:39:01 GMT) NNTP-Posting-Date: 28 Sep 1999 10:39:01 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Stefan Viljoen wrote in message news:7spk5n$3nv$4 AT ctb-nnrp2 DOT saix DOT net... > > Tom Morton wrote in message > news:7sovfd$fj4$1 AT news6 DOT svr DOT pol DOT co DOT uk... > > > > Eli Zaretskii wrote in message > > news:Pine DOT SUN DOT 3 DOT 91 DOT 990927190441 DOT 10981D-100000 AT is... > > > > > > On Mon, 27 Sep 1999, Tom Morton wrote: > > > > > > > I was happily writing my DJGPP/Allegro game, blissfully unaware > > > > that it was approaching my computers maximum conventional memory. > > > > The game's .exe file is now 560Kb and no longer runs, reporting: > > > > > > > > Program too big to fit in memory > > > > > > The size of the executable has nothing to do with how much conventional > > > memory it uses up. DJGPP programs usually need about 70KB of > > > conventional memory, the rest goes into extended memory. The error > > > message you cite is printed by DOS, but DOS doesn't even know how much > .snip > . > > > So your problem is NOT with the size of .exe, it is somewhere else. > Most > > > probably, you made some mistake when compiling your program. So > > > describing how exactly did you compile and link the program, including > > > the command line and any switches you used, would be a good beginning. > > > > The last thing I did before it stopped working was add an extra function > > to main.c. I tried re-compiling it but it still didn't work so I moved it > > What exactly did you try to do in this function you refer to... void goodbye() { allegro_exit(); printf("Goodbye!\n"); exit(0); } -- Yikes Station: The Best Frontier Elite 2 Website http://www.yikesstation.freeserve.co.uk/frontier/yikes.htm Tom 'Moretom' Morton