cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
New Libary's
New Libary's
Jul 3, 2010 at 9:45am UTC
Callum5042
(183)
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?
Jul 3, 2010 at 1:00pm UTC
Return 0
(1282)
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.
Jul 3, 2010 at 2:18pm UTC
jammas615
(59)
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.