Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to turn off "Application has requested runtime to terminate it in an unusual way"

1 view
Skip to first unread message

tom

unread,
Oct 16, 2008, 4:45:10 AM10/16/08
to
This message dialog pops up in my application sometimes. How can I
turn it off and just let my app crash in such case ?

Thanks in advance.
Tom

Tom Walker

unread,
Oct 16, 2008, 6:51:26 PM10/16/08
to
"tom" <kami...@poczta.onet.pl> wrote in message
news:d269bb7b-17bd-4cbf...@p59g2000hsd.googlegroups.com...

> This message dialog pops up in my application sometimes. How can I
> turn it off and just let my app crash in such case ?

You could do this:
_set_abort_behavior(0, _WRITE_ABORT_MSG);

http://msdn.microsoft.com/en-us/library/e631wekh.aspx

0 new messages