at last the news-group is working... and if i have a prc that exceed 1M ??? and yes, i want to have 2 resources in my prc. and i can't do it, because it give me the error i mentioned.
shay JB Parrett <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] on 8/24/00 11:17 AM, Ken Krugler at [EMAIL PROTECTED] wrote: > At 12:00am -0700 00-08-24, Palm Developer Forum digest wrote: >> Subject: error - bad size for resource file >> From: "Shay" <[EMAIL PROTECTED]> >> Date: Wed, 23 Aug 2000 12:16:18 +0200 >> X-Message-Number: 11 >> >> Hi, >> i want to include another resource in my codewarrior project, >> and i get link error : unexpected error #32. bad size for resource file. >> >> i've got a warning too - ignored duplicate resource ... (16400) >> but i read to just ignored it. >> >> what to do about the link error ? > > This error occurs with the resulting size of your PRC exceeds 1MB. > Normally it indicates some problem with either your code or resource > data, as Palm apps typically don't get that big. I've seen the duplicate resource issue with Constructor. Constructor includes a private resource (type 'µMWC', ID 16400) with its project files (your resource files). If you have more than 1 Constructor-created resource file in your CodeWarrior project, you'll get the duplicate resource warning. The resource doesn't end up in your .prc however - the PalmRez postlinker removes it when building the .prc file. I have also seen times when Constructor lets you get into trouble by doing things that don't make sense. For example, in one of my classes a student was able to drag a form into another form (meaning the first form was treated as a form object for the second form) - the resulting resource is invalid and unexpected Bad Things will happen. Or if you create app icons the 'old way' (using icon resources) and also create them using icon families in the same file (compiles fine, causes error on download to POSE or device). Constructor doesn't play well with others (and runs with scissors, too). -JB ---------------------------------------------- JB Parrett [EMAIL PROTECTED] Palm, Inc. We grow a lot faster than trees, so we miss a lot of stuff. - B. Andreas -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
