|
-
Oct 2nd, 2005, 04:24 PM
#1
Thread Starter
Fanatic Member
PlaySound C++
I started learning C++ recently, and I have to make my program play a WAV file.
In VB6 I would easily do this using the PlaySound API, but in C++ I need to include a header file, which header do i have to include to use the PlaySound API?
Thank you,
Sir Loin
-
Oct 2nd, 2005, 04:34 PM
#2
-
Oct 2nd, 2005, 04:36 PM
#3
Thread Starter
Fanatic Member
Re: PlaySound C++
oops. I should have scrolled down a little farther. lol
-
Oct 2nd, 2005, 08:06 PM
#4
Re: PlaySound C++
C++ typically uses DirectSound to play sounds. Never seen one C++ app that doesn't use it, yet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|