> From: Trent Hill [mailto:[EMAIL PROTECTED]]
> Thanks for your reply... but I'm not sure that this is the problem.
Well, did you try that other startup library in your project and did it not
work? I'd be surprised if it didn't fix your problem.
> Only when using a static member do I get the link error "Link
> Error: StartupCode.c: Entry Point '__InitCode__' is undefined."
Right, because the C startup code doesn't have support for calling static
object constructors before PilotMain, nor does it call static object
destructors afterward. The startup code isn't involved in construction and
destruction of non-static objects, so you are not seeing a problem with
that.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html