Linking errors

at94
Posts: 2
Joined: Fri Aug 14, 2015 11:56 am

Linking errors

Post by at94 »

Hello, I have been trying to link bullet to my project for about 6 hours and nothing is working i just get the the error.

Code: Select all

Error	2	error LNK2019: unresolved external symbol "public: __thiscall btDbvtBroadphase::btDbvtBroadphase(class btOverlappingPairCache *)" (??0btDbvtBroadphase@@QAE@PAVbtOverlappingPairCache@@@Z) referenced in function "private: void __thiscall physics::PhysicsEngine::Init(void)" (?Init@PhysicsEngine@physics@@AAEXXZ)	C:\Users\taylora1\Desktop\Personal\Game_Engine\Useful_Engine\Useful_Engine\Physics_Engine.obj	Useful_Engine

Error	3	error LNK1120: 1 unresolved externals	C:\Users\taylora1\Desktop\Personal\Game_Engine\Useful_Engine\Debug\Useful_Engine.exe	1	1	Useful_Engine

I have tried https://dementedvice.wordpress.com/2013 ... udio-2012/ and
http://bulletphysics.org/mediawiki-1.5. ... _CMake-gui

Any help please ??