Just as an FYI, if anyone wants a real-world example of static libs in action
check out StartupCode.lib and MSL Runtime Palm OS.lib in Palm OS
Support/CodeWarrior Libraries. You can use the settings there as a guide.

-- jkl

----- Original Message -----
From: "Avilla, Dane" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 3:05 PM
Subject: RE: Making Lib's


> > 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/


-- 
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