Message-Id: <2.2.32.19970202174153.00687a54@mailhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 Feb 1997 15:41:53 -0200 To: djgpp AT delorie DOT com From: Eyal Ben-David Subject: Re: Serious djgpp problem with exceptions ? This is a problem with g++ in general. Not necessarilly with DJGPP. When you throw a derived class and the exception handler catches the base class type, you must add RTTI to your program. Try the `-frtti' switch. E-mail eyalb AT aks DOT com Aladdin Knowledge Systems Ltd. Ph# +972 3 6362222 P.O.Box 11141 Tel-Aviv 61110 Israel Fax# +972 3 5375796 See us at our Web site at http://www.aks.com