New Libary's

I recently downloaded the Allegro libary but I'm not sure where to put the file and how to get c++ to open it.

Any idea's?
I recommend using SDL instead of Allegro.

http://www.libsdl.org/
http://lazyfoo.net/SDL_tutorials/index.php

There is considerably more documentation/tutorials out there and more community support as well.
usually you should put the main .dll in the system32 folder (windows) this makes it easy for the compiler to find and use and if youre using an IDE youll need to probly change some settings to add the linker and various libraries.
Topic archived. No new replies allowed.