Thread: Allegro Question

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    11

    Allegro Question

    I'm a bit confused as to which files I need to download in order to start using Allegro. I'm pretty new to C++ but I'd like to learn to use Allegro. I went to their website and didn't quit know which files I needed and which ones I didn't. Could anyone help me out? I'm running Windows XP, and using Dev C++ compiler. If anyone has any suggestions on a different compiler I could use, all tips apprecciated. I am how ever looking to do this without spending any money on the programs. Thanks ahead of time

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Go to this page and download the MinGW32 binaries, and then just copy the include/ and lib/ directories from the zip file to the Dev-Cpp folder.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    May 2004
    Posts
    11
    Thanks I'll try that now

  4. #4
    Registered User
    Join Date
    May 2004
    Posts
    11
    What about the .dll files?

  5. #5
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    You need to copy them to the following folders:

    C:\Windows\System (Win9x\ME)
    C:\Winnt\System32 (Win2k)
    C:\Windows\System32 (WinXP)
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  6. #6
    ---
    Join Date
    May 2004
    Posts
    1,379
    also
    Project Options > Load Object Files "\allegro\lib\mingw32\liballeg.a"

  7. #7
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Actually, you need to go to Project>Project Options>Parameters and put '-lalleg' in the linker box. Not quite sure what you're talking about, sand_man.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  8. #8
    Registered User
    Join Date
    May 2004
    Posts
    11
    Thanks XSquared, it works

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Allegro Programming Question
    By xmltorrent in forum Game Programming
    Replies: 2
    Last Post: 08-24-2006, 02:45 PM
  2. Exam Question - Possible Mistake?
    By Richie T in forum C++ Programming
    Replies: 15
    Last Post: 05-08-2006, 03:44 PM
  3. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM
  4. ALLEGRO Question
    By Unregistered in forum Game Programming
    Replies: 10
    Last Post: 10-22-2001, 01:27 PM
  5. ALLEGRO Question
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 09-14-2001, 11:06 AM