Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE30138A59D@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: exe size (Allegro) Date: Tue, 11 May 1999 15:14:32 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Viktor Bresan writes: > I have also read the allegro.txt file (where it mentions reducing the > size of exe), I followed the instructions but I get parse errors. Exactly what did you do, and exactly what are the error messages? I can't guess what you did wrong, unless you give some more info... > How can I completely remove all joystick, soundcard, etc. drivers? As described in allegro.txt. But generally, I don't think you should bother. Where you don't use a whole area of functionality, that already isn't included, and removing specifc drivers will only give tiny savings, along with preventing your program from working on machines that might actually need those drivers. A 300k executable is a typical overhead for an Allegro program, and nothing that you need to worry about. In this age of large hard drives and multi-megabyte memory, it is much more interesting to optimise for speed and features rather than worrying about the size of the code. Shawn Hargreaves.