I successfully disassembled the rsrc file and found something interesting. What was in the .r file did not match the .rsrc file that was disassembled.
I went to Windows Explorer to see if I could see the modified dates on teh files to make sure that the files were being saved in the correct place and found that in my project folder I have the .c and .h files, along with the resource files (english.rsrc, french.rsrc, italian.rsrc). The English and italian's file size are 0, and the french is 124 KB). In the RESOURCE.FRK folder, the english file is 102 KB, the italian is 137 KB, and the french is 187 KB. What I did that solved the problem was copy the french.rsrc file from the resource.frk folder, to my main folder. It now compiles and works. Ed. > > > You can disassemble your .rsrc file into a .r file for inspection using the > Rez compiler. See my instructions at http://www.palmoswerks.com/2002/01/10 > to DeRez a resource file. > > -- > Ben Combee <[EMAIL PROTECTED]> > CodeWarrior for Palm OS technical lead > Palm OS programming help @ www.palmoswerks.com > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see >http://www.palmos.com/dev/support/forums/ -- Acrocat Software, L.L.C. Do you workout? Get Results. Get PDAFitness. http://www.Acrocat.com/PDAFitness -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
