D3D10 ERROR: D3D10 header version mismatch

(sorry for my bad english)

Hi,

I want to learn dx10. I have started with "Tutorial 01: Direct3D 10 Basics". The program compile with 0 error. When i launch the program this error appear:

D3D10 ERROR: D3D10 header version mismatch.

The application was compiled against and will only work with D3D10_SDK_VERSION (29), but the currently installed runtime is version (28).

Recompile the application against the appropriate SDK for the installed runtime.

What i need to do ? I have install Microsoft DirectX SDK (August 2006). My vista version is beta 2 build 5472.

Thanks for your help,

Alex

[840 byte] By [Alex974] at [2008-1-25]
# 1

As in the version info noticed the August release of the SDK needs Vista RC1. The Beta 2 build of Vista works only with the June SDK.

RalfKornmann at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 2
ok thanks for you answer :)
Alex974 at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...