Hi Bill,
The problem with duplicate resources is because of multiple
.rsrc files in your project. The 'uMWC' is a resource in the .rsrc project
that is used by Constructor. The linker will strip any duplicates out when
linking. Unfortunately, there is no way to turn the warning off without
turning warnings off altogether, but you can safely ignore it.
Rgds,
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: Bill Berthoud <[EMAIL PROTECTED]>
To: Palm Developers Forum List <[EMAIL PROTECTED]>
Sent: Monday, November 08, 1999 2:34 PM
Subject: multiple resource files in single project
> I have 2 projects which have many common resources, and I have factored
the
> shared ones to a common resource file that is included by both. Each
> project includes this common.rsrc, and it's own resource file for those
> resources which are not shared. This works fine, with the exception of a
> linker warning issued: "warning: ignored duplicate resource `mMWC' (16400)
> in common.rsrc". I created common.rsrc by copying the existing resource
> file and deleting, but I also tried a simple project to create the new
rsrc
> from scratch, and got the same results. I did uncheck the "Generate app
> resources" checkbox (this was producing 2 other duplicated, a `tver' and
> `tAIN').
>
> This is just a warning, and the resulting application works just fine,
> getting resources from both places, but I'd like to eliminate the warning
if
> possible...
>
> Thanks,
> Bill
>
> Bill Berthoud [EMAIL PROTECTED] 1.603.888.0666 x1080
> Puma Technology www.pumatech.com
>
>