Page 1 of 1

Irricht.dll Problems

Posted: Fri Oct 22, 2004 4:31 am
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?

Posted: Fri Oct 22, 2004 9:08 am
by LEFRANCAIS
can you explain which function call can't be found in the dll?

Posted: Fri Oct 22, 2004 11:06 am
by Thulsa Doom
Version conflict.

Posted: Fri Oct 22, 2004 11:40 pm
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"

Posted: Sat Oct 23, 2004 3:28 am
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.