your code is becoming to big. Theres a limitation of relative jumps from function to function that mustn't be greater than 16bits.
That means that a function calling another musn't be more than 32k away in your codesegment.
To work around that, you have some options. My recommendation is multi-segmenting your application. I've tried GLibs, but had problems with them.
You can read the multiple options under the following link:
http://flippinbits.com/twiki/bin/view/FAQ/HowToWorkAroundLimits
Hope that will help you,
Jan
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
