NxOgre Error

everydayhappy

22-09-2014 13:50:32

When I use the nxogre in the ogre application with the offical website wiki,but there is some errors.
The webpage of the wiki what I use :http://www.ogre3d.org/tikiwiki/NxOgre+Tutorial+Simple+Sample
When I complie the project,it says the errors:
error C2039: “Body”: is not the member of “NxOgre”
error C2039: “createBody”: is not the member of “NxOgre::Scene”
error C2039: “IU_Use”: is not the member of “NxOgre”
error C2660: “NxOgre::World::createScene”: function does not accept three parameters“
error C2664: “NxOgre::World::World(const NxOgre::WorldDescription &)”: Can not be an argument from "const char [30]" convert "const NxOgre :: WorldDescription &”
What should I do?