ShyFox,
If you want to include wave file, put it under "Other->Text Files". But it is not treated as resource file, just a file (text/string file). So you have to read it (FileToStr) and write it into disk (StrToFile) then you can use that file
When you use StrToFile() and write in the same folder with the exe, don't use the same name. Otherwise it will fail.
-- AirCon --