DirectX SDK Version Numbers and Download List
Working with different versions of various game engines on a regular basis, I never seem to have a copy of that particular version of the DirectX SDK required to compile the project.
Below is a list of DirectX SDKs and the corresponding values for D3DX_SDK_VERSION, D3DX10_SDK_VERSION and D3DX11_SDK_VERSION as defined in the d3dx9core.h, D3DX10core.h and D3DX11core.h header files, along with their download links to the Microsoft Download Center.
| D3DX_SDK_VERSION | DirectX SDK | Notes |
|---|---|---|
| 24 | February 2005 | DirectX 9 |
| 25 | April 2005 | |
| 26 | June 2005 | |
| 27 | August 2005 | |
| 28 | December 2005 | |
| 29 | February 2006 | |
| 30 | April 2006 | |
| June 2006 | ||
| 31 | October 2006 | |
| 32 | December 2006 | DirectX 10 |
| February 2007 | ||
| 33 | April 2007 | |
| 34 | June 2007 | |
| 35 | August 2007 | |
| 36 | November 2007 | |
| 37 | March 2008 | |
| 38 | June 2008 | |
| 39 | August 2008 | |
| 40 | November 2008 | |
| 41 | March 2009 | DirectX 11 Technical Preview |
| 42 | August 2009 | DirectX 11 |
| February 2010 | ||
| 43 | June 2010 |
No comments yet.