Problem with IrrRelease 1.1

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
Lynxeye
Posts: 17
Joined: Thu Jul 27, 2006 12:19 pm
Location: Germany
Contact:

Problem with IrrRelease 1.1

Post 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
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Recompile from scratch, if some object files stays around they will have the wrong includes already in.
magisterrivus
Posts: 33
Joined: Sat Aug 05, 2006 9:46 pm

Post 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
under construction
Post Reply