Hi,
I'm trying to use DarkPhysics but when I compile in DarkDGK visual studio express 2008 give some errors (in my own code and in the DP examples)
Main.obj : error LNK2019: unresolved external symbol "void __cdecl dbPhyStart(void)" (?dbPhyStart@@YAXXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
and...
fatal error C1047: The object or library file 'C:\Program Files\The Game Creators\Dark GDK\Lib\VS9\DarkPhysics.lib' was created with an older compiler than other objects; rebuild old objects and libraries
10>LINK : fatal error LNK1257: code generation failed
any idea?