
February 15th, 2004, 09:19 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Multiple Files in One
I recently started learning Delphi, and I wanted to know if there is a (this was hard to explain in the title) way to have one file as a compendium of sorts. For example, having one file called files.bin which contains 5 images, a MIDI file and a wav file that I could easily load in Delphi and show/play them without having to make temporary files. I already know how to do this with a TImageList (WriteComponentResFile) but there are no equivalents for sound. This could be solved with resources but I do not know of any way to add resources dynamically.
Thanks
|