Greg, If I recall correctly, error messages in the form of
/usr/m68k-palmos/bin/ld: region coderes is full ... ... relocation truncated to fit: DISP16 <function_name> ... ld returned 1 exit status Are telling you that you have overflowed a segment. Try adding another code segment, or re-define which functions go in the two you have already defined. Remember, if you do not explicitly declare a function to be in a specific code segment, it will go in the 1st as the default. So make sure to define the code segment for every function in your app. Jay Ts -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
