I just tried compiling the IrrlichtDemo from RakNet and am using (irrlicht version 1.5.1) under windows 7 and I get an access violation on line 263 of CMainMenu when I run it.
bool oldMipMapState = driver->getTextureCreationFlag(video::ETCF_CREATE_MIP_MAPS);
I am running windows 7 under MacOSX using Parallels Deksktop so the first thing that I thought of checking is if it compiles under windows 7. Has anyone else compiled and run this under windows 7?
I am using irrlicht version 1.5.1.
I also tried downloading IrrlichtRakNetDemo.zip file directly and running the pre compiled version. This runs however the inital screen does not render correctly. The level plays but when I run two instances of the demo I am not able to see the other player in the scene so I am guessing that it is not connecting properly via the P2P.
I am also using MS Visual Studio 2008 Standard Edition.
Problem running IrrlichtDemo that ships with RakNet.
Problem solved
After removing all versions of any irrlicht.lib and irrlicht.dll files from my machine, recompiling the irrlicht code and putting them in the right place for the raknet code to find them then it worked. Well it at least compiled and ran, I have yet to test if the raknet part of it is working when 2 versions are running at the same time. But even if its not then its a Raknet issue and nothing to do with irrlicht. Its a great engine BTW.