> From: Charu Venkatraman [mailto:[EMAIL PROTECTED]]
> I had thought that when an app links with a static library,
> its size grows by the same amount as the lib size

Not necessarily.  The linker will include only those library functions which
are actually called by the application.  Does this library contain any
functions which the app doesn't link with?

-slj-


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

Reply via email to