Appending Files

Blitz3D Forums/Blitz3D Beginners Area/Appending Files

None(Posted 2004) [#1]
How do I incorporate a .wav file into the .exe file? How do I "append" (or associate) this .wav file with the .exe file so when the .exe file is executed it will automatically use the .wav file?


TeraBit(Posted 2004) [#2]
You could try This

Or one of the other blitz packers in the toolbox area. :)


jhocking(Posted 2004) [#3]
You don't really incorporate wav files into the exe. External files, like wav sounds and images, are loaded while the program runs, so in your code load the appropriate file.

TeraBit's Datapak is a good way to package all your external files into one pak file.