Using sndPlaySound()
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Do you know how to use the function sndPlaySound() in MFC? I had put it in my program, but it got an error. Is it any header file or other declaration is needed before calling this procedure? Thx for your help!
-
sndPlaySound is obsolete, use PlaySound instead. Header: mmsystem.h. Library: winmm.lib. :suss: