so clearly the quick answer is to not have so many global variables, right?
"Keith Rollin" <[EMAIL PROTECTED]> wrote in message
news:54653@palm-dev-forum...
>
> Short answer: it means that there's not enough space in the dynamic
> heap to contain all your global variables (which get stored there).
>
> Longer answer: Search your hard disk for PalmOS_Startup.c. Open it.
> Look at line 96. You'll see that it's reporting an error from
> SysAppStartup. Even though you can get the Palm OS source code, I'm
> not sure if it contains SysAppStartup. So I'll tell you here that
> the only error it returns is if it can't allocate the buffer for your
> global variables.
>
> -- Keith
>
>
> At 10:01 PM -0400 6/27/01, Paul Tomsic wrote:
> >Hi,
> >
> >When I start debugging my program, the POSE starts, and gives the
following
> >error:
> >
> >"UIAppShell" (unknown version) reports "PalmOS_Startup.c, Line:96, Error
> >launching application"
> >
> >what is this, and how do I get it to stop?
> >
> >
> >thanks
> >
> >Paul
>
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/