At 11:51 2003-2-17 -0800, you wrote:
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.
Ah.... I've seen that error happen sometimes. It seems with the V9 linker will handle a plain resource fork-only .rsrc file without the RESOURCE.FRK folder. I think this was something that changed in the Mac2Win porting library we use for handling Mac OS-formatted files.

So, you can either use the raw .rsrc file and juse remove your RESOURCE.FRK folders, or you can just zero-byte out the main file and keep the full one in the RESOURCE.FRK folder, the traditional method.

--
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/


Reply via email to