Message-ID: From: "Andris Pavenis" To: Kai <8111883c AT apollo DOT hjc DOT edu DOT sg>, djgpp AT delorie DOT com Date: Wed, 16 Dec 1998 20:02:24 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: C++ Exceptions in DJGPP In-reply-to: <36776B74.411D8CEA@home.hjc.edu.sg> X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp AT delorie DOT com On 16 Dec 98, at 16:12, Kai wrote: > I've a little trouble with the exception handling in DJGPP. The program > terminates whenever my program tries to throw an exception and catch it. > Can anyone help me with this please? > Which gcc version are You using. If it is gcc-2.8.1 than read file readme.jgpp and problems.txt in directory gnu/gcc-2.81 under Your DJGPP directory. It is rather likely You'll find solution there. Andris