Problem wirh Irrlicht.dll

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
Satura
Posts: 2
Joined: Thu Jul 20, 2006 8:38 pm

Problem wirh Irrlicht.dll

Post by Satura »

Everytime I try to run a program I get this Error Message:

Der Prozedureinsprungpunkt "createDevice" wurde in der DLL "Irrlicht.dll" nicht gefunden.

the dll is in the right folder, and the already compiled programs work, but not if it take the dsw and try to run it.

what can I do?
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

Make sure, you use the correct irrlicht.dll. This sounds as if you have multiple of them in your system and a wrong one is accessible from the working directory you configured in your project. So double check, that there is no irrlicht.dll somewhere in your %PATH% and also double check, that the executable is run with the same settings regarding working directory from within the IDE as it is from the windows explorer.
No offense :)
Satura
Posts: 2
Joined: Thu Jul 20, 2006 8:38 pm

Post by Satura »

yeah, found an older dll and deleted it

now it works thx
Post Reply