i am still getting tht error!

danharibo

16-04-2006 13:00:06

OgreNewt_Main.lib(OgreNewt_CollisionPrimitives.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::MeshPtr & __thiscall Ogre::Entity::getMesh(void)" (__imp_?getMesh@Entity@Ogre@@QAEAAVMeshPtr@2@XZ) referenced in function "public: __thiscall OgreNewt::CollisionPrimitives::ConvexHull::ConvexHull(class OgreNewt::World const *,class Ogre::SceneNode *,class Ogre::Quaternion const &,class Ogre::Vector3 const &)" (??0ConvexHull@CollisionPrimitives@OgreNewt@@QAE@PBVWorld@2@PAVSceneNode@Ogre@@ABVQuaternion@5@ABVVector3@5@@Z)
But i am linking to ogre, i am linking to newton, what is it missing?

walaber

17-04-2006 07:49:58

it looks like the version of Ogre you are linking to is missing the getMesh() method in the Entity class... what version are you using?

danharibo

17-04-2006 11:40:19

i compiled it from cvs a few days ago

walaber

17-04-2006 16:06:12

something must have changed in CVS head recently. check the update logs or the wiki...

danharibo

17-04-2006 16:27:48

ok

danharibo

17-04-2006 17:13:20

iupdated and it still don't work!

walaber

17-04-2006 17:51:53

we may need to ask what has changed on the main forum.

danharibo

17-04-2006 20:05:40

this is stupid, i have tried everything, and it won't work, the cvs ain't changed

danharibo

18-04-2006 18:16:54

has a new cvs version been made?