Ritu Chawla wrote:

Hi All,
How default applciations are build.
I have seen difference in sizes
a) Address application built in the device as well as simulator - 1K
b) Address application compiled by us in release mode - 90 K

Why this difference is their.
Are we missing some setting which needs to be done.
rgds
Ritu

Ritu, I think you are misunderstanding what you are seeing. If the application is 90k, then it is 90k. There are some optimization options in the compiler, but you must realize that it is practically impossible to take a 90k code and squash it down to 1k, unless it started out being REALLY, REALLY inefficient, such as has rarely been seen before. This little 1k file that is created automatically on OS5 devices (and simulators) is just a helper file. To be honest, I don't really know what it does -- maybe just a code address list -- but it is certainly not the whole application. Bob.

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

Reply via email to