How do you set up to use the full Allegro library on Windows Vista and Visual Studio 2008?
Do you have to compile it or is it only a matter of setting searchpaths?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible to download a pre-compiled MSVC binary. Then it is just a matter of telling Visual Studio where to find Allegro’s *.h headers and *.lib library files. Also the Allegro DLL’s need to be somewhere in the system path.
The Allegro wiki has instructions for configuring a Visual Studio Express 2008 project…
Check out the related question for some other useful Allegro development resources.