Hi Eduardo,
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.
The reason that the Address book sample does not generate the warnings is
because the .rsrc files in Address were generated using ResEdit which does
not insert the uMWC resource.
Hope this helps.
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: Eduardo Thuler <[EMAIL PROTECTED]>
To: Palm Developers Forum List <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 1999 9:26 AM
Subject: duplicated resource in CW 5
> In a Code Warrior project that was compiling with no errors or warnings I
> created a second .rsrc file.
>
> I initially had 4 warning messages indicating duplicated resources. When I
> unchecked the "Generate app resources" option three warnings where solved.
>
> Now the only warning is "ignored duplicate resource "uMWC" (16400) in
> "file.prc". Where instead of u I have the greek symbol similar to u.
>
> I see no more options not to generate this resource, and in the address
book
> sample there are lots of rsrc files, so it is possible. Any ideas ?
>
> thanks in advance,
>
> Eduardo Thuler
>
>