Search found 2 matches

by declspec
Wed Aug 17, 2005 4:46 am
Forum: MQ2::General
Topic: modifying beep to play wav files.
Replies: 6
Views: 14672

I edited in an important change. Changed playsound to: PlaySound(szArg,0,SND_ASYNC); What that does is let the EQ process continue running right away instead of hanging while the sound file plays. You can actually just play the wav files in the "sounds" directory of your EQ directory using...
by declspec
Wed Aug 17, 2005 3:20 am
Forum: MQ2::General
Topic: modifying beep to play wav files.
Replies: 6
Views: 14672

modifying beep to play wav files.

I couldnt find a good forum for this but i thought i would share. Im not a donater so i dont think i have access to the perfect forum. 3 steps and 8 lines keep you away from using your beep to play wave files. Step #1) add #include <mmsystem.h> after #include <windows.h> in MQ2Main.h Step #2) add wi...