Re: catching read exception without __try __except
- From: "Skywing" <skywing_NO_SPAM_@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 20 Jun 2006 00:25:50 -0400
As far as I know, gcc does not implement compiler SEH support due to patent
issues.
If you are stuck using an FOSS compiler that is unlikely to support
patent-encumbered features, then you could probably get by with doing the
SEH registration in assembler.
"David Peterson" <dmpemail@xxxxxxxxx> wrote in message
news:1150743972.624637.84700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi, I have memory mapped a large file on a CD-ROM and when I try to
read a CRC error region the program crashes. I am using gcc. I am
having trouble compiling __try, __except. Is there any compiler besides
VC++ that will compile __try, __except? Is there any other way to catch
the filemapped read exception?
.
- Follow-Ups:
- Re: catching read exception without __try __except
- From: Arnaud Debaene
- Re: catching read exception without __try __except
- From: Scherbina Vladimir
- Re: catching read exception without __try __except
- References:
- catching read exception without __try __except
- From: David Peterson
- catching read exception without __try __except
- Prev by Date: Re: why ntoskrnl.exe writable
- Next by Date: Re: why ntoskrnl.exe writable
- Previous by thread: catching read exception without __try __except
- Next by thread: Re: catching read exception without __try __except
- Index(es):