>Subject: OS 5 and segments >From: Martan <[EMAIL PROTECTED]> > >Does OS 5 remove the segmentation issue ? >I have a rather large C app I'd like to port to palm.
No, but with CodeWarrier segmentation is quite painless. You must ensure you don't have any very large source code modules, but that's good programming practise anyway. For minimum code size, use the Small memory model and then make sure no segment has more than 32KB of generated code. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
