Message-ID: <01BD782D.EC0824A0@PC005.ALTEST.eni.be> From: Dirk DOT Dhaenens AT altest DOT eni DOT be (Dirk Dhaenens) To: "'djgpp AT delorie DOT com'" Subject: exceptions -> Abort! Date: Tue, 5 May 1998 13:58:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Precedence: bulk When I run the following program: void main () { try { throw (int)5; } catch (int& i) { } } it stops with the following message: Abort! This is it, I compiled with the v2 Gnu compiler (DJGPP). This must have a very simple solution but I'm only taking off with Gnu. Hoping to get an answer, Dirk Dhaenens ENI Aartselaar Belgium