I'm trying to compile anything with DarkGDK and Visual Studio 2008 Express. Each time the output spews linker errors like these:
Error 1 error LNK2019: unresolved external symbol "void __cdecl dbSync(void)" (?dbSync@@YAXXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ) Main.obj
Error 2 error LNK2019: unresolved external symbol "bool __cdecl LoopGDK(void)" (?LoopGDK@@YA_NXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ) Main.obj
Error 3 error LNK2019: unresolved external symbol "void __cdecl dbSyncRate(int)" (?dbSyncRate@@YAXH@Z) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ) Main.obj
Error 4 error LNK2019: unresolved external symbol "void __cdecl dbSyncOn(void)" (?dbSyncOn@@YAXXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ) Main.obj
I've already included the headers and libraries for DarkGDK and the DirectX SDK.
Is anyone familiar with this problem?
http://3dfolio.com