Thread: Allegro Problems!!

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    75

    Allegro Problems!!

    When compiling ANY example that allegro for Dev-C++ has the linker shows hundreds of errors because it doesnt find a lots of functions used in the example. Why is that??

    The examples are in c:\Dev-C++\Examples\Allegro and the include files are in c:\Dev-C++\include, is that the problem??

    Also, when compiling the examples Dev-C++ has they dont work because of the same bloody linker problem.
    ---Programming is like roaming, you never know where you'll end at------

    If 'here' is pronounced as 'hear', why 'there' isnt pronounced as 'dear'??

    [email protected]

  2. #2
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    For some reason Dev-C++ does not like to save project options, so start dev-c++ create a new allegro project, click project on the menu then options. And copy all the compiler and linker options to your other dev-c++ project.

  3. #3
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Did u link with the lib file(s)?

  4. #4
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Those options I was talking about include linking it with the lib.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. allegro, small problem
    By IM back! in forum C++ Programming
    Replies: 8
    Last Post: 11-20-2008, 02:29 PM
  2. Allegro in C for a newb
    By Ideius in forum C Programming
    Replies: 5
    Last Post: 12-29-2005, 04:36 PM
  3. Allegro Problems with Visual C++ .net 2003
    By LiNeAr in forum Game Programming
    Replies: 12
    Last Post: 10-16-2005, 06:51 PM
  4. Problems getting allegro to work.
    By Ion Blade in forum Game Programming
    Replies: 6
    Last Post: 06-05-2002, 08:30 PM
  5. Allegro Problems
    By Quantrizi in forum Game Programming
    Replies: 10
    Last Post: 05-28-2002, 05:52 PM