> From: Chris Yourch [mailto:[EMAIL PROTECTED]]
> new (which works fine) on my main database class on a normal launch
> and I do get into my constructor for the class but the first line of
? code in the constructor never gets executed.

Can you single-step through the 'new' call to see exactly where it goes
haywire?  Also, does the class use virtual functions, inheritance, or RTTI?
In those cases there is extra construction that happens before the first
line of your own constructor code.  Just a thought.

> - Normal launch.
> - 'new CMyDatabaseClass;' is being called in my PilotMain().
> - 59 total segments as reported in the MAP file.
> - PilotMain() is in the first segment.
> - All code for the database class is in the first segment.

Your segment setup sounds ok.  Does the program at least start and run
correctly in PilotMain before hitting this error?

-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