At 07:38 AM 2/27/2001, Jeff Ayres wrote:
>I keep getting a link error that says "ignored duplicate resource"

I think the new version of CodeWarrior fixes this spurious warning, but you can safely 
ignore the warning message. Each resource file created by Constructor will have a uMWC 
resource (the first character is actually a mu symbol). These resources are ignored 
when building the Palm application, so there is no harm in it.

If you really want to avoid this warning, you can either upgrade to the new version of 
CodeWarrior (I think), or, if you're developing on a Mac, you can create a separate 
target within your project which uses the MacOS merge linker to merge all the 
resources into one file, and then use this file in your other targets. If you link the 
targets properly, you can make CodeWarrior recreate this merged resource file 
automatically, whenever any of the individual resource files are changed. All in all, 
a lot of work just to avoid a spurious warning.
--
Peter Epstein
Palm Inc. Developer


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to