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/

Reply via email to