On Fri, Mar 07, 2003 at 09:44:26AM -0800, Steven Fisher wrote: > Sean Charles wrote: > <snip> > >If you have any problems then it's time to start reading in-depth about > >whay you have just done. It's good for the souls but the above should > >get you out of the hole. If you are still stuck then mail me off-list. > >I remember my first multi-segment app and it can be confusing, > >especially on a Friday afternoon! > > I worked out most of this after posting my question, but I didn't really > understand it until I read this. Now it all makes sense! Thanks... > > Still, I'd like to understand why this is a problem in PRC but not > Codewarrior: PRC by default seems to have a limit of 32k per segment, > and Codewarriror allows the full ~63.5k allowed by the Palm > OS/Dragonball. Is that true?
If you compile with -T text_64k you can use the larger segment size. -- Stuart Eichert Cooperative Computers, Inc. [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
