1) Software installation: VS2008 Simplified Chinese version, MSDN2008, Microsoft DirectX SDK (June 2010)
2) DX directory configuration: Open VS2008-> Tools -> Options -> Projects and Solutions -> VC++ Table of Contents 1. Reference file: C: Program Files (x86) Microsoft DirectX SDK (June 2010) Include
2. Library files: C: Program Files (x86) Microsoft DirectX SDK (June 2010) Lib x86
3) LIB library configuration: Open a VS2008 win32 project -> Project -> Properties -> Configure Properties -> Linker -> Enter -> Additional dependency library: d3d9. lib d3dx10d. lib d3dx9d. lib dxerr. lib dxguid. lib winmm. lib comctl32. lib
4) Demo test: Open C: Program Files (x86) Microsoft DirectX SDK (June 2010) Samples C+ through VS2008+ Direct3D Tutorials Tut01_ Create Device Create Device. cpp Test Results
2) DX directory configuration: Open VS2008-> Tools -> Options -> Projects and Solutions -> VC++ Table of Contents 1. Reference file: C: Program Files (x86) Microsoft DirectX SDK (June 2010) Include
2. Library files: C: Program Files (x86) Microsoft DirectX SDK (June 2010) Lib x86
3) LIB library configuration: Open a VS2008 win32 project -> Project -> Properties -> Configure Properties -> Linker -> Enter -> Additional dependency library: d3d9. lib d3dx10d. lib d3dx9d. lib dxerr. lib dxguid. lib winmm. lib comctl32. lib
4) Demo test: Open C: Program Files (x86) Microsoft DirectX SDK (June 2010) Samples C+ through VS2008+ Direct3D Tutorials Tut01_ Create Device Create Device. cpp Test Results