Page 1 of 1

Problem with IrrRelease 1.1

Posted: Fri Aug 11, 2006 5:23 pm
by Lynxeye
Hi again,
I just got the Release of Irrlicht 1.1and compiled my code worked on with 1.0 version.
The compile is fine, but if I start the app he says the Version of Irrlicht DLL 1.1 is not matching the version the app was compiled with (1.1alpha it says).
I wonder how this can be, because I use the new headers and the new Lib.
Thanks for any Ideas!
Lynxeye

Posted: Fri Aug 11, 2006 5:55 pm
by hybrid
Recompile from scratch, if some object files stays around they will have the wrong includes already in.

Posted: Sat Aug 12, 2006 4:11 pm
by magisterrivus
Did you forgot to put the NEW Irrlicht.dll into your Folder (eg \Debug in Visual Studio). It's found under \Irrlicht-1.1\bin\Winxx-xxx. Of course you have to use the correct dll.

Bye