Problems(too hard for me,too easy for you)

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
rennurb
Posts: 1
Joined: Sat Jul 07, 2007 11:40 am

Problems(too hard for me,too easy for you)

Post by rennurb »

I have got a very bad problem:

What means this
The libary version of the Irrlicht Engine(1.2b) does not match with the version
the application was compiled with(1.3)????????

What sould I do now ?
Atraides
Posts: 18
Joined: Wed Jun 06, 2007 1:09 am
Location: Australia

Post by Atraides »

it means the dll that you have in the programs directory doesnt match the one for irrlicht 1.3

simply copy the dll from the irrlicht/bin dir to your directory then run your program again.
Cheers
Courtney
SwitchCase
Posts: 170
Joined: Sun Jul 01, 2007 11:41 pm
Location: Manchester, UK

Post by SwitchCase »

Well, recompile and run once youve done that.
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

No need to recompile. The user code was already compiled with v1.3, as the error message indicates.

Travis
Post Reply