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

I am able to walk throught the 'new' and it succeeds. Its when I enter the 
constructor and I am about to run the first line of code in the constructor 
that it crashes. The class does have virtual functions and inheritance.

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

Yes, it gets into PilotMain and then I call new.

Chris

_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com


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