I guess you would need to build a static lib. Here's a snippet from a
preliminary FAQ I'm writing that describes how to do this:
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.
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: Gaurav Palvia <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 1999 6:21 AM
Subject: how to build a library into our project in CodeWarrior Lite version
> hi friends
> my friend has created a library in C++.which uses BSD sockets
> i want to use that library in my Palm OS app.is there any option by which
i
> can build that library into my project. I am using CodeWarrior
> lite version.
>
>
>