> For some reason this page comes up very low on a Knowledge
> Base search of
> tech papers with "shared library", but check out
> http://oasis.palm.com/dev/kb/papers/1143.cfm
>
I agree, this is a good article but I think the question was not so much on
creating shared libraries, as it was about creating static libraries of
commonly used code that can be linked into an app. I've written a number of
little code libs that I just statically link into an app whenever they are
needed. I don't want to require a user to load my app _and_ my string
manipulation shared lib in order for my app to work, and I don't want to be
cutting and pasting the code all over the place. Statically linking the lib
into my app is easy, modular, and in my experience I've found it works
great.
Cheers,
-DGA
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/