> From: jalaja Ramanadham [mailto:[EMAIL PROTECTED]]
> My application is a multisegment app with two segments.
> I want to add a static library file(.lib) to my project.
> When i move the .lib file to the 2nd segment it just crashes.
> [...] at a place where the function from the library is called.

(CodeWarrior, right?)  Your setup sounds correct.  My app has a static
library in a non-first segment with no problems.

But you can call your library functions only from launch codes that have
globals, the same restriction as any other cross-segment call.  So is the
crash happening in normal launch or in a no-globals launch?  Do other calls
to non-library functions in the 2nd segment still work?

-slj-


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