いっちさん返信ありがとうございます。
もう一度プロジェクトの設定の方確認して
ビルドしてみたのですが依然駄目でした・・・。
相変わらず以下のエラーメッセージがでてくるのです
1>ini.obj : error LNK2019: 未解決の外部シンボル "int __cdecl DxLib::CreateFontToHandle(char const *,int,int,int,int,int,int,int,int)" (?CreateFontToHandle@DxLib@@YAHPBDHHHHHHHH@Z) が関数 "void __cdecl FiestIni(void)" (?FiestIni@@YAXXZ) で参照されました。
1>Screen.obj : error LNK2019: 未解決の外部シンボル "int __cdecl DxLib::MakeScreen(int,int)" (?MakeScreen@DxLib@@YAHHH@Z) が関数 "public: __thiscall ScreenObject::ScreenObject(void)" (??0ScreenObject@@QAE@XZ) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btDiscreteDynamicsWorld::D_btDiscreteDynamicsWorld(class D_btDispatcher *,class D_btBroadphaseInterface *,class D_btConstraintSolver *,class D_btCollisionConfiguration *)" (??0D_btDiscreteDynamicsWorld@@QAE@PAVD_btDispatcher@@PAVD_btBroadphaseInterface@@PAVD_btConstraintSolver@@PAVD_btCollisionConfiguration@@@Z) が関数 "int __cdecl DxLib::BulletPhysics_Initialize(struct DxLib::BULLET_PHYSICS *,struct DxLib::tagVECTOR)" (?BulletPhysics_Initialize@DxLib@@YAHPAUBULLET_PHYSICS@1@UtagVECTOR@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btSequentialImpulseConstraintSolver::D_btSequentialImpulseConstraintSolver(void)" (??0D_btSequentialImpulseConstraintSolver@@QAE@XZ) が関数 "int __cdecl DxLib::BulletPhysics_Initialize(struct DxLib::BULLET_PHYSICS *,struct DxLib::tagVECTOR)" (?BulletPhysics_Initialize@DxLib@@YAHPAUBULLET_PHYSICS@1@UtagVECTOR@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btAxisSweep3::D_btAxisSweep3(class D_btVector3 const &,class D_btVector3 const &,unsigned short,class D_btOverlappingPairCache *,bool)" (??0D_btAxisSweep3@@QAE@ABVD_btVector3@@0GPAVD_btOverlappingPairCache@@_N@Z) が関数 "int __cdecl DxLib::BulletPhysics_Initialize(struct DxLib::BULLET_PHYSICS *,struct DxLib::tagVECTOR)" (?BulletPhysics_Initialize@DxLib@@YAHPAUBULLET_PHYSICS@1@UtagVECTOR@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "void * __cdecl D_btAlignedAllocInternal(unsigned int,int)" (?D_btAlignedAllocInternal@@YAPAXIH@Z) が関数 "int __cdecl DxLib::BulletPhysics_Initialize(struct DxLib::BULLET_PHYSICS *,struct DxLib::tagVECTOR)" (?BulletPhysics_Initialize@DxLib@@YAHPAUBULLET_PHYSICS@1@UtagVECTOR@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btCollisionDispatcher::D_btCollisionDispatcher(class D_btCollisionConfiguration *)" (??0D_btCollisionDispatcher@@QAE@PAVD_btCollisionConfiguration@@@Z) が関数 "int __cdecl DxLib::BulletPhysics_Initialize(struct DxLib::BULLET_PHYSICS *,struct DxLib::tagVECTOR)" (?BulletPhysics_Initialize@DxLib@@YAHPAUBULLET_PHYSICS@1@UtagVECTOR@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btDefaultCollisionConfiguration::D_btDefaultCollisionConfiguration(struct D_btDefaultCollisionConstructionInfo const &)" (??0D_btDefaultCollisionConfiguration@@QAE@ABUD_btDefaultCollisionConstructionInfo@@@Z) が関数 "int __cdecl DxLib::BulletPhysics_Initialize(struct DxLib::BULLET_PHYSICS *,struct DxLib::tagVECTOR)" (?BulletPhysics_Initialize@DxLib@@YAHPAUBULLET_PHYSICS@1@UtagVECTOR@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btSphereShape::batchedUnitVectorGetSupportingVertexWithoutMargin(class D_btVector3 const *,class D_btVector3 *,int)const " (?batchedUnitVectorGetSupportingVertexWithoutMargin@D_btSphereShape@@UBEXPBVD_btVector3@@PAV2@H@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual class D_btVector3 __thiscall D_btSphereShape::localGetSupportingVertexWithoutMargin(class D_btVector3 const &)const " (?localGetSupportingVertexWithoutMargin@D_btSphereShape@@UBE?AVD_btVector3@@ABV2@@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual class D_btVector3 __thiscall D_btSphereShape::localGetSupportingVertex(class D_btVector3 const &)const " (?localGetSupportingVertex@D_btSphereShape@@UBE?AVD_btVector3@@ABV2@@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btSphereShape::calculateLocalInertia(float,class D_btVector3 &)const " (?calculateLocalInertia@D_btSphereShape@@UBEXMAAVD_btVector3@@@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btConvexInternalShape::setLocalScaling(class D_btVector3 const &)" (?setLocalScaling@D_btConvexInternalShape@@UAEXABVD_btVector3@@@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btSphereShape::getAabb(class D_btTransform const &,class D_btVector3 &,class D_btVector3 &)const " (?getAabb@D_btSphereShape@@UBEXABVD_btTransform@@AAVD_btVector3@@1@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btConvexInternalShape::getAabbSlow(class D_btTransform const &,class D_btVector3 &,class D_btVector3 &)const " (?getAabbSlow@D_btConvexInternalShape@@UBEXABVD_btTransform@@AAVD_btVector3@@1@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btBoxShape::calculateLocalInertia(float,class D_btVector3 &)const " (?calculateLocalInertia@D_btBoxShape@@UBEXMAAVD_btVector3@@@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual float __thiscall D_btCollisionShape::getContactBreakingThreshold(void)const " (?getContactBreakingThreshold@D_btCollisionShape@@UBEMXZ)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual float __thiscall D_btCollisionShape::getAngularMotionDisc(void)const " (?getAngularMotionDisc@D_btCollisionShape@@UBEMXZ)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btCollisionShape::getBoundingSphere(class D_btVector3 &,float &)const " (?getBoundingSphere@D_btCollisionShape@@UBEXAAVD_btVector3@@AAM@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual void __thiscall D_btBoxShape::getAabb(class D_btTransform const &,class D_btVector3 &,class D_btVector3 &)const " (?getAabb@D_btBoxShape@@UBEXABVD_btTransform@@AAVD_btVector3@@1@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: void __thiscall D_btCollisionObject::setActivationState(int)" (?setActivationState@D_btCollisionObject@@QAEXH@Z) が関数 "int __cdecl DxLib::BulletPhysics_SetupRigidBody(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_RIGIDBODY_INFO *,struct DxLib::BULLET_RIGIDBODY_SETUP_INFO *)" (?BulletPhysics_SetupRigidBody@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_RIGIDBODY_INFO@1@PAUBULLET_RIGIDBODY_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btRigidBody::D_btRigidBody(struct D_btRigidBody::D_btRigidBodyConstructionInfo const &)" (??0D_btRigidBody@@QAE@ABUD_btRigidBodyConstructionInfo@0@@Z) が関数 "int __cdecl DxLib::BulletPhysics_SetupRigidBody(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_RIGIDBODY_INFO *,struct DxLib::BULLET_RIGIDBODY_SETUP_INFO *)" (?BulletPhysics_SetupRigidBody@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_RIGIDBODY_INFO@1@PAUBULLET_RIGIDBODY_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "protected: __thiscall D_btConvexInternalShape::D_btConvexInternalShape(void)" (??0D_btConvexInternalShape@@IAE@XZ) が関数 "int __cdecl DxLib::BulletPhysics_SetupRigidBody(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_RIGIDBODY_INFO *,struct DxLib::BULLET_RIGIDBODY_SETUP_INFO *)" (?BulletPhysics_SetupRigidBody@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_RIGIDBODY_INFO@1@PAUBULLET_RIGIDBODY_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btPolyhedralConvexShape::D_btPolyhedralConvexShape(void)" (??0D_btPolyhedralConvexShape@@QAE@XZ) が関数 "int __cdecl DxLib::BulletPhysics_SetupRigidBody(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_RIGIDBODY_INFO *,struct DxLib::BULLET_RIGIDBODY_SETUP_INFO *)" (?BulletPhysics_SetupRigidBody@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_RIGIDBODY_INFO@1@PAUBULLET_RIGIDBODY_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btCapsuleShape::D_btCapsuleShape(float,float)" (??0D_btCapsuleShape@@QAE@MM@Z) が関数 "int __cdecl DxLib::BulletPhysics_SetupRigidBody(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_RIGIDBODY_INFO *,struct DxLib::BULLET_RIGIDBODY_SETUP_INFO *)" (?BulletPhysics_SetupRigidBody@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_RIGIDBODY_INFO@1@PAUBULLET_RIGIDBODY_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "void __cdecl D_btAlignedFreeInternal(void *)" (?D_btAlignedFreeInternal@@YAXPAX@Z) が関数 "public: static void __cdecl D_btCollisionObject::operator delete(void *)" (??3D_btCollisionObject@@SAXPAX@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2001: 外部シンボル ""public: virtual class D_btVector3 __thiscall D_btConvexInternalShape::localGetSupportingVertex(class D_btVector3 const &)const " (?localGetSupportingVertex@D_btConvexInternalShape@@UBE?AVD_btVector3@@ABV2@@Z)" は未解決です。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: virtual __thiscall D_btConvexShape::~D_btConvexShape(void)" (??1D_btConvexShape@@UAE@XZ) が関数 "public: virtual __thiscall D_btPolyhedralConvexShape::~D_btPolyhedralConvexShape(void)" (??1D_btPolyhedralConvexShape@@UAE@XZ) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: void __thiscall D_btGeneric6DofSpringConstraint::setEquilibriumPoint(void)" (?setEquilibriumPoint@D_btGeneric6DofSpringConstraint@@QAEXXZ) が関数 "int __cdecl DxLib::BulletPhysics_SetupJoint(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_JOINT_INFO *,struct DxLib::BULLET_JOINT_SETUP_INFO *)" (?BulletPhysics_SetupJoint@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_JOINT_INFO@1@PAUBULLET_JOINT_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: void __thiscall D_btGeneric6DofConstraint::calculateTransforms(void)" (?calculateTransforms@D_btGeneric6DofConstraint@@QAEXXZ) が関数 "int __cdecl DxLib::BulletPhysics_SetupJoint(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_JOINT_INFO *,struct DxLib::BULLET_JOINT_SETUP_INFO *)" (?BulletPhysics_SetupJoint@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_JOINT_INFO@1@PAUBULLET_JOINT_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: void __thiscall D_btGeneric6DofSpringConstraint::setStiffness(int,float)" (?setStiffness@D_btGeneric6DofSpringConstraint@@QAEXHM@Z) が関数 "int __cdecl DxLib::BulletPhysics_SetupJoint(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_JOINT_INFO *,struct DxLib::BULLET_JOINT_SETUP_INFO *)" (?BulletPhysics_SetupJoint@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_JOINT_INFO@1@PAUBULLET_JOINT_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: void __thiscall D_btGeneric6DofSpringConstraint::enableSpring(int,bool)" (?enableSpring@D_btGeneric6DofSpringConstraint@@QAEXH_N@Z) が関数 "int __cdecl DxLib::BulletPhysics_SetupJoint(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_JOINT_INFO *,struct DxLib::BULLET_JOINT_SETUP_INFO *)" (?BulletPhysics_SetupJoint@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_JOINT_INFO@1@PAUBULLET_JOINT_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: __thiscall D_btGeneric6DofSpringConstraint::D_btGeneric6DofSpringConstraint(class D_btRigidBody &,class D_btRigidBody &,class D_btTransform const &,class D_btTransform const &,bool)" (??0D_btGeneric6DofSpringConstraint@@QAE@AAVD_btRigidBody@@0ABVD_btTransform@@1_N@Z) が関数 "int __cdecl DxLib::BulletPhysics_SetupJoint(struct DxLib::BULLET_PHYSICS *,struct DxLib::BULLET_JOINT_INFO *,struct DxLib::BULLET_JOINT_SETUP_INFO *)" (?BulletPhysics_SetupJoint@DxLib@@YAHPAUBULLET_PHYSICS@1@PAUBULLET_JOINT_INFO@1@PAUBULLET_JOINT_SETUP_INFO@1@@Z) で参照されました。
1>DxUseCLib_d.lib(DxUseCLibPhysics.obj) : error LNK2019: 未解決の外部シンボル "public: void __thiscall D_btRigidBody::setCenterOfMassTransform(class D_btTransform const &)" (?setCenterOfMassTransform@D_btRigidBody@@QAEXABVD_btTransform@@@Z) が関数 "int __cdecl DxLib::BulleyPhysics_ResetRigidBody(struct DxLib::BULLET_RIGIDBODY_INFO *,struct DxLib::tagVECTOR)" (?BulleyPhysics_ResetRigidBody@DxLib@@YAHPAUBULLET_RIGIDBODY_INFO@1@UtagVECTOR@1@@Z) で参照されました。
1>D:\Users\mareki\Documents\Stg_2010\Debug\stg_2012.exe : fatal error LNK1120: 外部参照 34 が未解決です。
よく分からないんですが恐らく
リンクがどこかで迷子になっちゃってるんでしょうか?
DXライブラリの関数(DrawRotaGraph3など新しい関数でないもの)を打つと
ヒントが出てきますし
一部うまくいってる?とかあるんでしょうか