Source files not included with directx sdk?

Started by
2 comments, last by Jossos 11 years, 4 months ago
I'm trying to follow this old book "Strategy Game Programming with Direct 9.0", and it tells me to open one of it's included projects and run it.

Apparently the only files I should be concerning myself with are main.h and main.cpp, but of course this happens:

scrshotdx9.jpg

Maybe it's a little selfish of me to expect the source files be included with the sdk, but can someone shed some light on what's going on, and what the solution is?

Help is very much appreciated.

(p.s: these .cpp files for the d3d headers are NOWHERE on my computer. not in the sdk files or anything)
Advertisement
Those files aren't part of DirectX SDK, are you sure your book doesn't use own library? It should be included somewhere on CD.
That file is from the old version of the D3D sample framework that predated DXUT. You'd have to find and install an older version of the DX SDK to get them.
damn, older versions only work with windows xp or lower

This topic is closed to new replies.

Advertisement