Microsoft's Structured Exception Handling (__try -> __except)

Manmathan Muthukumarapillai mannan@mjolner.dk
Fri Jun 20 05:19:00 GMT 1997


Hello Everybody,

Does anyone know if Microsoft's Structured Exception Handling is
supported under gnu-win32. Will it be supported in the nearest feature 
I tried to compile this code (sighandler.c) with MSVC++ 4.0 and wanted
to use
gcc for linking this with other gnu generated objects and I got this
 error:

e:\gnu/librunpe.a(sighandler.o)(.text+0x409):sighandler.c: undefined
reference to `_except_handler3'
e:\gnu/librunpe.a(sighandler.o)(.text+0x40f):sighandler.c: undefined
reference to `_except_list'
e:\gnu/librunpe.a(sighandler.o)(.text+0x417):sighandler.c: undefined
reference to `_except_list'
e:\gnu/librunpe.a(sighandler.o)(.text+0x462):sighandler.c: undefined
reference to `_except_list'
gcc: Internal compiler error: program ld got fatal signal 1
A Link Error Occurred

Does anyone know where `_except_handler3' and `_except_list' is
defined???

Waiting for your reply
manmathan
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list