In article <85609@palm-dev-forum>, [EMAIL PROTECTED] says... > > We have created a Palm application using Codewarrior 8. We have two .rsrc files, >one in English and one in French. What I did > was create two targets, one release_en and the other release_fr. I added the >_fr.rsrc to the French target and the _en.rsrc to > the English version. When I compile the English version, it compiles fine but when >i compile the French version I get two > errors: > > 1. Link Error: Error while creating/copying resource fork > 2. Link Error: Error while saving resources. > > I've read through the archives, and find a ton of stuff, but having trouble trying >to compile what my problem would be. The > target settings in the project are the same except for the output PRC file.
This sounds like a problem with the linker reading your _fr.rsrc file. I'm not sure what is going on. > The only thing I can think of is that when I copied the english resource file, I >copied the 0 byte one and renamed it > release_fr.rsrc from release_en.rsrc and went into the resource.frk directory and >did the same thing. From the Constructor I > changed the Header file name to release_en.h to release_fr.h. Just verify that your access paths are all right. Make sure the output path for the French target -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
