On Tue, Aug 29, 2000 at 10:58:02AM +0200, Shay wrote:
> at last the news-group is working...
> 
> and if i have a prc that exceed 1M ???

There is no limitation on the Palm itself (except on the size of a
single resource).  My monolithic Concord bibles are about 1.3M, but I
use GCC and build-prc, not codewarrior.

> and yes, i want to have 2 resources in my prc.

They can't have both identical types and ID numbers since these form a
unique identifier for the resource, much like a filename for a file.
This is like trying to have two files named 'autoexec.bat' in your
root directory.  You can't.  Even if you could create a PRC, the
second one would either give an error when you hotsynced (already
exists) or overwrite the first.

> and i can't do it, because it give me the error i mentioned.
> 
> shay
> 
> 
> 
> JB Parrett <[EMAIL PROTECTED]> wrote in message news:22203@palm-dev-forum...
> 
> 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.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to