Basic Error

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
Angelus
Posts: 7
Joined: Thu Apr 06, 2006 4:51 pm

Basic Error

Post by Angelus »

Hello,
i tryed to use "Irrlicht" with Visual C++ 6.0 and included all needed files (or i think so ;-) )...
Then i copied the "Irrlicht.dll" in my Windows/System32 Folder, but when i want to launch a compiled example (compiled by me) i get this error-message:

http://85.93.9.251/error.jpg

I hope you can help me ... :(
Ced666
Posts: 86
Joined: Fri Jan 13, 2006 10:29 am
Location: Belgium

Post by Ced666 »

I think it is due to a wrong version of the dll. Are you sure the dll you are using correspond to the lib files to which your project has been linked ?
Angelus
Posts: 7
Joined: Thu Apr 06, 2006 4:51 pm

Post by Angelus »

thx for your answer.
I downloaded this file: Irrlicht SDK 0.14.0 from this page and used these lib files. I think that should work -.- ??
Aukecomps
Posts: 19
Joined: Wed Apr 05, 2006 7:53 pm

Post by Aukecomps »

the point is WHAT dll you copy (there are several in the package)
reading that you're using visual c++, I think you need the one in the bin/Win32-VisualStudio map
which did you use?
Angelus
Posts: 7
Joined: Thu Apr 06, 2006 4:51 pm

Post by Angelus »

well, i was shure that i used this one, but i copied it again and it works now ...

thank you
Post Reply