Ben: When I try to make the hack target, this is coming up as an error, and is preventing the prc from being made. If I try to compile the underlying "AbcHack.r" file separately (I used DemoHack and "DemoHackResPreOS35.r" as my example), prior to making the target, I get the same error. Is there a compiler or debug setting I can change to let it ignore this error?
Also, since DemoHack doesn't get this error, I'm curious what situations cause this to happen? I have a little more 'stuff' in my hack - an additional code file and a resource file with some UI stuff in it. Also, the Palm OS Device stuff included is a little different (you already helped me out on the CWRuntime.c issue earlier), but these are the only significant differences I can come up with... Thanks, as always for your help - what would we all do without you?! :) Geoff "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:92292@palm-dev-forum... > > In article <92274@palm-dev-forum>, [EMAIL PROTECTED] says... > > > > I am trying to build a Hack based on DemoHack, that comes with CodeWarrior > > (I'm using Version 8). My patch target and my ControlPanel target both > > compile cleanly, and so does my Debug target. But when attempting to > > compile my Hack target, I get the following error: > > > > Error : There are duplicate resources of the type '�MWC' and id 16400 > > DemoHack.r line 26 include "patc2000.tmp"; > > > > What type of resource is this? > > This is a warning you can ignore. This '�MWC' resource is saved by > Constructor to store its own settings about your resource file, and its > ignored by the PalmRez tool when it turns the bundle of resources into a > PRC file. > -- > Ben Combee <[EMAIL PROTECTED]> > CodeWarrior for Palm OS technical lead > Get help at http://palmoswerks.com/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
