From: ignatov AT deol DOT ru (Vladimir Ignatov) Newsgroups: comp.os.msdos.djgpp Subject: C++ exceptions don't work Date: Thu, 16 Jul 1998 05:16:43 GMT Organization: Data Express Online Lines: 9 Message-ID: <35ad8af6.10301983@news.deol.ru> NNTP-Posting-Host: cat2511-1-13.users.deol.ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello Does DJGPP support C++ exceptions? In my test program i can't get it working :( For some strange reason "try-catch" operator don't catch any exceptions and program go to "Abort.." Compiler is GCC 2.8.1 Any idea? Vladimir