Directx namespace

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!!
 
S

Sam Martin

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
 
G

Guest

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!
 

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

Top