Where are reference to DirectX assemblies in Visual Studio 2010 -


I have installed the new Visual Studio 2010. I want to create a C # Winform DirectX application, but I can not find the following assembly. When adding net reference list:

  • Microsoft.DirectX
  • Microsoft.DirectX.Direct3D
  • Microsoft.DirectX.Direct3DX

How do I use DirectX with Visual Studio 2010?

DirectX is now obsolete, there are no DirectX assemblies. Use instead


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -