Locutus
May 4th, 1999, 07:59 AM
I have an application that use Playsound, like this:
PlaySound("21.WAV", NULL, SND_ASYNC | SND_FILENAME);
the sound 21.wav is in the same folder as my application's EXE-file.
Now to my question: Can I import the sound into the project so that
the external soundfile is not needed when I run the program?
PlaySound("21.WAV", NULL, SND_ASYNC | SND_FILENAME);
the sound 21.wav is in the same folder as my application's EXE-file.
Now to my question: Can I import the sound into the project so that
the external soundfile is not needed when I run the program?