Directx assembly

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

Guest

I've installed the Directx 9.0 SDK.
Can anybody tell me please what assembly should I import so that all its
namespaces will be available in the VS.net..
Thanks for your help.
 
I know I should look for them but I can't find them in the Directx 9 SDK.. or
anywhere else....
I don't find any dll which has anything to do with it, even within the
directx SDK folder...


Miha Markic said:
See Microsoft.DirectX.* assemblies

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com

Michael said:
I've installed the Directx 9.0 SDK.
Can anybody tell me please what assembly should I import so that all its
namespaces will be available in the VS.net..
Thanks for your help.
 
I know I should look for them but I can't find them in the Directx 9 SDK.. or
anywhere else....
I don't find any dll which has anything to do with it, even within the
directx SDK folder...

Dear Michael,

Make sure you've installed the DX9 October SDK as advised.
Then you should have this folder:

D:\Program Files\Microsoft DirectX 9.0 SDK (October
2004)\Samples\Managed\DirectSound\Bin

(again, line-wrapped, but I'm sure you'll manage)
Run the file called csCaptureSound.exe. It should
do what you want already.
 
Back
Top