I've changed from Irrlicht 1.0 to Irrlicht 1.1, but now my programm does not work anymore. (it still compiles) Everytime I try to call GetMesh-Function an access violation occurs. (Attempted to read or write protected memory. This is often an indication that other memory is corrupt.)
In Irrlicht 1.0 this code worked perfectly, but now the GetMesh("path")-Function causes this error. (but only when loading obj-files)
Code: Select all
IMesh mesh = smgr.GetMesh(path_wall).GetMesh(0);
I hope somebody knows a workaround for my problem. Thanks.
jettitore