Re: Windows 7 DirectX SDK [message #417417 is a reply to message #417411] |
Tue, 12 January 2010 11:51 |
|
saberhawk
Messages: 1068 Registered: January 2006 Location: ::1
Karma:
|
General (1 Star) |
|
|
Omar007 wrote on Tue, 12 January 2010 13:08 | You either didnt change the line in shaders.cpp
#if D3DX_SDK_VERSION != 30
to
#if D3DX_SDK_VERSION != 41
Or because of you system restore you lost the newer version or w/e
|
That only would explain one error (the one with the fancy text). The other two are caused because you changed #include "d3d8_caps.h" to #include "d3d9_caps.h". Newer versions of the DirectX SDK don't really include D3D8 header files anymore, so you'll need to find that header (and all dependencies) on the intertubes and toss it in your shaders folder.
|
|
|