From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: rsxntdj 1.6 BETA Date: 23 Nov 1999 09:04:41 GMT Organization: Center for X-ray Lithography, UW-Madison Lines: 15 Message-ID: <81dlb9$mg4$1@news.doit.wisc.edu> References: <199911222020 DOT PAA21175 AT delorie DOT com> NNTP-Posting-Host: modi.xraylith.wisc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <199911222020 DOT PAA21175 AT delorie DOT com>, Rainer Schnitker wrote: > >Problems in this beta: > >- exception code does not work Could you please elaborate? C++ exceptions or Windows32 SEH (Structured Exception Handling)? Mingw uses setjmp/longjmp EH -- it's suboptimal, but the advantage is that it works (except that you can't catch exception thrown in a DLL from the executable). Regards, Mumit