Sender: root AT delorie DOT com Message-ID: <3741B1AF.5DBC9386@pmail.net> Date: Tue, 18 May 1999 18:30:07 +0000 From: Fred Backman Organization: http://www.femmefetish.com X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Exe size!!! References: <19990517192930 DOT 17703 DOT 00001862 AT ng-ba1 DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Does it crash regardless if you use "-s" or not? It sounds to me that it's your code rather than your computer. Try running the Allegro examples and see if they work. BTW - if you wish to learn about DOS memory management, here's a start: http://www-ec.njit.edu/~hxl5844/webpage.html Rakz007 wrote: > Hi, > > Iam currently programming my first game in c using DJGPP and RHIDE. > > The graphics library iam using is Allegro. > > The problem is my exe size for the game is now 790k and its about 400k when i > use the -s ( i think its -s!! :- )) . BUT when i run the game it has trouble > loading in some of the bitmaps! And then crashes as well sometimes. > > Is there a limit to the exe size - i heard its 640k but can i go other that > limit and could someone please explain to me how to do that - some one told me > to use real/protected dos mode but i know nothing about that ! > > Please Help! > Thanks in advance, > Rakz007 >