Linker problems
#1548
Replies: 1 comment
-
This typically happens when |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When compiling my program and linking to Jolt (jolt.lib), I get the following linker errors.
1> error LNK2001: unresolved external symbol "public: virtual void __cdecl JPH::ConvexShape::GetSubmergedVolume(class JPH::Mat44 const &,class JPH::Vec3,class JPH::Plane const &,float &,float &,class JPH::Vec3 &)const " (?GetSubmergedVolume@ConvexShape@JPH@@UEBAXAEBVMat44@2@VVec3@2@AEBVPlane@2@AEAM3AEAV42@@z)
1>error LNK2001: unresolved external symbol "public: virtual void __cdecl JPH::SphereShape::GetSubmergedVolume(class JPH::Mat44 const &,class JPH::Vec3,class JPH::Plane const &,float &,float &,class JPH::Vec3 &)const " (?GetSubmergedVolume@SphereShape@JPH@@UEBAXAEBVMat44@2@VVec3@2@AEBVPlane@2@AEAM3AEAV42@@z)
I am using /MTd option in debug mode and /MT in release since i am also linking to glfw lib
Thanks
Beta Was this translation helpful? Give feedback.
All reactions