Game Development Community

1.7.1 compile errors

by Tom Timothy · in Torque Game Engine Advanced · 07/27/2008 (11:28 am) · 2 replies

I get the following errors when trying to complie stronghold I understand i missing somthing just cant figure out what im missing. using 2008 express to compile

Error List
Error 3 fatal error C1083: Cannot open include file: 'dxdiag.h': No such file or directory c:\torque\tgea_1_7_1\engine\source\platformwin32\getdxver.cpp 20
Error 4 fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory c:\torque\tgea_1_7_1\engine\source\gfx\d3d9\gfxd3d9device.h 11
Error 5 fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory c:\torque\tgea_1_7_1\engine\source\gfx\d3d9\gfxd3d9device.h 11
Error 6 fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory c:\torque\tgea_1_7_1\engine\source\gfx\d3d9\gfxd3d9device.h 11
Error 7 fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory c:\torque\tgea_1_7_1\engine\source\gfx\d3d9\gfxd3d9device.h 11
Error 8 fatal error C1083: Cannot open include file: 'd3dx9tex.h': No such file or directory c:\torque\tgea_1_7_1\engine\source\gfx\d3d9\platformd3d.h 10

There is 20 errors but Im sure there all from the same thing any ideas what Im missing?

#1
07/27/2008 (11:33 am)
You didn't install the DirectX SDK and link it to the compiler, did you? There is a getting started section in the Documentation folder for TGEA_1_7_1 that will guide you through this.
#2
07/27/2008 (11:41 am)
Okay stuiped error when linking sdk I made mistake and clicked on main file not the included file opps thax for help