To use the allegro - game programming library you need to add the path of the Include & Lib Directories of the library For example , to uses allegro with borland C/C++ 5.5 compiler open file : C:\Borland\BCC55\Bin\bcc32.cfg Add these two lines -I"c:\Borland\Bcc55\include;c:\allegro\include" -L"c:\Borland\Bcc55\lib;c:\allegro\lib"
open file : C:\Borland\BCC55\Bin\ilink32.cfg add this line -L"c:\Borland\Bcc55\lib;c:\allegro\lib" Greetings, Mahmoud Fayed [Programming Without Coding Technology (PWCT) - Team] http://doublesvsoop.sourceforge.net --- On Fri, 10/31/08, py2akv <[EMAIL PROTECTED]> wrote: From: py2akv <[EMAIL PROTECTED]> Subject: [c-prog] Allegro To: [email protected] Date: Friday, October 31, 2008, 12:44 AM Good morning, Have Dev-C++ 4.9.9.2 and it works fine. Installed on it the Allegro 4.2.2 graphic library. Doesn't compile or links even the demo programs (C:\Dev- Cpp\allegro\ demo). Guess has something to do with "Add the following commands when calling compiler" and/or "Add these commands to the linker command line". Would like to hear the advice from someone who actually succeeded making an exe from Allegro and Dev-C++. Best, Geraldo [Non-text portions of this message have been removed]
