From: "Ralph Friedman (TeamB)" Subject: Re: Wave / RES file Date: 09 Nov 1999 00:00:00 GMT Message-ID: Content-Transfer-Encoding: 8bit References: <809bcc$mco3@forums.borland.com> Content-Type: text/plain; charset=iso-8859-1 Organization: Garlin Software Development Corp. Mime-Version: 1.0 Reply-To: ralphfriedman@email.com Newsgroups: borland.public.delphi.winapi In message <809bcc$mco3@forums.borland.com>, Scott Tesch stated: > How do I save a .WAV file to a .RES file so that I can build it into my EXE? > Scott, if you're using Delphi 5, simply build an .rc file that looks like: CORRECT WAVE correct.wav DOG WAVE dog.wav FROG WAVE frog.wav GIVEUP WAVE giveup.wav GOODBYE WAVE goodbye.wav INCORREC WAVE incorrec.wav OPEN WAVE OPEN.WAV PIG WAVE pig.wav QUESTION WAVE question.wav TRAIN WAVE train.wav WAVE1 WAVE WAVE1.WAV WELCOME WAVE welcome.wav call it, say, "scott.rc" and add it to your project. Delphi will take care of the rest. The above assumes that the .wav files are in the same directory as the .rc -- Regards Ralph (TeamB) --