This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


On Fri, 20 Jun 1997, Manmathan Muthukumarapillai wrote:

> 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???

Microsoft's Visual C Runtime DLL (MSVC??RT.DLL), in your case
MSVC40RT.DLL.

Anand.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]