In article <92320@palm-dev-forum>, [EMAIL PROTECTED] says... > > > If you have more than one Constructor-created resource file in your > > project, you will get this error. You can get rid of it by combining > > all the resources into one resource file. > > This is an alternative, although I would prefer to keep the resource files > separate (one is separate from the hack and shared by other programs). > > > Or, as Ben already told you, you can ignore it. > > I would like to ignore it, but as it is an error, it is preventing the > 'make' from completing, so I am not able to create the prc. Hence, the > follow-up question. Perhaps there is a way to override this kind of error > in CW? If so, I'm not aware of it...
It is happening at the Rez level, not the linker level, which is why you see an error, not a warning. I suggested that you not link your Constructor resources into the project until the final Hack target -- did that not work? (Basically, unselect .rsrc files from the targets that make your .tmp file, and add them all to the final target that outputs the .prc) -- 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/
