This turned out to be a false lead that I tracked down in another component.

As it turns out there is actually a stack of 3 inherited classes, 

base 
  foo : base()
      bar : foo()

and I was able to confirm all 3 base constructors are working OK, 
base, foo, and bar.

the problem is in another component I'm investigating now.

just passing along what hopefully is a good point of reference for other
users out there...

/steverino2

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, November 29, 2007 12:17 PM
To: cegcc-devel@lists.sourceforge.net
Subject: Cegcc-devel Digest, Vol 17, Issue 21

Send Cegcc-devel mailing list submissions to
        cegcc-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/cegcc-devel
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Cegcc-devel digest..."


Today's Topics:

   1. mingw32ce exeption handling for dynamic object (Steve DeLaney)


----------------------------------------------------------------------

Message: 1
Date: Wed, 28 Nov 2007 22:58:08 -0800
From: "Steve DeLaney" <[EMAIL PROTECTED]>
Subject: [Cegcc-devel] mingw32ce exeption handling for dynamic object
To: <cegcc-devel@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"


Had something weird come up.  in the process of testing out an application
on WM2005, one of our APIs does a dynamic new object that causes the app to
exit.  This is pretty stable code with a good history on desktop and
embedded linux.  

I've tested heap malloc elsewhere and it seems OK.

only thing odd probably worth mentioning is this object constructor uses
multiple inheritance. 
otherwise nothing unusual about it.

I tried putting this in a try/catch handler but no difference.

Is mingw32ce OK for C++ exception handling? 
what about multiple inheritance
is this just too extreme to attempt to port such an application?

/steverino2 





------------------------------

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper from
Novell.  From the desktop to the data center, Linux is going mainstream.
Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

------------------------------

_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel


End of Cegcc-devel Digest, Vol 17, Issue 21
*******************************************


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to