Reputation: 475
I have no idea where to get it. Is it just the Microsoft SDK? And if yes, how can I add it to my project(Visual Studios 2010 C#)?
Upvotes: 4
Views: 15124
Reputation: 941327
The managed DirectX wrappers are obsolete and no longer included with the DirectX SDK. The last version that had it was the February 2010 release. You can still download it. Replacement is XNA.
Upvotes: 9
Reputation: 612884
It's part of the Microsoft DirectX SDK. This Code Project tutorial goes over getting yourself up-and-running in Visual Studio.
Upvotes: 0