Marcus S
Marcus S

Reputation: 475

Where can I get Microsoft.DirectX.dll?

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

Answers (3)

Jason Miesionczek
Jason Miesionczek

Reputation: 14448

You can get it at DirectX Developer Center

Upvotes: 0

Hans Passant
Hans Passant

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

David Heffernan
David Heffernan

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

Related Questions