>I have got to figure out why the Japanese is crashing....my workaround..... >the .r file contains text escaped....e.g. "\001\002\003", etc. >If I take the english .r file and replace all the english "English" with >the japanese "Japense" then >the compile is fine. However, I cannot maintain this this way! There are >too many label and field position changes >that must be made because of the japense text is different length than >the english. And, every time I make a rcp change, >I must go through this long arduous task of replacing all English text >with Japanese text in the .r file.
The PalmRez post-linker is entirely controlled by PalmSource, not Metrowerks. I wish I could help you determine the crash, but we don't have the source for this postlinker and don't have a way to debug crashes in it. At this point, I'd start by taking the output .r file that crashes PalmRez after being compiled by Rez and commenting out resources in it. Try to find if one particular form or other resource is the problem form. Perhaps its a PilRC problem, but its more likely a transliteration issue. If its just a character set issue, then you might be able to alter the source of the PilRC plugin for codewarrior to output characters in a better format. I don't know if that code's been tested for anything other than English text -- I know I've not used it for anything but Latin languages. -- Ben Combee CodeWarrior for Palm OS Platform technical lead [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
