From: wildfire@progsoc.uts.edu.au (Anand Kumria)
Subject: Re: Microsoft's Structured Exception Handling  (__try -> __except)
21 Jun 1997 13:46:24 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.SUN.3.95.970622052330.903C-100000.cygnus.gnu-win32@ftoomsh.progsoc.uts.edu.au>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-To: Manmathan Muthukumarapillai <mannan@mjolner.dk>
Original-cc: gnu-win32@cygnus.com
In-Reply-To: <33AA7558.7364@mjolner.dk>
Original-Sender: owner-gnu-win32@cygnus.com

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".
