Thread: Allegro

  1. #1
    Unregistered
    Guest

    Allegro

    Does Allegro Game Programming Library work with any compiler other than DJGPP?

    Also when I download Source it comes in a number of different C Programs, how do you link them and how do you make the Data file?

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    129
    > Does Allegro Game Programming Library work with any compiler other than DJGPP?

    http://www.talula.demon.co.uk/allegro/faq.html

    Can I use Allegro with my <foobar> compiler?
    Not unless <foobar> is mentioned in readme.txt as one of the supported platforms. You could port it, but that is usually a lot of work. If <foobar> is a 16 bit DOS compiler like Borland C, you might as well just forget the idea :-)
    > Also when I download Source it comes in a number of different C Programs, how do you link them

    Read the manual (hint: try make...)

    > and how do you make the Data file?

    The datafile? Perhaps you mean a datafile...? Use the grabber found from tools/ (there's a file called grabber.txt that might help...)
    Last edited by kooma; 02-15-2002 at 12:50 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Allegro in C for a newb
    By Ideius in forum C Programming
    Replies: 5
    Last Post: 12-29-2005, 04:36 PM
  2. Game Programming FAQ
    By TechWins in forum Game Programming
    Replies: 5
    Last Post: 09-29-2004, 02:00 AM
  3. double buffering for allegro
    By Leeman_s in forum C++ Programming
    Replies: 6
    Last Post: 09-12-2002, 02:45 PM
  4. Special Allegro Information
    By TechWins in forum Game Programming
    Replies: 12
    Last Post: 08-20-2002, 11:35 PM
  5. Allegro programming in a window
    By Person Man in forum Windows Programming
    Replies: 0
    Last Post: 11-16-2001, 03:23 PM