Ulysse
05-03-2010 20:20:35
Hello
I compiled OgreNewton in release and debug, I can run the examples.
But when it come to the basic tutorial to set up a project: http://www.ogre3d.org/wiki/index.php/Ne ... namics_2.0
I have a lot of link error which probably come all from the same problem so I join the first ones only.
I noticed that I don’t have a Newton.ilk in the lib directory, what is it? Could it be the answer of my problem.
If any one can help me hire are the errors:
Thank You
I compiled OgreNewton in release and debug, I can run the examples.
But when it come to the basic tutorial to set up a project: http://www.ogre3d.org/wiki/index.php/Ne ... namics_2.0
I have a lot of link error which probably come all from the same problem so I join the first ones only.
I noticed that I don’t have a Newton.ilk in the lib directory, what is it? Could it be the answer of my problem.
If any one can help me hire are the errors:
1>OgreNewtApplication.obj : error LNK2019: unresolved external symbol "public: __thiscall OgreNewt::World::World(float,int)" (??0World@OgreNewt@@QAE@MH@Z) referenced in function "public: __thiscall OgreNewtApplication::OgreNewtApplication(void)"(??0OgreNewtApplication@@QAE@XZ)
1>OgreNewtApplication.obj : error LNK2019: unresolved external symbol "public: __thiscall OgreNewt::World::~World(void)" (??1World@OgreNewt@@QAE@XZ) referenced in function "public: void * __thiscall OgreNewt::World::`scalar deleting destructor'(unsigned int)" (??_GWorld@OgreNewt@@QAEPAXI@Z)
1>OgreNewt_BasicFrameListener.obj : error LNK2019: unresolved external symbol "public: void __thiscall OgreNewt::World::setUpdateFPS(float,int)"(?setUpdateFPS@World@OgreNewt@@QAEXMH@Z) referenced in function "public: __thiscall OgreNewt::BasicFrameListener::BasicFrameListener(class
Ogre::RenderWindow *,class OgreNewt::World *,int)" (??0BasicFrameListener@OgreNewt@@QAE@PAVRenderWindow@Ogre@@PAVWorld@1@H@Z)
1>OgreNewt_BasicFrameListener.obj : error LNK2019: unresolved external symbol "public: void __thiscall OgreNewt::World::update(float)"(?update@World@OgreNewt@@QAEXM@Z) referenced in function "public: virtual bool __thiscall OgreNewt::BasicFrameListener::frameStarted(struct
Ogre::FrameEvent const &)" (?frameStarted@BasicFrameListener@OgreNewt@@UAE_NABUFrameEvent@Ogre@@@Z)
Thank You