I assume you are trying to create static libraries, right? Here are
instructions for creating those...

How do I create Palm OS static libraries using CodeWarrior?
1.       Create a Palm OS project from the stationeries
2.       Open the Project Settings
3.       Open the Target Settings panel
4.       Set the Post-Linker to None
5.       Open the 68K Target panel
6.       Set the Project Type to Library and Palm OS Library. You should set
the File Name to '<library name>.lib'
7.       Write your library code and its associated header file and include
them in the project.
8.       Build your library. A .lib file will be created.

For an example of how a static library project is set up, check out
StartupCode.mcp in the Palm OS SDK support folder's Libraries/StartupCode/
subfolder.

Rgds,
Jun-Kiat Lam
Metrowerks Technical Support

----- Original Message -----
From: "Subrata Chakrabarty" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, May 25, 2000 3:12 AM
Subject: Create Libraries


> Hi
>
> I am using CW R6 lite version , I am running it on PalmOS 3.1 . How do I
create libraries , using the tool / The issue is to create different
libraries and then include it into one main project file .
>
>
> Thanks
> Subrata
>
>
>
>
>
> --
> 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