[EMAIL PROTECTED] wrote:

> Greg,
>
> Take a look at PalmOS_Startup.c. You'll see that static initializers are 
> called
> via a compiler-generated function __InitCode__. And __InitCode__ is called 
> only
> if globals are set up. So there shouldn't be a problem with static 
> initializers
> being called under inappropriate launch codes.
>
> So...
>
> 1) Set breakpoints on the constructors of your global objects.
> 2) Shouldn't happen.

Does this work properly for multi-segment C++ apps?

--
Adam Wozniak                     Senior Software Design Engineer
                                 Surveyor Corporation
[EMAIL PROTECTED]                4548 Broad Street
[EMAIL PROTECTED]          San Luis Obispo, CA 93401




-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to