Dark Bit Factory & Gravity

PROGRAMMING => C / C++ /C# => Topic started by: Jim on March 14, 2007

Title: DirectSound framework for C++
Post by: Jim on March 14, 2007
Here's a basic framework for playing a wav file using DirectSound.

Jim
Title: Re: DirectSound framework for C++
Post by: rdc on March 14, 2007
Wow, you are on a roll!
Title: Re: DirectSound framework for C++
Post by: Jim on March 14, 2007
Check the date in the source ;)  I originally did these for OpenWatcom (an open source C/C++/Fortran compiler) as example files.  I've just added the Visual Studio project files to build them to get folks started.  They will all build with DevC++ because OW uses the same source for its Windows stuff.

Jim