Advertisement
Guest User

errors

a guest
Feb 14th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 18.57 KB | None | 0 0
  1. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "void * __cdecl btAlignedAllocInternal(unsigned int,int)" (?btAlignedAllocInternal@@YAPAXIH@Z) referenced in function "public: static void * __cdecl btCollisionObject::operator new(unsigned int)" (??2btCollisionObject@@SAPAXI@Z)
  2. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "void __cdecl btAlignedFreeInternal(void *)" (?btAlignedFreeInternal@@YAXPAX@Z) referenced in function "public: static void __cdecl btCollisionObject::operator delete(void *)" (??3btCollisionObject@@SAXPAX@Z)
  3. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall btConvexShape::~btConvexShape(void)" (??1btConvexShape@@UAE@XZ) referenced in function "public: virtual __thiscall btConvexInternalShape::~btConvexInternalShape(void)" (??1btConvexInternalShape@@UAE@XZ)
  4. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btCollisionShape::getBoundingSphere(class btVector3 &,float &)const " (?getBoundingSphere@btCollisionShape@@UBEXAAVbtVector3@@AAM@Z)
  5. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual float __thiscall btCollisionShape::getAngularMotionDisc(void)const " (?getAngularMotionDisc@btCollisionShape@@UBEMXZ)
  6. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual float __thiscall btCollisionShape::getContactBreakingThreshold(float)const " (?getContactBreakingThreshold@btCollisionShape@@UBEMM@Z)
  7. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btConvexInternalShape::setLocalScaling(class btVector3 const &)" (?setLocalScaling@btConvexInternalShape@@UAEXABVbtVector3@@@Z)
  8. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btCollisionShape::serializeSingleShape(class btSerializer *)const " (?serializeSingleShape@btCollisionShape@@UBEXPAVbtSerializer@@@Z)
  9. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual class btVector3 __thiscall btConvexInternalShape::localGetSupportingVertex(class btVector3 const &)const " (?localGetSupportingVertex@btConvexInternalShape@@UBE?AVbtVector3@@ABV2@@Z)
  10. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btConvexShape::project(class btTransform const &,class btVector3 const &,float &,float &)const " (?project@btConvexShape@@UBEXABVbtTransform@@ABVbtVector3@@AAM2@Z)
  11. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btConvexInternalShape::getAabbSlow(class btTransform const &,class btVector3 &,class btVector3 &)const " (?getAabbSlow@btConvexInternalShape@@UBEXABVbtTransform@@AAVbtVector3@@1@Z)
  12. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall btCollisionShape::serialize(void *,class btSerializer *)const " (?serialize@btCollisionShape@@UBEPBDPAXPAVbtSerializer@@@Z) referenced in function "public: virtual char const * __thiscall btConvexInternalShape::serialize(void *,class btSerializer *)const " (?serialize@btConvexInternalShape@@UBEPBDPAXPAVbtSerializer@@@Z)
  13. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "protected: __thiscall btConvexInternalShape::btConvexInternalShape(void)" (??0btConvexInternalShape@@IAE@XZ) referenced in function "public: __thiscall btSphereShape::btSphereShape(float)" (??0btSphereShape@@QAE@M@Z)
  14. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btSphereShape::getAabb(class btTransform const &,class btVector3 &,class btVector3 &)const " (?getAabb@btSphereShape@@UBEXABVbtTransform@@AAVbtVector3@@1@Z)
  15. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btSphereShape::calculateLocalInertia(float,class btVector3 &)const " (?calculateLocalInertia@btSphereShape@@UBEXMAAVbtVector3@@@Z)
  16. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual class btVector3 __thiscall btSphereShape::localGetSupportingVertex(class btVector3 const &)const " (?localGetSupportingVertex@btSphereShape@@UBE?AVbtVector3@@ABV2@@Z)
  17. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual class btVector3 __thiscall btSphereShape::localGetSupportingVertexWithoutMargin(class btVector3 const &)const " (?localGetSupportingVertexWithoutMargin@btSphereShape@@UBE?AVbtVector3@@ABV2@@Z)
  18. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btSphereShape::batchedUnitVectorGetSupportingVertexWithoutMargin(class btVector3 const *,class btVector3 *,int)const " (?batchedUnitVectorGetSupportingVertexWithoutMargin@btSphereShape@@UBEXPBVbtVector3@@PAV2@H@Z)
  19. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btStridingMeshInterface::InternalProcessAllTriangles(class btInternalTriangleIndexCallback *,class btVector3 const &,class btVector3 const &)const " (?InternalProcessAllTriangles@btStridingMeshInterface@@UBEXPAVbtInternalTriangleIndexCallback@@ABVbtVector3@@1@Z)
  20. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall btStridingMeshInterface::serialize(void *,class btSerializer *)const " (?serialize@btStridingMeshInterface@@UBEPBDPAXPAVbtSerializer@@@Z)
  21. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall btStridingMeshInterface::~btStridingMeshInterface(void)" (??1btStridingMeshInterface@@UAE@XZ) referenced in function "public: virtual void * __thiscall btStridingMeshInterface::`scalar deleting destructor'(unsigned int)" (??_GbtStridingMeshInterface@@UAEPAXI@Z)
  22. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCollisionObject::activate(bool)const " (?activate@btCollisionObject@@QBEX_N@Z) referenced in function "public: virtual void __thiscall MBulletContext::activateObject(unsigned int)" (?activateObject@MBulletContext@@UAEXI@Z)
  23. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: void __thiscall btRigidBody::setMassProps(float,class btVector3 const &)" (?setMassProps@btRigidBody@@QAEXMABVbtVector3@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::setObjectMass(unsigned int,float)" (?setObjectMass@MBulletContext@@UAEXIM@Z)
  24. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: void __thiscall btRigidBody::setDamping(float,float)" (?setDamping@btRigidBody@@QAEXMM@Z) referenced in function "public: virtual void __thiscall MBulletContext::setObjectDamping(unsigned int,float,float)" (?setObjectDamping@MBulletContext@@UAEXIMM@Z)
  25. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: void __thiscall btRigidBody::proceedToTransform(class btTransform const &)" (?proceedToTransform@btRigidBody@@QAEXABVbtTransform@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::setObjectTransform(unsigned int,class MVector3 const &,class MQuaternion const &)" (?setObjectTransform@MBulletContext@@UAEXIABVMVector3@@ABVMQuaternion@@@Z)
  26. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCompoundShape::addChildShape(class btTransform const &,class btCollisionShape *)" (?addChildShape@btCompoundShape@@QAEXABVbtTransform@@PAVbtCollisionShape@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::addChildShape(unsigned int,unsigned int,class MVector3 const &,class MQuaternion const &)" (?addChildShape@MBulletContext@@UAEXIIABVMVector3@@ABVMQuaternion@@@Z)
  27. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btTriangleIndexVertexArray::getLockedVertexIndexBase(unsigned char * *,int &,enum PHY_ScalarType &,int &,unsigned char * *,int &,int &,enum PHY_ScalarType &,int)" (?getLockedVertexIndexBase@btTriangleIndexVertexArray@@UAEXPAPAEAAHAAW4PHY_ScalarType@@10112H@Z)
  28. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btTriangleIndexVertexArray::getLockedReadOnlyVertexIndexBase(unsigned char const * *,int &,enum PHY_ScalarType &,int &,unsigned char const * *,int &,int &,enum PHY_ScalarType &,int)const " (?getLockedReadOnlyVertexIndexBase@btTriangleIndexVertexArray@@UBEXPAPBEAAHAAW4PHY_ScalarType@@10112H@Z)
  29. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall btTriangleIndexVertexArray::hasPremadeAabb(void)const " (?hasPremadeAabb@btTriangleIndexVertexArray@@UBE_NXZ)
  30. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btTriangleIndexVertexArray::setPremadeAabb(class btVector3 const &,class btVector3 const &)const " (?setPremadeAabb@btTriangleIndexVertexArray@@UBEXABVbtVector3@@0@Z)
  31. 4>MBulletContext.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btTriangleIndexVertexArray::getPremadeAabb(class btVector3 *,class btVector3 *)const " (?getPremadeAabb@btTriangleIndexVertexArray@@UBEXPAVbtVector3@@0@Z)
  32. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall btTriangleIndexVertexArray::~btTriangleIndexVertexArray(void)" (??1btTriangleIndexVertexArray@@UAE@XZ) referenced in function "public: virtual void * __thiscall btTriangleIndexVertexArray::`scalar deleting destructor'(unsigned int)" (??_GbtTriangleIndexVertexArray@@UAEPAXI@Z)
  33. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btDiscreteDynamicsWorld::btDiscreteDynamicsWorld(class btDispatcher *,class btBroadphaseInterface *,class btConstraintSolver *,class btCollisionConfiguration *)" (??0btDiscreteDynamicsWorld@@QAE@PAVbtDispatcher@@PAVbtBroadphaseInterface@@PAVbtConstraintSolver@@PAVbtCollisionConfiguration@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::init(class MVector3 const &,class MVector3 const &)" (?init@MBulletContext@@UAEXABVMVector3@@0@Z)
  34. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btSequentialImpulseConstraintSolver::btSequentialImpulseConstraintSolver(void)" (??0btSequentialImpulseConstraintSolver@@QAE@XZ) referenced in function "public: virtual void __thiscall MBulletContext::init(class MVector3 const &,class MVector3 const &)" (?init@MBulletContext@@UAEXABVMVector3@@0@Z)
  35. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btDbvtBroadphase::btDbvtBroadphase(class btOverlappingPairCache *)" (??0btDbvtBroadphase@@QAE@PAVbtOverlappingPairCache@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::init(class MVector3 const &,class MVector3 const &)" (?init@MBulletContext@@UAEXABVMVector3@@0@Z)
  36. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btCollisionDispatcher::btCollisionDispatcher(class btCollisionConfiguration *)" (??0btCollisionDispatcher@@QAE@PAVbtCollisionConfiguration@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::init(class MVector3 const &,class MVector3 const &)" (?init@MBulletContext@@UAEXABVMVector3@@0@Z)
  37. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btDefaultCollisionConfiguration::btDefaultCollisionConfiguration(struct btDefaultCollisionConstructionInfo const &)" (??0btDefaultCollisionConfiguration@@QAE@ABUbtDefaultCollisionConstructionInfo@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::init(class MVector3 const &,class MVector3 const &)" (?init@MBulletContext@@UAEXABVMVector3@@0@Z)
  38. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btRigidBody::btRigidBody(struct btRigidBody::btRigidBodyConstructionInfo const &)" (??0btRigidBody@@QAE@ABUbtRigidBodyConstructionInfo@0@@Z) referenced in function "public: virtual void __thiscall MBulletContext::createRigidBody(unsigned int *,unsigned int,class MVector3 const &,class MQuaternion const &,float)" (?createRigidBody@MBulletContext@@UAEXPAIIABVMVector3@@ABVMQuaternion@@M@Z)
  39. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btCompoundShape::btCompoundShape(bool)" (??0btCompoundShape@@QAE@_N@Z) referenced in function "public: virtual void __thiscall MBulletContext::createMultiShape(unsigned int *)" (?createMultiShape@MBulletContext@@UAEXPAI@Z)
  40. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btBoxShape::btBoxShape(class btVector3 const &)" (??0btBoxShape@@QAE@ABVbtVector3@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::createBoxShape(unsigned int *,class MVector3 const &)" (?createBoxShape@MBulletContext@@UAEXPAIABVMVector3@@@Z)
  41. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btConeShape::btConeShape(float,float)" (??0btConeShape@@QAE@MM@Z) referenced in function "public: virtual void __thiscall MBulletContext::createConeShape(unsigned int *,float,float)" (?createConeShape@MBulletContext@@UAEXPAIMM@Z)
  42. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btCapsuleShape::btCapsuleShape(float,float)" (??0btCapsuleShape@@QAE@MM@Z) referenced in function "public: virtual void __thiscall MBulletContext::createCapsuleShape(unsigned int *,float,float)" (?createCapsuleShape@MBulletContext@@UAEXPAIMM@Z)
  43. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btCylinderShape::btCylinderShape(class btVector3 const &)" (??0btCylinderShape@@QAE@ABVbtVector3@@@Z) referenced in function "public: virtual void __thiscall MBulletContext::createCylinderShape(unsigned int *,float,float)" (?createCylinderShape@MBulletContext@@UAEXPAIMM@Z)
  44. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btConvexHullShape::btConvexHullShape(float const *,int,int)" (??0btConvexHullShape@@QAE@PBMHH@Z) referenced in function "public: virtual void __thiscall MBulletContext::createConvexHullShape(unsigned int *,class MVector3 const *,unsigned int,class MVector3)" (?createConvexHullShape@MBulletContext@@UAEXPAIPBVMVector3@@IV2@@Z)
  45. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btBvhTriangleMeshShape::btBvhTriangleMeshShape(class btStridingMeshInterface *,bool,bool)" (??0btBvhTriangleMeshShape@@QAE@PAVbtStridingMeshInterface@@_N1@Z) referenced in function "public: virtual void __thiscall MBulletContext::createTriangleMeshShape(unsigned int *,class MVector3 const *,unsigned int,void const *,unsigned int,enum M_TYPES,class MVector3)" (?createTriangleMeshShape@MBulletContext@@UAEXPAIPBVMVector3@@IPBXIW4M_TYPES@@V2@@Z)
  46. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: __thiscall btGeneric6DofSpringConstraint::btGeneric6DofSpringConstraint(class btRigidBody &,class btRigidBody &,class btTransform const &,class btTransform const &,bool)" (??0btGeneric6DofSpringConstraint@@QAE@AAVbtRigidBody@@0ABVbtTransform@@1_N@Z) referenced in function "public: virtual void __thiscall MBulletContext::createConstraint(unsigned int *,unsigned int,unsigned int,class MVector3 const &,bool)" (?createConstraint@MBulletContext@@UAEXPAIIIABVMVector3@@_N@Z)
  47. 4>MBulletContext.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCollisionObject::setActivationState(int)const " (?setActivationState@btCollisionObject@@QBEXH@Z) referenced in function "public: virtual void __thiscall MBulletContext::createConstraint(unsigned int *,unsigned int,unsigned int,class MVector3 const &,bool)" (?createConstraint@MBulletContext@@UAEXPAIIIABVMVector3@@_N@Z)
  48. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl closeAttributeNode(class MFile *,char const *)" (?closeAttributeNode@@YAXPAVMFile@@PBD@Z) referenced in function "void __cdecl writePhysics(class MFile *,class MPhysicsProperties *)" (?writePhysics@@YAXPAVMFile@@PAVMPhysicsProperties@@@Z)
  49. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl writeFloatValues(class MFile *,char const *,float *,unsigned int,char const *)" (?writeFloatValues@@YAXPAVMFile@@PBDPAMI1@Z) referenced in function "void __cdecl writePhysics(class MFile *,class MPhysicsProperties *)" (?writePhysics@@YAXPAVMFile@@PAVMPhysicsProperties@@@Z)
  50. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl writeFloat(class MFile *,char const *,float,char const *)" (?writeFloat@@YAXPAVMFile@@PBDM1@Z) referenced in function "void __cdecl writePhysics(class MFile *,class MPhysicsProperties *)" (?writePhysics@@YAXPAVMFile@@PAVMPhysicsProperties@@@Z)
  51. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl writeBool(class MFile *,char const *,bool,char const *)" (?writeBool@@YAXPAVMFile@@PBD_N1@Z) referenced in function "void __cdecl writePhysics(class MFile *,class MPhysicsProperties *)" (?writePhysics@@YAXPAVMFile@@PAVMPhysicsProperties@@@Z)
  52. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl writeString(class MFile *,char const *,char const *,char const *)" (?writeString@@YAXPAVMFile@@PBD11@Z) referenced in function "void __cdecl writePhysics(class MFile *,class MPhysicsProperties *)" (?writePhysics@@YAXPAVMFile@@PAVMPhysicsProperties@@@Z)
  53. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl openAttributeNode(class MFile *,char const *,unsigned int)" (?openAttributeNode@@YAXPAVMFile@@PBDI@Z) referenced in function "void __cdecl writePhysics(class MFile *,class MPhysicsProperties *)" (?writePhysics@@YAXPAVMFile@@PAVMPhysicsProperties@@@Z)
  54. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl closeNode(class MFile *,char const *,unsigned int,char const *)" (?closeNode@@YAXPAVMFile@@PBDI1@Z) referenced in function "void __cdecl writeTextProperties(class MFile *,class MOText *)" (?writeTextProperties@@YAXPAVMFile@@PAVMOText@@@Z)
  55. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl openNode(class MFile *,char const *,unsigned int,char const *)" (?openNode@@YAXPAVMFile@@PBDI1@Z) referenced in function "void __cdecl writeTextProperties(class MFile *,class MOText *)" (?writeTextProperties@@YAXPAVMFile@@PAVMOText@@@Z)
  56. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl writeInt(class MFile *,char const *,int,char const *)" (?writeInt@@YAXPAVMFile@@PBDH1@Z) referenced in function "void __cdecl writeLightProperties(class MFile *,class MOLight *)" (?writeLightProperties@@YAXPAVMFile@@PAVMOLight@@@Z)
  57. 4>MLevelSave.obj : error LNK2019: unresolved external symbol "void __cdecl writeVariable(class MFile *,class MVariable *,char const *,char const *)" (?writeVariable@@YAXPAVMFile@@PAVMVariable@@PBD2@Z) referenced in function "void __cdecl writeBehavior(class MFile *,class MBehavior *)" (?writeBehavior@@YAXPAVMFile@@PAVMBehavior@@@Z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement