Allegro.cc - Online Community

Allegro.cc Forums » Installation, Setup & Configuration » Allegro will not run in Visual C++ Express 2008

Credits go to Thomas Fjellstrom for helping out!
This thread is locked; no one can reply to it. rss feed Print
Allegro will not run in Visual C++ Express 2008
cabalistik
Member #11,168
July 2009

I downloaded the Microsoft Visual C++ binary files and installed them according to the wiki. I also changed the project property values as instructed. Compiling the "Hello World" example works fine, but when trying to build the project, the program halts with the following pop-up:

"Unable to Locate Component - This application has failed to start because alld42.dll was not found."

I did check that I had copied the alld42.dll into the /system32 directory. My guess is that this problem has something to do with the fact that I'm running on 64bit Vista, since before I had successfully installed Allegro on an old XP machine. Thanks for any help in advance.

Thomas Fjellstrom
Member #476
June 2000
avatar

I think 32bit libs have to go somewhere in the WoW directory on 64bit windows. Not 100% sure on that though.

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730

cabalistik
Member #11,168
July 2009

Thank you very much Thomas! I found the SysWOW64 directory and now everything works perfectly.

Go to: