[Newbie] vb.net and directX

  • Thread starter Thread starter poldoj
  • Start date Start date
P

poldoj

I have downloaded and installed the directX SDK but when put this code on
the top of form:
___________________________________
Imports Microsoft.DirectX.Direct3D

Imports Microsoft.DirectX

___________________________________

I got an error with blu underline "namespace not found". Sorry, I never
tried directX sdk before.

Thanks.
 
I think you need to add a reference to Microsoft.DirectX.dll and
Microsoft.DirectX.Direct3d.dll in the project's References.

Best Regards,
Wencheng
 

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


Back
Top