There are 2 types of libraries for Palm OS: * Static libraries (i.e. .lib files) * Dynamic libraries (usually .prc files, meaning Palm OS executables) Static libraries are linked with other source code and thus is included completely in the produced object code. Dynamic libraries can be shared among several executables and are linked dynamically during run-time. It seems that this is, what you want. Refer to the document "Targeting Palm OS" (ships with CodeWarrior) for more information about libraries.
CodeWarrior offers a Shared-Library-Wizard to crete a new empty project for a shared library. Good luck. Marcel. "Anders Rahm-Nilzon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ..I want to build in an dll in my Palm. Is there anything like dll:s in > Palm OS ? How whould I do this ? > \Anders R-N > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
