[.net] Microsoft.DirectX.dll

Started by
5 comments, last by Oluseyi 18 years ago
Could someone pls tell me where i can download Microsoft.DirectX.dll so i could use it as a reference on my Microsoft Visual Studio .NET C# project? Pls help.
Advertisement
Did you install MDX on your computer? If you did, I'm pretty sure you should be able to create an MDX project with the reference already included.
No, im looking for MDX. where can i get it? Pls advise.
http://www.microsoft.com/directx

has info and downloads.

The MDX System is part of the full directX SDK, if you wish to reference it inside your application you are going to have to download the complete SDK and install it. To make sure that you have the correct MDX Systems installed make sure that you have the .Net framework 1.1 and Version 2.0 installed, this will make sure that the MDX Stuff gets added.

You can get to the SDK from the main Development site for DirectX (http://msdn.microsoft.com/directx) or from the Microsoft Downloads site.

Remember that if you are planing on using the MDX2 System, this is still in beta and all questions should be asked inside the Beta newsgroups (http://msdn.microsoft.com/directx/beta).
Mykre - BlogVirtual Realm :- XNA News and Resources from Down Under** For those Interested in an Australian XNA User Group Contact me though my site.
Thx a lot for your detailed explaination.
You can use Managed DirectX without installing the DirectX SDK. Install the DirectX runtime and add references to it in your MDX project.

You won't have MDX 2, but I thought it was something worth mentioning. I verified it using IronPython.

This topic is closed to new replies.

Advertisement