Hey, so im making this game, and at the moment im using PlaySound() which is a function of windows.h to play my sound files. Ive got a problem though, i now want to be able to play more than one sound at the same time, and only now do i see that this function doesnt do that unfortunately.
So ive downloaded directx 9 SDK, with the intent of using directsound to do this.
Im stuck because i
1)dont know how to link dsound.lib to my project
2)dont know the functions to play sounds
3)dont understand if i need to add additional code to configure directsound
4)cant find the information on google to solve the above problems
Im using Microsoft Visual C++ 2010 express edition.
If there's anyone with experience using directx i would be very grateful if you could give me advice. Thanks very much