| delorie.com/archives/browse.cgi | search |
| 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'" <djgpp AT delorie DOT com> |
| Subject: | exceptions -> Abort! |
| Date: | Tue, 5 May 1998 13:58:45 +0200 |
| MIME-Version: | 1.0 |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |