Included in this zip file are three documents (besides this one).

The first document is asdDSound.h. This is my DirectSound Library. To use it, add it to a folder that is set as a search path for your C++ include files. If not, you may also add it to and project folders that you want to use this library with.

The second document, asdDSound.txt, contains instructions for using this library.

The third document, asdDSound.lib contains the compiled code for this library. If you're using VC++ 6.0 you must add this library to your project so it can be compiled into your executable. If you're using VC++.net, you'll need to add the file to your additional input files under Project Properties.

If you have any questions, comments, or need any help, feel free to e-mail me at drewdunsmore@hotmail.com

Andrew S. Dunsmore