Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: bluekid on March 06, 2006, 07:50:15 am

Title: Allegro Examples with CodeBlocks
Post by: bluekid on March 06, 2006, 07:50:15 am
Allegro (http://www.talula.demon.co.uk/allegro/) is a game programming library.
To learn how can we use allegro with CodeBlocks
download : http://bluekid.mylivepage.com/file/?fileid=96
and use  :D


Title: Re: Allegro Examples with CodeBlocks
Post by: Michael on March 06, 2006, 11:15:10 am
Hello,

Thanks for providing this useful tutorial :). I have just a small comment. In the ReadMe.doc you write:

Quote
4) Get “alleg42.dll”  from CodeBlocks\bin put Windows\System –or System32 directory

I would advice not to put the “alleg42.dll” in the Windows\System –or System32 directory. Instead put it directly with the executable or write the path of the dll directory into the system PATH (environmental variable). This avoid a lot of problems and DLL-Hell.

Best wishes,
Michael