Irrlicht.dll is missing from your computer...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
WeirdMystery
Posts: 1
Joined: Sun Apr 18, 2010 7:17 am

Irrlicht.dll is missing from your computer...

Post by WeirdMystery »

I keep getting this error message from VC++ 2008.

I searched and stumbled upon this. http://irrlicht.sourceforge.net/docu.net/default.html

It said to add a reference to the parent directory of Irrlicht.dll, I did, however no luck.

Could any of you guys help me?

When I search "Irrlicht.dll missing" in the search page, it shows a blank white page.

Thanks
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Dll's are searched in several places in a certain order: http://msdn.microsoft.com/en-us/library ... 85%29.aspx

The easiest way is to copy the dll besides your .exe files.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
cegprakash
Posts: 41
Joined: Thu Feb 27, 2014 10:55 am

Re: Irrlicht.dll is missing from your computer...

Post by cegprakash »

Irrlicht.dll file should be in both "Release" and "Debug" folder
Post Reply