Compiling Issue in Visual Express 2010
by Kirchgessner · in Torque 3D Professional · 12/29/2010 (1:41 am) · 4 replies
I'm having a compiling issue with the latest T3d build, I'm implementing the Physx and Bullet physics into the engine using Visual C++ 2010 Express.
This is the only issues that come up and I'm not quite sure how to solve them...
Any and all help is appreciated Thanks
This is the only issues that come up and I'm not quite sure how to solve them...
Creating library ../../../game/Torque.lib and object ../../../game/Torque.exp 1>btBody.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) 1>btCollision.obj : error LNK2001: unresolved external symbol "void * __cdecl btAlignedAllocInternal(unsigned int,int)" (?btAlignedAllocInternal@@YAPAXIH@Z) 1>btPlayer.obj : error LNK2001: unresolved external symbol "void * __cdecl btAlignedAllocInternal(unsigned int,int)" (?btAlignedAllocInternal@@YAPAXIH@Z) 1>btWorld.obj : error LNK2001: unresolved external symbol "void * __cdecl btAlignedAllocInternal(unsigned int,int)" (?btAlignedAllocInternal@@YAPAXIH@Z) 1>btBody.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) 1>btCollision.obj : error LNK2001: unresolved external symbol "void __cdecl btAlignedFreeInternal(void *)" (?btAlignedFreeInternal@@YAXPAX@Z) 1>btPlayer.obj : error LNK2001: unresolved external symbol "void __cdecl btAlignedFreeInternal(void *)" (?btAlignedFreeInternal@@YAXPAX@Z) 1>btWorld.obj : error LNK2001: unresolved external symbol "void __cdecl btAlignedFreeInternal(void *)" (?btAlignedFreeInternal@@YAXPAX@Z) 1>btBody.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCollisionObject::activate(bool)" (?activate@btCollisionObject@@QAEX_N@Z) referenced in function "public: virtual void __thiscall BtBody::setMaterial(float,float,float)" (?setMaterial@BtBody@@UAEXMMM@Z) 1>btWorld.obj : error LNK2001: unresolved external symbol "public: void __thiscall btCollisionObject::activate(bool)" (?activate@btCollisionObject@@QAEX_N@Z) 1>btBody.obj : error LNK2019: unresolved external symbol "public: void __thiscall btRigidBody::setDamping(float,float)" (?setDamping@btRigidBody@@QAEXMM@Z) referenced in function "public: virtual void __thiscall BtBody::setDamping(float,float)" (?setDamping@BtBody@@UAEXMM@Z) 1>btBody.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCollisionObject::setActivationState(int)" (?setActivationState@btCollisionObject@@QAEXH@Z) referenced in function "public: virtual void __thiscall BtBody::setSleeping(bool)" (?setSleeping@BtBody@@UAEX_N@Z) 1>btBody.obj : error LNK2019: unresolved external symbol "public: void __thiscall btRigidBody::setCenterOfMassTransform(class btTransform const &)" (?setCenterOfMassTransform@btRigidBody@@QAEXABVbtTransform@@@Z) referenced in function "public: virtual void __thiscall BtBody::setTransform(class MatrixF const &)" (?setTransform@BtBody@@UAEXABVMatrixF@@@Z) 1>btBody.obj : error LNK2019: unresolved external symbol "public: void __thiscall btRigidBody::getAabb(class btVector3 &,class btVector3 &)const " (?getAabb@btRigidBody@@QBEXAAVbtVector3@@0@Z) referenced in function "public: virtual class Box3F __thiscall BtBody::getWorldBounds(void)" (?getWorldBounds@BtBody@@UAE?AVBox3F@@XZ) 1>btBody.obj : error LNK2019: unresolved external symbol "public: __thiscall btRigidBody::btRigidBody(float,class btMotionState *,class btCollisionShape *,class btVector3 const &)" (??0btRigidBody@@QAE@MPAVbtMotionState@@PAVbtCollisionShape@@ABVbtVector3@@@Z) referenced in function "public: virtual bool __thiscall BtBody::init(class PhysicsCollision *,float,unsigned int,class SceneObject *,class PhysicsWorld *)" (?init@BtBody@@UAE_NPAVPhysicsCollision@@MIPAVSceneObject@@PAVPhysicsWorld@@@Z) 1>btBody.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 bool __thiscall BtBody::init(class PhysicsCollision *,float,unsigned int,class SceneObject *,class PhysicsWorld *)" (?init@BtBody@@UAE_NPAVPhysicsCollision@@MIPAVSceneObject@@PAVPhysicsWorld@@@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: void __thiscall btCompoundShape::addChildShape(class btTransform const &,class btCollisionShape *)" (?addChildShape@btCompoundShape@@QAEXABVbtTransform@@PAVbtCollisionShape@@@Z) 1>btBody.obj : error LNK2019: unresolved external symbol "public: __thiscall btCompoundShape::btCompoundShape(bool)" (??0btCompoundShape@@QAE@_N@Z) referenced in function "public: virtual bool __thiscall BtBody::init(class PhysicsCollision *,float,unsigned int,class SceneObject *,class PhysicsWorld *)" (?init@BtBody@@UAE_NPAVPhysicsCollision@@MIPAVSceneObject@@PAVPhysicsWorld@@@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: __thiscall btCompoundShape::btCompoundShape(bool)" (??0btCompoundShape@@QAE@_N@Z) 1>btBody.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCompoundShape::calculatePrincipalAxisTransform(float *,class btTransform &,class btVector3 &)const " (?calculatePrincipalAxisTransform@btCompoundShape@@QBEXPAMAAVbtTransform@@AAVbtVector3@@@Z) referenced in function "public: virtual bool __thiscall BtBody::init(class PhysicsCollision *,float,unsigned int,class SceneObject *,class PhysicsWorld *)" (?init@BtBody@@UAE_NPAVPhysicsCollision@@MIPAVSceneObject@@PAVPhysicsWorld@@@Z) 1>btCollision.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) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btCollisionShape::getBoundingSphere(class btVector3 &,float &)const " (?getBoundingSphere@btCollisionShape@@UBEXAAVbtVector3@@AAM@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual float __thiscall btCollisionShape::getAngularMotionDisc(void)const " (?getAngularMotionDisc@btCollisionShape@@UBEMXZ) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual float __thiscall btCollisionShape::getContactBreakingThreshold(void)const " (?getContactBreakingThreshold@btCollisionShape@@UBEMXZ) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btConvexInternalShape::setLocalScaling(class btVector3 const &)" (?setLocalScaling@btConvexInternalShape@@UAEXABVbtVector3@@@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual class btVector3 __thiscall btConvexInternalShape::localGetSupportingVertex(class btVector3 const &)const " (?localGetSupportingVertex@btConvexInternalShape@@UBE?AVbtVector3@@ABV2@@Z) 1>btCollision.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) 1>btCollision.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) 1>btCollision.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) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btSphereShape::calculateLocalInertia(float,class btVector3 &)const " (?calculateLocalInertia@btSphereShape@@UBEXMAAVbtVector3@@@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual class btVector3 __thiscall btSphereShape::localGetSupportingVertex(class btVector3 const &)const " (?localGetSupportingVertex@btSphereShape@@UBE?AVbtVector3@@ABV2@@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual class btVector3 __thiscall btSphereShape::localGetSupportingVertexWithoutMargin(class btVector3 const &)const " (?localGetSupportingVertexWithoutMargin@btSphereShape@@UBE?AVbtVector3@@ABV2@@Z) 1>btCollision.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) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: __thiscall btPolyhedralConvexShape::btPolyhedralConvexShape(void)" (??0btPolyhedralConvexShape@@QAE@XZ) referenced in function "public: __thiscall btBoxShape::btBoxShape(class btVector3 const &)" (??0btBoxShape@@QAE@ABVbtVector3@@@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btBoxShape::getAabb(class btTransform const &,class btVector3 &,class btVector3 &)const " (?getAabb@btBoxShape@@UBEXABVbtTransform@@AAVbtVector3@@1@Z) 1>btCollision.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall btBoxShape::calculateLocalInertia(float,class btVector3 &)const " (?calculateLocalInertia@btBoxShape@@UBEXMAAVbtVector3@@@Z) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: __thiscall btStaticPlaneShape::btStaticPlaneShape(class btVector3 const &,float)" (??0btStaticPlaneShape@@QAE@ABVbtVector3@@M@Z) referenced in function "public: virtual void __thiscall BtCollision::addPlane(class PlaneF const &)" (?addPlane@BtCollision@@UAEXABVPlaneF@@@Z) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: __thiscall btCapsuleShape::btCapsuleShape(float,float)" (??0btCapsuleShape@@QAE@MM@Z) referenced in function "public: virtual void __thiscall BtCollision::addCapsule(float,float,class MatrixF const &)" (?addCapsule@BtCollision@@UAEXMMABVMatrixF@@@Z) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: __thiscall btConvexHullShape::btConvexHullShape(float const *,int,int)" (??0btConvexHullShape@@QAE@PBMHH@Z) referenced in function "public: virtual bool __thiscall BtCollision::addConvex(class Point3F const *,unsigned int,class MatrixF const &)" (?addConvex@BtCollision@@UAE_NPBVPoint3F@@IABVMatrixF@@@Z) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: __thiscall btBvhTriangleMeshShape::btBvhTriangleMeshShape(class btStridingMeshInterface *,bool,bool)" (??0btBvhTriangleMeshShape@@QAE@PAVbtStridingMeshInterface@@_N1@Z) referenced in function "public: virtual bool __thiscall BtCollision::addTriangleMesh(class Point3F const *,unsigned int,unsigned int const *,unsigned int,class MatrixF const &)" (?addTriangleMesh@BtCollision@@UAE_NPBVPoint3F@@IPBIIABVMatrixF@@@Z) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: void __thiscall btTriangleMesh::addTriangle(class btVector3 const &,class btVector3 const &,class btVector3 const &,bool)" (?addTriangle@btTriangleMesh@@QAEXABVbtVector3@@00_N@Z) referenced in function "public: virtual bool __thiscall BtCollision::addTriangleMesh(class Point3F const *,unsigned int,unsigned int const *,unsigned int,class MatrixF const &)" (?addTriangleMesh@BtCollision@@UAE_NPBVPoint3F@@IPBIIABVMatrixF@@@Z) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: __thiscall btTriangleMesh::btTriangleMesh(bool,bool)" (??0btTriangleMesh@@QAE@_N0@Z) referenced in function "public: virtual bool __thiscall BtCollision::addTriangleMesh(class Point3F const *,unsigned int,unsigned int const *,unsigned int,class MatrixF const &)" (?addTriangleMesh@BtCollision@@UAE_NPBVPoint3F@@IPBIIABVMatrixF@@@Z) 1>btCollision.obj : error LNK2019: unresolved external symbol "public: __thiscall btHeightfieldTerrainShape::btHeightfieldTerrainShape(int,int,void *,float,float,float,int,enum PHY_ScalarType,bool)" (??0btHeightfieldTerrainShape@@QAE@HHPAXMMMHW4PHY_ScalarType@@_N@Z) referenced in function "public: virtual bool __thiscall BtCollision::addHeightfield(unsigned short const *,unsigned int,float,class MatrixF const &)" (?addHeightfield@BtCollision@@UAE_NPBGIMABVMatrixF@@@Z) 1>btPlayer.obj : error LNK2019: unresolved external symbol "public: __thiscall btPairCachingGhostObject::btPairCachingGhostObject(void)" (??0btPairCachingGhostObject@@QAE@XZ) referenced in function "public: virtual void __thiscall BtPlayer::init(char const *,class Point3F const &,float,float,class SceneObject *,class PhysicsWorld *)" (?init@BtPlayer@@UAEXPBDABVPoint3F@@MMPAVSceneObject@@PAVPhysicsWorld@@@Z) 1>btPlayer.obj : error LNK2019: unresolved external symbol "public: __thiscall btCapsuleShapeZ::btCapsuleShapeZ(float,float)" (??0btCapsuleShapeZ@@QAE@MM@Z) referenced in function "public: virtual void __thiscall BtPlayer::init(char const *,class Point3F const &,float,float,class SceneObject *,class PhysicsWorld *)" (?init@BtPlayer@@UAEXPBDABVPoint3F@@MMPAVSceneObject@@PAVPhysicsWorld@@@Z) 1>btPlayer.obj : error LNK2019: unresolved external symbol "public: void __thiscall btGhostObject::convexSweepTest(class btConvexShape const *,class btTransform const &,class btTransform const &,struct btCollisionWorld::ConvexResultCallback &,float)const " (?convexSweepTest@btGhostObject@@QBEXPBVbtConvexShape@@ABVbtTransform@@1AAUConvexResultCallback@btCollisionWorld@@M@Z) referenced in function "protected: bool __thiscall BtPlayer::_sweep(class btVector3 *,class btVector3 const &,struct Collision *)" (?_sweep@BtPlayer@@IAE_NPAVbtVector3@@ABV2@PAUCollision@@@Z) 1>btWorld.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCollisionWorld::rayTest(class btVector3 const &,class btVector3 const &,struct btCollisionWorld::RayResultCallback &)const " (?rayTest@btCollisionWorld@@QBEXABVbtVector3@@0AAURayResultCallback@1@@Z) referenced in function "public: virtual class PhysicsBody * __thiscall BtWorld::castRay(class Point3F const &,class Point3F const &,unsigned int)" (?castRay@BtWorld@@UAEPAVPhysicsBody@@ABVPoint3F@@0I@Z) 1>btWorld.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 bool __thiscall BtWorld::initWorld(bool,class ProcessList *)" (?initWorld@BtWorld@@UAE_N_NPAVProcessList@@@Z) 1>btWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall btSequentialImpulseConstraintSolver::btSequentialImpulseConstraintSolver(void)" (??0btSequentialImpulseConstraintSolver@@QAE@XZ) referenced in function "public: virtual bool __thiscall BtWorld::initWorld(bool,class ProcessList *)" (?initWorld@BtWorld@@UAE_N_NPAVProcessList@@@Z) 1>btWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall btAxisSweep3::btAxisSweep3(class btVector3 const &,class btVector3 const &,unsigned short,class btOverlappingPairCache *,bool)" (??0btAxisSweep3@@QAE@ABVbtVector3@@0GPAVbtOverlappingPairCache@@_N@Z) referenced in function "public: virtual bool __thiscall BtWorld::initWorld(bool,class ProcessList *)" (?initWorld@BtWorld@@UAE_N_NPAVProcessList@@@Z) 1>btWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall btCollisionDispatcher::btCollisionDispatcher(class btCollisionConfiguration *)" (??0btCollisionDispatcher@@QAE@PAVbtCollisionConfiguration@@@Z) referenced in function "public: virtual bool __thiscall BtWorld::initWorld(bool,class ProcessList *)" (?initWorld@BtWorld@@UAE_N_NPAVProcessList@@@Z) 1>btWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall btDefaultCollisionConfiguration::btDefaultCollisionConfiguration(struct btDefaultCollisionConstructionInfo const &)" (??0btDefaultCollisionConfiguration@@QAE@ABUbtDefaultCollisionConstructionInfo@@@Z) referenced in function "public: virtual bool __thiscall BtWorld::initWorld(bool,class ProcessList *)" (?initWorld@BtWorld@@UAE_N_NPAVProcessList@@@Z) 1>btWorld.obj : error LNK2019: unresolved external symbol "public: void __thiscall btCollisionObject::forceActivationState(int)" (?forceActivationState@btCollisionObject@@QAEXH@Z) referenced in function "public: virtual void __thiscall BtWorld::reset(void)" (?reset@BtWorld@@UAEXXZ) 1>pxMultiActor.obj : error LNK2019: unresolved external symbol "class NXU::NxuPhysicsCollection * __cdecl NXU::loadCollection(char const *,enum NXU::NXU_FileType,void *,int)" (?loadCollection@NXU@@YAPAVNxuPhysicsCollection@1@PBDW4NXU_FileType@1@PAXH@Z) referenced in function "public: bool __thiscall PxMultiActorData::_loadCollection(char const *,bool)" (?_loadCollection@PxMultiActorData@@QAE_NPBD_N@Z) 1>pxMultiActor.obj : error LNK2019: unresolved external symbol "void __cdecl NXU::releaseCollection(class NXU::NxuPhysicsCollection *)" (?releaseCollection@NXU@@YAXPAVNxuPhysicsCollection@1@@Z) referenced in function "public: bool __thiscall PxMultiActorData::_loadCollection(char const *,bool)" (?_loadCollection@PxMultiActorData@@QAE_NPBD_N@Z) 1>pxMultiActor.obj : error LNK2019: unresolved external symbol "bool __cdecl NXU::instantiateCollection(class NXU::NxuPhysicsCollection *,class NxPhysicsSDK &,class NxScene *,class NxMat34 const *,class NXU_userNotify *)" (?instantiateCollection@NXU@@YA_NPAVNxuPhysicsCollection@1@AAVNxPhysicsSDK@@PAVNxScene@@PBVNxMat34@@PAVNXU_userNotify@@@Z) referenced in function "public: bool __thiscall PxMultiActorData::createActors(class NxScene *,class NxCompartment *,class NxMat34 const *,class Point3F const &,class Vector<class NxActor *> *,class Vector<class NxShape *> *,class Vector<class NxJoint *> *,class Vector<class String> *,class Vector<class String> *)" (?createActors@PxMultiActorData@@QAE_NPAVNxScene@@PAVNxCompartment@@PBVNxMat34@@ABVPoint3F@@PAV?$Vector@PAVNxActor@@@@PAV?$Vector@PAVNxShape@@@@PAV?$Vector@PAVNxJoint@@@@PAV?$Vector@VString@@@@7@Z) 1>pxMultiActor.obj : error LNK2019: unresolved external symbol "bool __cdecl NXU::saveCollection(class NXU::NxuPhysicsCollection *,char const *,enum NXU::NXU_FileType,bool,bool)" (?saveCollection@NXU@@YA_NPAVNxuPhysicsCollection@1@PBDW4NXU_FileType@1@_N3@Z) referenced in function "public: virtual bool __thiscall PxMultiActorData::preload(bool,class String &)" (?preload@PxMultiActorData@@UAE_N_NAAVString@@@Z) 1>pxWorld.obj : error LNK2019: unresolved external symbol __imp__NxGetCookingLib referenced in function "public: static class NxCookingInterface * __cdecl PxWorld::getCooking(void)" (?getCooking@PxWorld@@SAPAVNxCookingInterface@@XZ) 1>pxWorld.obj : error LNK2019: unresolved external symbol __imp__NxCreatePhysicsSDK referenced in function "public: static bool __cdecl PxWorld::restartSDK(bool,class PxWorld *,class PxWorld *)" (?restartSDK@PxWorld@@SA_N_NPAV1@1@Z) 1>pxWorld.obj : error LNK2019: unresolved external symbol "void __cdecl NXU::releasePersistentMemory(void)" (?releasePersistentMemory@NXU@@YAXXZ) referenced in function "public: static bool __cdecl PxWorld::restartSDK(bool,class PxWorld *,class PxWorld *)" (?restartSDK@PxWorld@@SA_N_NPAV1@1@Z) 1>pxWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall CharacterControllerManager::CharacterControllerManager(class NxUserAllocator *)" (??0CharacterControllerManager@@QAE@PAVNxUserAllocator@@@Z) referenced in function "public: __thiscall PxWorld::PxWorld(void)" (??0PxWorld@@QAE@XZ) 1>pxWorld.obj : error LNK2019: unresolved external symbol "public: static class NxUserAllocator * CCTAllocator::mAllocator" (?mAllocator@CCTAllocator@@2PAVNxUserAllocator@@A) referenced in function "public: __thiscall PxWorld::PxWorld(void)" (??0PxWorld@@QAE@XZ) 1>../../../game/Torque.dll : fatal error LNK1120: 53 unresolved externals ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any and all help is appreciated Thanks
#2
you then need to add them to the solution
seems like you didn't.
just a suggestion,
if you trying to create a new physics project, and its a bitch to get right the first few times, I know,
just use the physics build as your base, and bring your content into that.
a lot easier than struggling just to get the new project to build.
when you get more comfortable with the physics build environment (getting it to bloody work), try a fresh physics project.
also, as I understand it, express compilers are hell to work with.
I picked up a 2008 compiler for $100 on the web, never had issues with it
12/29/2010 (11:50 am)
did you just copy the files over?you then need to add them to the solution
seems like you didn't.
just a suggestion,
if you trying to create a new physics project, and its a bitch to get right the first few times, I know,
just use the physics build as your base, and bring your content into that.
a lot easier than struggling just to get the new project to build.
when you get more comfortable with the physics build environment (getting it to bloody work), try a fresh physics project.
also, as I understand it, express compilers are hell to work with.
I picked up a 2008 compiler for $100 on the web, never had issues with it
#3
I'll stick with the physics build, its atleast working lol
Thanks
12/30/2010 (2:38 am)
Yeah, I added all of it to the solution, but geez is it painful lolI'll stick with the physics build, its atleast working lol
Thanks
#4
www.torquepowered.com/community/forums/viewthread/119459/2#comments
01/01/2011 (7:54 pm)
easiest way to add physX or bullet is in this link post #24www.torquepowered.com/community/forums/viewthread/119459/2#comments
Torque Owner Kirchgessner
Prosimian Productions
Any ideas as to what I'm doing wrong?