running demos and weird irrlicht.dll errors

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
thcrazyg

running demos and weird irrlicht.dll errors

Post by thcrazyg »

Just downloaded irrlicht and wanted to run some of the demos. . . . :P
I get a strange error message that goes like this:

Entry Point Not Found
?createDevice@irr@@YAPAVIrrlichtDevice@1@W4EDriverType@video@1@ABV?$dimension2d@H@core@1@I_N2PAVIE ventReceiver@1@@Z could not be located in the dynamic link library Irrlicht.dll

..help please! :?
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Do ya have the Irrlicht.DLL in your /Windows/System folder or in the folder of the EXE?
corban
Posts: 35
Joined: Fri Nov 14, 2003 10:36 am
Contact:

Post by corban »

i think if the dll is not found, windows reports that, but i'm not sure. to me it seems you do not have directx 8. either get directx 8 or search for DT_DIRECTX8 in the demofiles (cpp) and replace that with DT_OPENGL or DT_SOFTWARE and compile them.

cu
corban
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Maybe you need that dxd3d8.DLL or somethin... (the DirectX8 DLL for Dev-C++) I'm not positive...
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Post by Robomaniac »

make sure you have the right Irrlicht.dll for the version in your system32 folder. I had this same error and i just needed to update the dll.

--The Robomaniac
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

also make sure you are using the correct irrlicht.dll for your compiler, VC6 and dev C++ have different .dll's
thecrazyg

Post by thecrazyg »

...well i have DX9..
im trying to run the pre-compiled demos. . the quake3 map one in particular..
irrlicht.dll is in the same directory and i know this isn't the problem because if i remove it from the directory it says 'couldn't find blablablablabla"
I downloaded irrlicht 4.1 precompiled and all so how do i know if i have the correct version of irrlicht.dll?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Well, you really use the wrong .dll. Maybe you are using VisualStudio and taking the Dev-Cpp .dll, or other way round.
Guest

Post by Guest »

i had the same problem in the beginning.

choose the right dll according to your environment and it will mork probably
Post Reply