Page 1 of 1

Basic Error

Posted: Thu Apr 06, 2006 4:56 pm
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 ... :(

Posted: Thu Apr 06, 2006 5:26 pm
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 ?

Posted: Thu Apr 06, 2006 7:11 pm
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 -.- ??

Posted: Thu Apr 06, 2006 7:14 pm
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?

Posted: Thu Apr 06, 2006 7:19 pm
by Angelus
well, i was shure that i used this one, but i copied it again and it works now ...

thank you