vc6 下的msdn版本:最后一個支持VS6的版本是2001年10月版;
DirectX SDK:DirectX 9.0 Summer 2004 SDK Update,
下載頁面:
http://www.microsoft.com/downloads/details.aspx?FamilyID=fd044a42-9912-42a3-9a9e-d857199f888e&DisplayLang=en這個版本的Direct 9 SDK是不完全支持VC6的,
注意下載頁面的Overview:
This download contains all the extra files that are not included in the DirectX 9.0 SDK Summer Update 2004 release such as a d3dx.lib which supports VC 6.0, older plug-ins and Japanese version of the documentation.
即DirectX SDK Summer Update 2004里面附帶的d3dx.lib是不支持VC6的,支持VC6的版本在Extras包里面。
還須下DirectX 9.0 Summer 2004 SDK Update Extras(
http://www.microsoft.com/downloads/details.aspx?FamilyID=736585e1-10f0-4e85-b940-828cba9971f1&DisplayLang=en),
另如編譯時出現了DWORD_PTR或者其他什么類型未定義之類的錯誤,是因為微軟把BASETSD.H從DirectX SDK發行包里拿掉了,這個文件在Platform SDK里有,在VC的Include路徑中把Platform SDK的include路徑提到最前面就可以了。
感謝上面提供者。