| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
Use a WAVE file as a resource in your EXE
This is an unexpected easy procedure! You don't even need Borland's Resource Workshop for this task.
Create a text file as shown in the table below; it should contain a link to the WAV file you want to include.
Then use the commandline resource compiler BRCC32.EXE like this: BRCC32 MySound.RC
A resource file MySound.Res will be generated. Add this to your project
Comments:
| ||||||||||||||||||||||||||||||||||||