Direct X
-
:cool:I am in the preliminary stages of creating a media player. But i need some help in getting information on how to handle Direct X in Visual C++. Where to use it, and just general attributes as such. Any help would be greatly appreciated.:cool: BH_BAD
-
:cool:I am in the preliminary stages of creating a media player. But i need some help in getting information on how to handle Direct X in Visual C++. Where to use it, and just general attributes as such. Any help would be greatly appreciated.:cool: BH_BAD
I presume you want to use Directsound ? There's an mp3player that uses DS on CP, search for MPEG. If you use DirectShow, your media player will essentially be your dialog running Media Player as a COM object. Jonathon
-
:cool:I am in the preliminary stages of creating a media player. But i need some help in getting information on how to handle Direct X in Visual C++. Where to use it, and just general attributes as such. Any help would be greatly appreciated.:cool: BH_BAD
You need to download the DirectX SDK from a Microsoft site... A .CHM file goes with it which explains the fundamentals of all DX components (DirectSound and DirectShow will be there too). there are some nice tutorials, too. So, do it and start reading... "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell