but immediately after the createPhysicsWorld line, the compiler say that "Unhandled exception at 0x10064ea8 in Game.exe: 0xC0000005: Access violation reading location 0x00000a28." So what's the problem?
I have uncomment the line in irrtonewt.hpp and copy the IrrNewt.dll in \bin\visual_studio folder. But just one thing I don't understand, what means "recompile the dll and the library" in the readme? Is that the problem happening because I haven't recompile? But I don't know how to recompile.... Or can anyone gives me the compiled version? Thanks very much
If the dll was compiled against a different Irrlicht version than you use your app will certainly crash. Since many parts of Irrlicht are still constantly changing, the class sizes and method offset are also changing. Any access to Irrlicht structures will access wrong memory areas. You will have to recompile either your app with the Irrlicht version of the Irrnewt.dll, or port irrnewt to the latest Irrlicht version.
can anyone please tell me what is recompile the dll and library? i have included them already and press the debug button, is it correct? or can anyone give me the dll and library that can solve this problem.
I have got the same Problem.
The Exampels of IrrNewt works fine but, if i copy the Code in my own Projekt it get the access violation error at createPhysicsWorld