dirextx SDK

  • Thread starter Thread starter JC
  • Start date Start date
J

JC

I've install the Directx SDK. And I want to use its lib. Is that I should
add ref of it?

However, I fail to find its dll, can anyone of you tell me the location of
the ref dll of diretx?

Regards,
JC
 
Assuming you have installed the managed libraries for DirectX, add
references to these assemblies (using Add References dialog/.NET tab):

Microsoft.DirectX
Microsoft.DirectX.Direct3D
Microsoft.DirectX.Direct3DX

I've install the Directx SDK. And I want to use its lib. Is that I should
add ref of it?

However, I fail to find its dll, can anyone of you tell me the location of
the ref dll of diretx?

Regards,
JC
 
JC said:
I've install the Directx SDK. And I want to use its lib. Is that I should
add ref of it?

However, I fail to find its dll, can anyone of you tell me the location of
the ref dll of diretx?


"Project" -> "Add reference..."

On the ".NET" tab: "Microsoft.DirectX.*".
On the "COM" tab: "Microsoft.DirectX.*".

Currently there is no managed support for DirectShow available:

<URL:http://www.codeproject.com/cs/media/directshownet.asp>
<URL:http://directshownet.sourceforge.net/>
 

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

directx SDK on VB dotNET 3
fatal error d3dx9.lib 0
DirectX 4
Last DirectX for WinXP SP3 x86? 9.0c or 9.0d? 26
DirectX 9 SDK and .NET 1
sn.exe without SDK 1
Monitoring and debugging applications 2
OCR lib 1

Back
Top