The problem is almost surely a call to a function that's not in the first segment but 
needs to be. If you carefully step through the code to the bad call, you can find it 
and then move the necessary code to the first segment. Possibly easier is to use the 
link map to tell you which code needs to be in the first segment. This is done by 
turning on the link map option and commenting out some code, then compiling. The 
instructions should be in the K.B.
--
Peter Epstein
Palm Inc. Developer


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