hi, i bought dark physics and when i need to run sample code in dark gdk with vs c++ 2008 i face this error :
Main.obj : error LNK2019: unresolved external symbol "void __cdecl dbPhyUpdate(void)" (?dbPhyUpdate@@YAXXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
Main.obj : error LNK2019: unresolved external symbol "void __cdecl dbPhyMakeRigidBodyDynamicBox(int)" (?dbPhyMakeRigidBodyDynamicBox@@YAXH@Z) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
Main.obj : error LNK2019: unresolved external symbol "void __cdecl dbPhyMakeRigidBodyStaticBox(int)" (?dbPhyMakeRigidBodyStaticBox@@YAXH@Z) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
Main.obj : error LNK2019: unresolved external symbol "void __cdecl dbPhyStart(void)" (?dbPhyStart@@YAXXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
why????????? also i load the header #include "DarkPhysics.h"
thanks for helping ........