From: erikyyy AT studbox DOT uni-stuttgart DOT de Message-ID: <19980519172419.A816@vulcain.yyydom> Date: Tue, 19 May 1998 17:24:19 +0200 To: djgpp AT delorie DOT com Subject: Exceptions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Precedence: bulk Although djgpp compiles the following source without warnings, it still doesn't work: #include #include class rrrr {}; int main() { try { throw rrrr(); } catch (rrrr) { cerr << "excpt\n"; }; cerr << "normal\n"; return 0; }; on linux, this program writes "excpt\nnormal\n" on stderr. on djgpp it doesn't. (it just does "Abort!") what have i done wrong ? byebye Erik -- EMAIL: erikyyy AT studbox DOT uni-stuttgart DOT de \\\\ thieleek AT tick DOT informatik DOT uni-stuttgart DOT de o `QQ'_ IRC: erikyyy / __8 WWW: http://wwwcip.rus.uni-stuttgart.de/~inf24628/ ' ` http://tick.informatik.uni-stuttgart.de/~thieleek/