Hello,
As the subject says, the dxsdkver.h in the March 2008 SDK has invalid content :(
It contains the following defines:
#define _DXSDK_PRODUCT_MAJOR @@PRODUCT_MAJOR@@
#define _DXSDK_PRODUCT_MINOR @@PRODUCT_MINOR@@
#define _DXSDK_BUILD_MAJOR @@BUILD_MAJOR@@
#define _DXSDK_BUILD_MINOR @@BUILD_MINOR@@
It should contain:
#define _DXSDK_PRODUCT_MAJOR 9
#define _DXSDK_PRODUCT_MINOR 22
#define _DXSDK_BUILD_MAJOR 1284
#define _DXSDK_BUILD_MINOR 0
This header is invalid as it is in the SDK, and any code that includes it will produce compilation errors.
Will the SDK installer be corected to contain a propper file?
Thank you.