This application only 46K, still too big?
-----Original Message-----
From: Richard Burmeister [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 02, 2001 10:40 AM
To: Palm Developer Forum
Subject: Re: Error Msg
From: "Nesselhauf, John" <[EMAIL PROTECTED]>
> Error Msg: 16-bit code reference to 'functionname' is out of range. What
> mean?
That means your code is getting too big; you can't call 'functionname'
because it is too far away to be addressed with only 16 bits. The simple
fix if this is the only function call that causes this error is to move that
function closer to where it is being called from. As you add more code,
however, you will likely see this error more often. Then you should change
to using a multi-segment application. The knowledge base contains an
article (http://oasis.palm.com/dev/kb/papers/1469.cfm) that describes how to
convert to a multi-segment app.
--
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/