Directx namespace

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I downloaded the Directx 9.0 SDK
And I try to run its C# samples... but the VS net doesn't find recognize the
using Microsoft.Directx...
How can I import it?
Thanks a lot!!
 
if you reference the COM dll, vs will create a wrapper that can be
referenced in your project/code

right click project >> add reference

hth
sam
 
I went to Project->Add reference I went to the Com part and selected all the
assemblies that manationed the Directx, but it didn't help..
Can u tell me what is the specific assembly should I look for?
Thanks a lot!
 
Back
Top