This demo lets you store wav,mpg and jpg files right into
the exe at runtime.

There is a lot of redundant code in the demo..but I
wanted each button click procedure to be complete in
itself so the code could be more easily understood.

The wav and jpg files are scrambled using a very simple
XOR routine.--> Function DoXOR


I have pre-loaded wav and jpg files into the compiled
exe --> DEMO.exe   you can just add new ones and they
will overwrite the originals.

Please do read the comments in the ExeMod.pas unit
especially the ones at the bottom, in the Initialization
section regarding CD handling.



