Thanks for the response.  Link Single Segment is off.  The link map has
helped me see what is going on, but I still don't understand what is going
on.  Maybe you can help.

I'm having trouble now with a library (the Sybase UltraLite Runtime).  In my
small application, it appears in the link map as three separate segments,
aside from my AppSource segment.  In my large application, it all gets
shoved into one segment, which is what's causing me to exceed 64K.  Again,
Link Single Segment is off.  Do you know anything else that might cause a
library that is ordinarily spread across 3 segments to end up together in
one?

"Jun-Kiat Lam" <[EMAIL PROTECTED]> wrote in message
news:37119@palm-dev-forum...
>
> One possibility to check: make sure you don't have 'Link Single Segment'
> turned on in the 68K Linker panel. Also generate a link map (set in the
same
> panel) and take a look at it to make sure that the actual size of the
> segment is less than 64K; the project view isn't very good about this. R7
> has a linker check to warn you if you go above 64K per segment.
>
> -- jkl
>
> ----- Original Message -----
> From: "Eric Murchie-Beyma" <[EMAIL PROTECTED]>
> Newsgroups: palm-dev-forum
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Thursday, January 25, 2001 9:41 AM
> Subject: Out of memory error when loading app into POSE
>
>
> > When I try to load my application in POSE, I get the following error:
> >
> > Could not install the Palm OS file "Myapp.prc" because an out of memory
> > error occurred while installing resource 'code'(1).  It's possible that
> the
> > size of this resource (67106) is larger than the currently allowed
maximum
> > of 65505.
> >
> > Can anyone tell me exactly what this means, and how to fix it?  I
assumed
> my
> > code segment had gone above 64K, so I broke my application into 2
> segments.
> > Now I get the same error with a resource size of 146728.
> >
> > I'm using Code Warrior 6.
> >
> > Any help is greatly appreciated.
> >
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
> >
>
>
>



-- 
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