Martin Delille
Martin Delille

Reputation: 11810

Where are reference to DirectX assemblies in Visual Studio 2010

I installed the new Visual Studio 2010. I want to create a C# Winform DirectX application, but I can't find the following assembly when adding the .Net reference list:

How can I use DirectX with Visual Studio 2010?

Upvotes: 3

Views: 1495

Answers (1)

nothrow
nothrow

Reputation: 16178

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

Upvotes: 3

Related Questions