If I have a .cpp file that is greater then 64000 bytes is it possible to use that file or do I have to cut it in half so it gets <64000 ?
You can manually add "#pragma segment" lines into your file, but you really ought to split up the source file, for maintainability if nothing else.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
