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.
 
Back
Top