Hello,
I was working with IRRLicht 0.7, every thing was ok.
I have downloaded the 0.7.1 update, unzip it to my IRRlicht folder (some files where overwritten).
I have replaced my 3 dll in windows/system32 (audiere.dll, irrlicht.dll, irrlichtnet.dll) with the news ones of the 0.7.1 update.
When i build my little game in VC7 (under Win XP Pro), no errors, but when i run my exe, it crashs...
When i recompile exemples provided with IRR 0.7 i have warning when i run them saying me that the dll version is not the same than the lib version the game was compiled with
I would like ti make this update running !
Is it 100% compatible with the previous version (0.7) ???
Thanks
Eviral
Problem with 0.7.1 update - my game crash !
Try step through debugging and make sure that your createDevice has been updated.
Old way:
New way:
Old way:
Code: Select all
device = irr::createDevice(irr::video::EDT_DIRECTX9, res, 32, false, false, this);Code: Select all
device = irr::createDevice(irr::video::EDT_DIRECTX9, res, 32, false, false, true, this);