Playing Audio with Directx

aliassce

Newcomer
Joined
Jul 20, 2005
Messages
16
Hello;
I want to play several types of audio files in my application. If I use Managed DirectX assemblies, will a client computer that has not installed Managed Directx (or even DirectX) be able to use my application? Is it enough just to deploy the assembly I used?
And also do I need to pay for a licence to use DirectX?
Thanks
 
You don't need a license for DirectX however you would need the managed libraries installed, just deploying the assemblies themselves isn't going to be enough.
 
Back
Top