Irricht.dll Problems

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
Guest

Irricht.dll Problems

Post by Guest »

No matter what compiler I use (MS C++ 6.0 or .NET) when i compile, link, execute, it tends to not find the irricht.dll file. I have it in windows/system32 directory. When it does find it, it says basically that a certain function call can't be found in the dll, yet all the functions are right syntax wise. I am just trying to execute a simple hello world app. Any suggestions?
LEFRANCAIS
Posts: 28
Joined: Wed Oct 08, 2003 9:09 am
Location: Annecy - FRANCE

Post by LEFRANCAIS »

can you explain which function call can't be found in the dll?
Thulsa Doom
Posts: 63
Joined: Thu Aug 05, 2004 9:40 am
Location: Germany

Post by Thulsa Doom »

Version conflict.
Guest

Post by Guest »

Well, it says something to the effect of "The procedure entry point createDevice could not be located in the dynamic link library Irrlicht.dll"
Shai-Tan
Posts: 15
Joined: Fri Sep 10, 2004 8:37 pm

Post by Shai-Tan »

you copied a wrong version of .dll
u git the one from cppDev folder, but u need the one from VisualStudio folder.
I had the exact problem too.
Post Reply