If your wav resource is larger than 64k try splitting it up or compressing it (if what you are using to decode it supports decompression).
You can use a file stream (FileOpen, FileRead, FileClose, ...) to read the wav from a PDB if need be. You can also use par or similar tools to create the PDB with the wav in it on the PC. You may also use the VFS functions (VFSFileOpen, VFSFileRead, VFSFileClose, ...) to access it from a card. -Donald "Henk Jonas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > geoff wrote: > > > Why does it skip the resource? > > Because it is too big. > > -- > ------------------------------------------------------------------------- > Henk Jonas > Palm OS � certified developer > > [EMAIL PROTECTED] www.metaviewsoft.de > ------------------------------------------------------------------------- > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
