On Thu, 25 May 2000, Jun-Kiat Lam wrote:

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

Great Info!  Now, I know that shared libraries aren't allowed to have
static or global variables, but how does this otherwise limit my use of
c++ in a libary? 


        Noah

--------------------------------------------------------------------------------
Noah J. Ternullo                                [EMAIL PROTECTED]
--------------------------------------------------------------------------------
"As a matter of constitutional tradition, in the absence of evidence to the 
contrary, we presume that governmental regulation of the content of speech
is more likely to interfere with the free exchange of ideas than to
encourage it."                  - Supreme Court Justice John Paul Stevens 
--------------------------------------------------------------------------------


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