"Vitaly_Romanishko" <[EMAIL PROTECTED]> wrote in message
news:46360@palm-dev-forum...
>
> Hi,
>
> my .prc file is 221k and when I try to launch it on Palm with 260k of
free
> space I am getting error:
> "PalmOS_Startup.c, Line:91, Error launching application". What can I
do to
> avoid this error?
> What gap is required between size of application and available free
memory?
> If I launch it on bigger ROM everything is fine.
How large is the data area -- you code doesn't get copied around in
memory, but the data space for your application does get copied out of
the application resource onto the dynamic heap. It may be that with so
little memory free, you don't have enough dynamic heap available.
To fix this, try moving read-only data into resources, so it doesn't
need to be copied.
--
Ben Combee, [EMAIL PROTECTED]
Techwood Broadcasting Foundation, Austin Bureau
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/