PDA

View Full Version : [done] Silent crash


dasOp
02-06-2004, 03:37 PM
Could you perchance add optional silent crash via SetErrorMode() and/or SetUnhandledExceptionFilter()?

Keepalive-apps will stall on the "Application Error" MessageBox that pops up per default.

darkone
02-07-2004, 03:14 AM
SetErrorMode is already set.

darkone
02-07-2004, 03:52 AM
And now there's exception handler as well.. :)

dasOp
02-07-2004, 10:44 AM
Did you test-crash it to see if the "Application Error" messagebox is gone?

I did some experimenting with injecting a dll into io process space and got stuff running, but SetErrorMode didnt do much.

darkone
02-07-2004, 11:50 AM
Adding exception handler, should do it...