25 Jun
2004
25 Jun
'04
7:03 p.m.
On Thu, 24 Jun 2004 00:42:17 -0400, MenTaLguY wrote:
As far as I know, Windows doesn't actually have SIG-anything. I guess that's a MinGW-provided stub or emulation of some kind.
Most likely. If you want to do crash handling on Windows you need to surround your program or main loop with an SEH frame.
thanks -mike