I use Codewarrior with .rcp file. And I dont write make file. CW does
automatically. So, how to hook this bin file in my scenario ?
jagat
----- Original Message -----
From: "P. Douglas Reeder, aka Skapti" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[email protected]>
Sent: Saturday, March 25, 2006 12:16 AM
Subject: Re: wave
Jagat wrote:
I have prc resource file. How can I make a wav resource file added to
.rcp file ?
You don't add it using the .rcp file; you add it using the post-linker.
Under prc-tools, just copy the .wav file to a file with a name like
WAVE0001.bin, which build-prc will incorporate as a resource of type WAVE,
with number 1. (It doesn't have to be of type WAVE, since your code has
to access it, as in the notes to SndPlayResource, but WAVE is usual.) You
probably want to edit your makefile to do this copying automatically,
since the "clean" target in your makefile probably deletes all .bin files.
--
For information on using the PalmSource Developer Forums, or to
unsubscribe, please see http://www.palmos.com/dev/support/forums/
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/