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?
Problem wirh Irrlicht.dll
-
- Posts: 377
- Joined: Fri Oct 28, 2005 10:28 am
- Contact:
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