桜、抹茶、白、日記

名古屋市在住のC++使いのcoderの日記だったもの。

DirectX SDK February 2010

d:id:youandi:20090910#p5
何か出てるのを見逃していたorz

SDK
http://www.microsoft.com/downloads/details.aspx?FamilyID=2c7da5fb-ffbb-4af6-8c66-651cbd28ca15&DisplayLang=en

    • ページ後半がリリースノート。

End-User Runtime
http://www.microsoft.com/downloads/details.aspx?FamilyID=0cef8180-e94a-4f56-b157-5ab8109cb4f5&DisplayLang=en

斜め読みして気になるのは、

Support for Visual Studio 2005 and Visual Studio 2010

The Provided D3D9D.dll for Windows XP is Versioned for Service Pack 2

    • The D3D9D.dll that is included in the February 2010 DirectX SDK is versioned for Windows XP SP2. If you use this DLL on Windows XP SP3 with an application that uses the Windows Presentation Framework (WPF), the code in the DLL will assert. This issue does not occur on Windows Vista or Windows 7. If you require only debug output, that is, you do not require symbols, you could also use the checked version of D3D9.dll, which is compatible with Windows XP SP3. Just rename the checked D3D9.dll to D3D9D.dll. The checked version of D3D9.dll is available to MSDN subscribers.