>With multi-segment program, use the "small" memory and you will minimize the size of your program. The benefit is substantial! It might also run a little quicker.
In my experience with our largest program (which also uses POL and needs to handle find and beaming when the app is not running), I was spending several hours a day fixing linking problems because my first segment is so packed. When I gave up and compiled with smart it was the happiest day of my life ;-). It added a few trivial k to the size of my executable and saved me a LOT of time. But probably if you are not using POL and/or don't need to do much on other launch codes, it doesn't matter much. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
