Include sound into the executable

OK, so I have inserted a sound into my console program using
PlaySound("pathhere.wav", NULL, SND_FILENAME | SND_ASYNC);
I have included the appropriate headers, and linked to winmm.
It compiles and plays locally, but I was wondering if there was a way I could get the sound to play for my friends who are downloading and using the program.
Is it possible to just include the sound into the executable file or, if that is not possible, is it possible to include it in a folder to download and then get the address of the folder, set it to a variable, and then set the path of the playsound to "folderpath<---(as the variable)//sound.wav"
Thanks.
(I am running 64 bit windows 7 home premium)
Last edited on
Topic archived. No new replies allowed.