DirectX question: how resolve: using Microsoft.DirectX;

  • Thread starter Thread starter dave
  • Start date Start date
D

dave

I instaled the DirectX on my XP machine, but cannot
resolve :
using Microsoft.DirectX;
What should I do to get it in the visual studio?
Thanks
 
dave said:
I instaled the DirectX on my XP machine, but cannot
resolve :
using Microsoft.DirectX;
What should I do to get it in the visual studio?

You need to have installed the DirectX SDK not the runtime update.

Then, add the reference for Microsoft.DirectX to your project. On VS
..NET it will be under Project->Add Reference.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Newbie DirectX 9 7
Problem with C# and DirectX SDK 0
Microsoft.Directx.* namespaces not found 1
Directx namespace 2
DirectX 9 3
how to add namespace 4
Managed DirectX with C# 3
directX 9.0 sdk... 4

Back
Top