Hi,

You need to break your application into segments.  In CodeWarrior, you add a
segment to the segments section of your project window and then drag files
from the main segment into the new segment.  The compiler and linker will
handle the segments for you, so you don't need to change any code.  When you
are breaking your application up, keep coupled code together in the same
segment; if don't know to what level, but I'm sure there is a performance
hit associated with jumping between segments.

Cheers,
James.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Srinivas
Sent: Tuesday, 10 April 2001 04:58
To: Palm Developer Forum
Subject: how to handle and application exceeding 64k


hello,
 i am facing probelm withmy application. the
application size is 94k. till 90k it is compiling
properly.after it is giving a probelm. can anybody
help me out in how to handle the appplication greater
then 64k. if possible send a sample code.

Regards
Srini

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

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