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

DX Aug'09 SDK...When?

Last post 9/14/2009 7:38 PM by walbourn. 10 replies.
  • 9/5/2009 2:23 AM

    DX Aug'09 SDK...When?

    Subj. It will be released? Or better to wait Nov'09 SDK? :/
  • 9/5/2009 6:04 AM In reply to

    Re: DX Aug'09 SDK...When?

    I want to know as well... I am waiting fresh releases of DX11 and D2D for Vista
  • 9/8/2009 4:29 AM In reply to

    Re: DX Aug'09 SDK...When?

    I'm not sure what the hold-up is (it may be related to the windows 7 integration pack beta), but yes, there will be an "August" release (likely sometime in September).
  • 9/9/2009 9:12 PM In reply to

    Re: DX Aug'09 SDK...When?

    Answer
    Reply Quote
    It's online:

    http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b66e14b8-8505-4b17-bf80-edb2df5abad4
  • 9/10/2009 6:29 AM In reply to

    Re: DX Aug'09 SDK...When?

    Just a note, the SDK may be out, but the KB 971644 fix for D3D 11 (etc) on Vista that the SDK requires seems to be MIA.
  • 9/10/2009 5:57 PM In reply to

    Re: DX Aug'09 SDK...When?

    Well, the update is available, but after installing it, DX11 is still not working on Vista. Running the D3D11Install sample also fails, says D3D11 is not installed, can be installed, but fails -.-
  • 9/11/2009 3:34 PM In reply to

    Re: DX Aug'09 SDK...When?

    Here is how to get this working on Vista:
    1. Download the file "Vista_Beta.cmd.remove" from here.
    2. Rename the file to "Vista_Beta.cmd".
    3. Double click the file.
    4. IE, Tools, Windows update, check for new updates.

    After the update is installed - you will be able to run all the d3d11 samples.

    Post if it worked out.
  • 9/12/2009 6:11 AM In reply to

    Re: DX Aug'09 SDK...When?

    0. Install Vista SP2
    assaf40230:
    Here is how to get this working on Vista:
    1. Download the file "Vista_Beta.cmd.remove" from here.
    2. Rename the file to "Vista_Beta.cmd".
    3. Double click the file.
    4. IE, Tools, Windows update, check for new updates.

    After the update is installed - you will be able to run all the d3d11 samples.

    Post if it worked out.
  • 9/12/2009 9:00 PM In reply to

    Re: DX Aug'09 SDK...When?

    DX11 is not working on Vista spanish. If is working on Vista english
  • 9/13/2009 10:50 AM In reply to

    Re: DX Aug'09 SDK...When?

    It does also not work installing only the end-user redist. It installs the d3dx11_41.dll and d3dx11_42.dll and that's all.
    Also very strange is, that DX WebSetup is the old march 09 version...

  • 9/14/2009 7:38 PM In reply to

    Re: DX Aug'09 SDK...When?

    The KB 971644 public beta is currently English-only. I'm working on getting the KB article itself updated to reflect this, and details around when the localized versions will become available.

    Note that the D3D11InstallHelper will not find the public beta version of the update, only the eventual RTM version. Here's something I'm working to get added to the release notes:

    D3D11InstallHelper Sample Does Not Find Platform Update for Windows Vista (KB 971644) During The Public Beta

    The D3D11InstallHelper sample is designed to automate the detection and deployment of the
    Platform Update for Windows Vista (KB 971644), and the D3D11InstallHelper.dll is configured to use the proper Windows Update search for the RTM version of this update. During the public beta period, however, the sample will not be able to find the update even for a computer that has the public beta SSRK enabled. In order to test deployment, and to help automate internal deployment during the public beta period, replace line 389 of D3D11InstallHelper.cpp (in the D3D11InstallHelper sample) with the following code then recompile the sample with the SSRK_BETA preprocessor symbol defined:

    #ifdef SSRK_BETA

            // Platform Update for Windows Vista (KB971644)

            // UpdateID: 352563b5-f2ae-41a2-8fe4-dcca820e1c94

     

            // Platform Update for Windows Vista x64-based Systems (KB971644)

            // UpdateID: 2bb71a04-e932-4d9c-840e-7498b3e9987d

     

            // Platform Update for Windows Server 2008 (KB971644)

            // UpdateID: d14a1734-7676-4aea-8a19-32dc4e61fc42

     

            // Platform Update for Windows Server 2008 x64-Edition (KB971644)

            // UpdateID: 923a4746-c249-4121-978c-d19b6c3e3253

            BSTR bstrCriteria = SysAllocString(

                    L"( UpdateID='352563b5-f2ae-41a2-8fe4-dcca820e1c94'"

                    L" or UpdateID='2bb71a04-e932-4d9c-840e-7498b3e9987d'"

                    L" or UpdateID='d14a1734-7676-4aea-8a19-32dc4e61fc42'"

                    L" or UpdateID='93a4746-c249-4121-978c-d19b6c3e3253' )" );

    #else

            BSTR bstrCriteria = SysAllocString(

                    L"( CategoryIDs contains 'cb090352-c615-4c0f-a2ab-e86220921a2e' )" );

    #endif

     

    The resulting sample will properly deploy KB 971644 on a computer that has the public beta SSRK enabled. Note that this code will not function once the public beta period expires at Windows 7 general availability. At that time, the original code will function with the RTM version of the Platform Update for Windows Vista (KB 971644). For more information see the technical article Direct3D 11 Deployment for Game Developers technical article and KB 971644.



    -Chuck Walbourn
    SDE, XNA Developer Connection
Page 1 of 1 (11 items) Previous Next