Hello, im new to Dark GDK.
I did everything I was supposed to.
1) Installed VC++ 2008 Express Edition(C:/)
2) Installed DX9 SDK(D:/)
3) Installed Dark GDK(D:/)
I have my VC++ Directories for all (lib,bin,include) in this order.
1. Microsoft Visual C++ Platform SDK
2. DirectX9 SDK
3. Dark GDK(was already added to the list after install of Dark-GDK).
I did as I was told for creating a template around Dark-GDK, File > New Project > Wizards > "Dark GDK - Game".
I compiled 0 errors 0 warnings.
However, when I "Start without debugging", I get this:
1>basic3D.lib(DBOMesh.obj) : error LNK2019: unresolved external symbol _D3DXCleanMesh@24 referenced in function "bool __cdecl MakeLODMeshFromMesh(struct sMesh *,int,struct sMesh * *)" (?MakeLODMeshFromMesh@@YA_NPAUsMesh@@HPAPAU1@@Z)
And theres only 2 things on google that dont work, so please help! Im close to getting this to work!
<Sig Here>