Sound question
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Or should I say, a question about sound. The code below brings up my Windows Media Player, but I don't hear any sound. I can play other system sounds, but for some reason I don't hear any sound when I play my MIDI file. I do see the song playing, but don't hear the sound. Any ideas? #include stdlib.h int main() { system( "start c:\\cpp\\pickmeup.mid" ); /* or just system( "c:\\cpp\\pickmeup" ); */ return 0; } Thanks, Dave :-D
"The man who reads nothing is better educated than the man who reads nothing but newspapers."- Thomas Jefferson