DirectX SDKs - where have the c# sources gone?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • simonl

    DirectX SDKs - where have the c# sources gone?

    I wanted to have a go at following a directx / csharp tutorial (msdn
    blogs - http://blogs.msdn.com/coding4fun/arc...02/938703.aspx)

    I got the latest SDK, March 2008. It has no C# sources at all. What's
    the deal there? Do I have to go back in time to get the ones
    referenced (Feb - October 2005)?
  • Michael Phillips, Jr.

    #2
    Re: DirectX SDKs - where have the c# sources gone?

    I got the latest SDK, March 2008. It has no C# sources at all. What's
    the deal there? Do I have to go back in time to get the ones
    referenced (Feb - October 2005)?
    XNA replaced the the previous technology. You have a choice of downloading
    XNA 2.0, if you have Visual Studio 2005 or XNA 1.0 for the express edition.

    "simonl" <silangdon@hotm ail.comwrote in message
    news:9a3e9573-112e-4755-9122-2f04bb4aab17@a7 0g2000hsh.googl egroups.com...
    >I wanted to have a go at following a directx / csharp tutorial (msdn
    blogs - http://blogs.msdn.com/coding4fun/arc...02/938703.aspx)
    >
    I got the latest SDK, March 2008. It has no C# sources at all. What's
    the deal there? Do I have to go back in time to get the ones
    referenced (Feb - October 2005)?

    Comment

    • simonl

      #3
      Re: DirectX SDKs - where have the c# sources gone?

      XNA replaced the the previous technology.  You have a choice of downloading
      XNA 2.0, if you have Visual Studio 2005 or XNA 1.0 for the express edition..
      >

      Oh I see. Presumably C# still supports the DX technologies? eg I've
      used DX in a non-game application before now.

      Comment

      • not_a_commie

        #4
        Re: DirectX SDKs - where have the c# sources gone?

        I believe the Aug 07 DX SDK has what you want. That's the one I'm
        using with C# for DirectInput. I like the XNA stuff. I just sure wish
        interop with GDI+ / Winforms and WPF would have been on their minds.

        Comment

        Working...