Re: [fpc-devel] debugging exception handling in windows

2010-03-22 Thread Paul Ishenin
22.03.2010 21:32, Seth Grover wrote: Any thoughts? I think if fpc will implement exceptions properly using seh on windows the issue will gone as well as some dll exceptions problems. Currently fpc uses own exception handling on windows. Best regards, Paul Ishenin.

[fpc-devel] debugging exception handling in windows

2010-03-22 Thread Seth Grover
Greetings, I'm doing some win32 development (::shudder:: ;-)) and am trying to take a closer look at the way fatal exceptions (floating point exceptions, access violations, etc.) are handled as I try to figure out a way around the limitations described in mantis issue #12974. I've got fpc compiled