You may have moved something into segment 3 that is needed during startup (a
global accessed or initialized during startup?).  All things that are needed
by startup and startup routines should be in the first segment because the
segmentation is not setup until well into the startup process.

Hope this helps,
Kevin

-----Original Message-----
From: Murali [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 2:54 AM
To: Palm Developer Forum
Subject: Re: Palm Application size


Hi Gavin , Todd and Heather,

Yeah Heather, I made sure that in 68K Linker panel and turn off the Link
Single Segment option.
Now i can able to get some of the code to other (new 3rd) segment and
compile it properly.
But i dont know why my application is not behaving the same way, as it did
earlier, when every thing was in 2 segments.
In segment-1 i have the application startup logic and database creations and
initializations, in segment-2 i have my forms handle events and static
functions related to them. Now in my 3rd segment i moved some of those forms
handle events and related static functions.
I am getting runtime error when the application is trying to access the
global variables. I was able to access the same variables earlier
perfectly..
Is there any special way to deal with them...

Thank you in advance,

Murali




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