Author Topic: Allegro Examples with CodeBlocks  (Read 7451 times)

Offline bluekid

  • Multiple posting newcomer
  • *
  • Posts: 57
  • What is blue ? Blue is the invisible becoming visi
Allegro Examples with CodeBlocks
« on: March 06, 2006, 07:50:15 am »
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


« Last Edit: March 06, 2006, 08:02:29 am by bluekid »
What is blue ? Blue is the invisible becoming visible.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Allegro Examples with CodeBlocks
« Reply #1 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