Magiclibrary not working with revision 279 of irrlicht

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
Cold_Dog
Posts: 15
Joined: Fri Aug 25, 2006 6:54 am
Location: Dominican Republic

Magiclibrary not working with revision 279 of irrlicht

Post by Cold_Dog »

Hey there, I've been doing a simple game using magiclibrary, everything was working just fine until the day I upgraded my irrlicht.dll to the revision 279...when I recompiled the library...

All of my programs stop working anymore...even the examples from the tutorials that I compiled...nothing to freak out...I just recompiled that code again and all of the programs that I did that just uses irrlicht code are working again...but the programs I did using magiclibrary don't work anymore...no matter what I do...I dont know how to solve this...I think that it is because all the .dll's that the magiclibrary uses are trying to compile to the outdated version of the irrlicht.dll and they are not working with the new one...Emil...somebody...please help!
I've come in peace, but you'll go in pieces!
Cold_Dog
Posts: 15
Joined: Fri Aug 25, 2006 6:54 am
Location: Dominican Republic

by the way

Post by Cold_Dog »

Hey...why isnt anyone helping me out with this?....the only programs that are not working are the ones that uses the magiclibrary...I don't know why...I've tried to recompile the programs but nothing works....what's going on here?
I've come in peace, but you'll go in pieces!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Well, the library is often not using the Irrlicht interface, but extends it. And this is quite likely to break with changes behind the scenes. Moreover, many of those extensions are quite rude hacks which does not make it easier for you :wink:
Cold_Dog
Posts: 15
Joined: Fri Aug 25, 2006 6:54 am
Location: Dominican Republic

Post by Cold_Dog »

hybrid wrote:Well, the library is often not using the Irrlicht interface, but extends it. And this is quite likely to break with changes behind the scenes. Moreover, many of those extensions are quite rude hacks which does not make it easier for you :wink:
Damn...thanks dude anyway...I guess the only one that can help me is Emil because he's the one that has the source code for his library...all he has to do is recompile the files with the updated version of irrlicht 1.1...and upload it at his web site...
I've come in peace, but you'll go in pieces!
Post Reply