--- George Bassili <[EMAIL PROTECTED]> wrote: > > I have split my project into multiple constructor files and > now i'm getting this estring of errors: > > Link Warning : ignored duplicate resource '�MWC'(16400) in > 'Attendee.rsrc' > ... > what is this?
Constructor creates a private resource to keep track of info it needs. When you have more than one .rsrc file, you end up with the duplicates. Normally, duplicate recourse ids are a bad thing, so the linker generates a warning. You can safely ignore this warning for '�MWC' (but not for other resources). > Anyone seen it before? Yes. There are lots of messages about this in the list archives. If you upgrade to a newer version of CodeWarrior and Constructor, this warning will go away. __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
