Hi Ron,

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.

Jun-Kiat Lam
Metrowerks Technical Support

----- Original Message ----- 
From: Ronald Gouldner Jr <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 05, 1999 9:15 PM
Subject: Fixed Link Error but now I have a warning.


> OK I fixed this problem (I accidentally deleted a file under the frk
> directory)
> but now I have a warning.
> 
> Link Warning: Ignored duplicate resource 'mMWC'(16400) in
> 'AboutRegistered.rsrc'
> What is this resource ?
> 
> How come every resource file has an application Icon value set to 1000 ?
> If I change it to 0 and save it's 1000 again the next time I open it.
> 
> Ron
> 
> -----Original Message-----
> From: Ronald Gouldner Jr [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 05, 1999 9:32 PM
> To: Palm-Dev-Forum
> Subject: Link Error can anyone help
> 
> 
> My project used to have on Resource file (.rsrc)
> I just added a second file because I want to make a few targets with
> different resources.
> I am getting a Link Error on my new target that uses the additional .rsrc
> file.
> 
> The error is as follows.
> 
> Link Error : Error while creating/copying resource fork.
> Link Error : Error while saving resources.
> 
> I am using CodeWarrior Rel 5 (with latest patches) in Win95
> 
> Can anyone explain this error to me ?
> 
> Ron
> 
> 
> 

Reply via email to