Hey all, Hows it going. I had posted this originally in nxOgre, but after a few replies that didnt solve the problem was suggested to add it here. I am currently using nxOgre as my physics engine. I have compiled all the tutorials that came with nxOgre fine. I am currently trying to integrate it with a project i had done previously with ogreNewt. Right now its just a basic project. Im just trying to get the terrain going. I am getting a link error.
I am using current version of dagon and i am using VS8. Other libraries are OIS, nxOgre and SDL. Just to tell you how i have everything set up. All nxOgre headers come before ogre headers. I am compiling in release mode because this is how it has to be with nxOgre. I am in nxOgres bin/release. I think thats everything. Any help is much appreciated. Thanks.
vastor wrote:PhysX and Ogre both have a ControllerManager class this is a namespace conflict.
This is automatically patched up in NxOgre.
I asked mmm23 to post here, as I and others have been trying to fix this problem for him in the NxOgre forum with no success and I think it's an Ogre or OIS issue.
Also the NxOgre tutorials work perfectly so it's something else.
Thanks for the quick responce. Thats one of the first things i tried. I was browsing these forums and saw some one had a similar problem with linking but they werent using nxOgre. So i went back and took out all using namespace Ogre and replaced all ogre names directly eg. Ogre::Vector3, Ogre::SceneManager, nxOgre::world ... etc. But it came back with the same error.