>I have a question concerning a linking error. >It says something like "your reference in your 16-bit programming to >WriteCGRec is out of range". It means one chunk of code is referencing another, but the distance between the two won't fit in 16-bit addressing. You need to change your code model to Smart and/or shuffle the segments around so that the two locations are closer in the link. Regards, Steve Mann -- ------------------------------------------- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117 ------------------------------------------- 805.784.9461 805.784.9462 (fax) [EMAIL PROTECTED] http://www.cdpubs.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
