>Subject: Re: Reducing Application Size... >From: Robert Purcell <[EMAIL PROTECTED]> >Date: Wed, 12 Dec 2001 13:58:21 -0800 (PST) > >Wow! Thanks for the great responses! I really do appreciate everyone's >input about reducing application size. There were a lot of good "gems" of >advice that I'm sure will help me squeeze my apps much tighter than they are >currently. > >To answer Howard's question, I'm currently using Codewarrior for all >my developing. One of my products is a game called "Joggle". I'm >in the process of releasing an update, and this new version has crossed >the 100k size. I know that's not much compared to some apps for the >Palm, but I figure a puzzle game shouldn't use so much valuable Palm >memory. I'm hoping (with the use of everybody's wonderful suggestions) >to get my file size back below 100k.
Presumably you've changed your program to be multi-segment and changed the memory model to "Small" after ensuring all segments are under 32KB. If not, this will provide another sizable reduction. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
