Does this means the Info shown on device as well simulator does give actual applciation size for default applications. check for Address - 1K Memo Pad - 1 K Phone- 1 K To do list- 1 K
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Moynihan Sent: Thursday, July 01, 2004 5:53 PM To: Palm Developer Forum Subject: Re: Address book application size 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/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
