Results 1 to 2 of 2

Thread: Allegro

  1. #1
    ChimpFace9000
    Guest

    Allegro

    Are there any good tutorials on how to use allegro? Also, how come anything made with DJGPP comes out so huge?

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width