Re: catching read exception without __try __except



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?



.