--- Dyk Corman <[EMAIL PROTECTED]> wrote: > How can I break my app into segments
If you are using CodeWarrior, see http://oasis.palm.com/dev/kb/papers/1469.cfm If you are using GCC+prcTools, see http://prc-tools.sourceforge.net/doc/prc-tools_3.html#SEC14 If you are using anything else, see the docs that came with your compiler. > or does it help to just delete some // > comments from the code to reduce the code size? That won't help. Comments in your source code are not supposed to generate any compiled code. __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
