On Sun, Apr 21, 2002 at 10:04:13PM +0200, Dyk Corman wrote: > Hi! > > When I add the following line, I'm getting this error message. Any idea what > this > could mean???
This usually happens when you have exceeded the 32k per segment code size limit. Either physically rearrange your code so no call/jump is more than 32k, or break your app into segments. Dratted 16-bit relative jumps... :) -John -- John R. Hall - KG4RUO - Stranded in the Sol System Student, Georgia Tech; Author, Programming Linux Games -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
