Hi guys I`m trying to get dark sdk to work on my machine with little success at the moment. I am running Visual Studio 6 SP5 with the latest Dark SDK and Directx 9.0c the october edition and the october extras pack that goes with it. I cant seem to compile anything I just keep getting link errors. I`ve made sure that the source and lib directories are correct in the order as follows:
C:\PROGRAM FILES\THE GAME CREATORS\DARK GAME SDK - FREEWARE EDITION\INCLUDE
C:\PROGRAM FILES\MICROSOFT DIRECTX 9.0 SDK (OCTOBER 2004)\INCLUDE
C:\DXSDK\Include
Here is an example of the compiler errors I get.
--------------------Configuration: Terrain - Win32 Release--------------------
Compiling resources...
Compiling...
Demo.cpp
Linking...
Creating library Release/Terrain.lib and object Release/Terrain.exp
input.lib(CInputC.obj) : error LNK2001: unresolved external symbol _IID_IDirectInput8A
sound.lib(dsutil.obj) : error LNK2001: unresolved external symbol _DirectSoundCreate8@12
animation.lib(CAnimation.obj) : error LNK2001: unresolved external symbol _IID_IDvdControl2
animation.lib(CAnimation.obj) : error LNK2001: unresolved external symbol _IID_IDvdInfo2
multiplayer.lib(CNetwork.obj) : error LNK2001: unresolved external symbol _IID_IDirectPlay4A
system.lib(dxdiaginfo.obj) : error LNK2001: unresolved external symbol _CLSID_DxDiagProvider
system.lib(dxdiaginfo.obj) : error LNK2001: unresolved external symbol _IID_IDxDiagProvider
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMAnimationOptions
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMAnimationKey
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMAnimation
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMAnimationSet
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMMesh
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMFrameTransformMatrix
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMFrame
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMMeshMaterialList
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMMeshVertexColors
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMMeshTextureCoords
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMMeshNormals
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMMaterial
convx.lib(ConvX.obj) : error LNK2001: unresolved external symbol _TID_D3DRMTextureFilename
strmbase.lib(dllsetup.obj) : error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A)
strmbase.lib(dllentry.obj) : error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A)
strmbase.lib(dllsetup.obj) : error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA)
strmbase.lib(dllentry.obj) : error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA)
Release/Terrain.exe : fatal error LNK1120: 22 unresolved externals
Error executing link.exe.
Terrain.exe - 25 error(s), 0 warning(s)
I have no idea what else I can do please help me!!
Early to rise and late to bed makes a man healthy wealthy and dead