Mail Archives: cygwin/1998/03/13/22:57:13
Hi Guys.
Try to compile following example:
#include <iostream.h>
int main()
{
try
{
throw "Error";
}
catch(const char* s)
{
cout << s << endl;
}
return 0;
}
Using B18 or some other compilers gives expected result - "Error" text
on the screen, but compiled by B19 gives no any effect.
Is this a bug or missed any option during compilation ?
Using -fexceptions makes no any difference.
Regards.
Piotr Andzel
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -