Irrilict.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
yungb

Irrilict.dll

Post by yungb »

I'm using visual c++ 6. It compiles cleanly, but when I run the application it says it cannot find the dll, what's wrong???
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

You didnt put the DLL in your EXE's directory. It's in the BIN folder of the Irrlicht SDK. Bin->VisualStudio
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
Guest

Post by Guest »

It's already therel
Guest

Post by Guest »

well i solved my 1st problem with the missing dll. I did not notice that vc builds into the a debug folder. But now evertime i try to run something and i get to chosse what device i want to use, it doesnt work. help please!
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Eh? What do you mean it doesn't work?

Does the applications not start, or do you get an error message? (gives us alittle something to go on)
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

Post by Tyn »

When it crashes, click on the debug button of that screen that asks you to send your details over to MS. That will tell you what line the problem is ( as long as it doesn't try to direct you to assembly that is :) )
Post Reply