From: wildfire AT progsoc DOT uts DOT edu DOT au (Anand Kumria) Subject: Re: Microsoft's Structured Exception Handling (__try -> __except) 21 Jun 1997 13:46:24 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Original-To: Manmathan Muthukumarapillai Original-cc: gnu-win32 AT cygnus DOT com In-Reply-To: <33AA7558.7364@mjolner.dk> Original-Sender: owner-gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".