XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

dxsdkver.h in DirectX SDK March 2008 is broken

Last post 03-20-2008 6:48 PM by David Weller. 2 replies.
  • 03-18-2008 5:45 PM

    dxsdkver.h in DirectX SDK March 2008 is broken

    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.

  • 03-19-2008 10:41 AM In reply to

    Re: dxsdkver.h in DirectX SDK March 2008 is broken

    Confirmed as a bug by the DirectX team... awaiting their response on what is going to happen.

    The ZBuffer News and information for XNA
    Please read the forum FAQs - Bug reporting
  • 03-20-2008 6:48 PM In reply to

    Re: dxsdkver.h in DirectX SDK March 2008 is broken

    Thanks for catching that, we've updated the release notes:

    The dxsdkver.h file that ships in the March 2008 DirectX SDK has incorrect version numbers. This should have little impact however developers needing to use this file should modify it so that the #define statements have the following values:
    #define _DXSDK_PRODUCT_MAJOR 9
    #define _DXSDK_PRODUCT_MINOR 22
    #define _DXSDK_BUILD_MAJOR 1284
    #define _DXSDK_BUILD_MINOR 0000

    http://letskilldave.com http://twitter.com/letskilldave
Page 1 of 1 (3 items) Previous Next