Re: [Cegcc-devel] Problem with dynamic_cast when using dynamic libraries and x86

2009-08-18 Thread Danny Backx
I believe the patch just applied (imported from gcc svn, work by Jason Merrill) fixes this : \network\x86\ace> Reactor_Exceptions_Test (78512150|78577686) Starting Reactor_Exceptions_Test test at Tue Aug 18 2009 21:43:16.859000 Starting tracing Activity occurred on handle 7! got buf = Hello (78512

[Cegcc-devel] Problem with dynamic_cast when using dynamic libraries and x86

2009-08-13 Thread Johnny Willemsen
Hi, The correct usage of declspec export/import has fixed several problems. We have now been able to narrow another runtime problem we see. We have a base class, ACE_Reactor_Impl, from that we have derived ACE_Select_Reactor_Impl (all in the ACE library). In our code we do: this->select_re