|
-
Sep 14th, 2001, 10:58 PM
#1
Allegro
Are there any good tutorials on how to use allegro? Also, how come anything made with DJGPP comes out so huge?
-
Sep 15th, 2001, 06:31 AM
#2
Monday Morning Lunatic
Did you remember to use the -s command line option? The GNU C++ compiler includes debugging symbols by default.
Also, you can use the various -O options to optimise it.
The main reason is that they are DOS executables, and in order to be 32-bit they have to include a DPMI server (like DOS/4GW but self-contained). Windows programs can be smaller because Windows provides its own DPMI which they run under.
As for Allegro, no idea, sorry
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|