On Sun, Apr 21, 2002 at 10:33:32PM +0200, Dyk Corman wrote:
> HI John,
> 
> many thanks for this fast response.
> How can I break my app into segments or does it help to just delete some //
> comments from
> the code to reduce the code size?

No, comments do not end up in the binary. They are just for human reference
and are removed immediately by the compiler. By all means use as many comments
as you need; they don't increase your binary's size.

Search the web for docs on breaking your app into segments. Look for a utility
called multigen. It's kind of hard to dig up info on this topic, but I'm sure you
can find something. If not, perhaps we can help you.

-John

-- 
John R. Hall  -  KG4RUO  -  Stranded in the Sol System
Student, Georgia Tech; Author, Programming Linux Games

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to