CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    170

    Crash without "don't send"- why?

    Hi.
    What can cause application crash with out "don't send" dialog?

  2. #2
    Join Date
    Dec 2002
    Location
    St.Louis MO, USA
    Posts
    672

    Re: Crash without "don't send"- why?

    You cannot scale down the reason which cause crash but dont appear Dont Send dialog . Mostly when ur application crashes due to unhandled exceptions or deleting memory which is already deleted something like that may cause Window appear Dont send message box. Actually every programm when exited then it returns some value to OS, So OS then decide wether or not appear Dont Send dialog. if Your program smoothly closed then ur Os did not appear such dialog but when your program crashes and return some error code then OS displays that dialog.
    Last edited by ABDULNAUMAN; September 14th, 2005 at 05:11 AM.
    A Person who is polite is given goodness and a person who is away from Politeness is away from Goodness.

    NAUMAAN

  3. #3
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Crash without "don't send"- why?

    The "don't send" dialog will not appear if you are running a debug version.
    Gort...Klaatu, Barada Nikto!

  4. #4
    Join Date
    Jun 2004
    Posts
    170

    Re: Crash without "don't send"- why?

    Yes,in debug- it's first chance exception- access violation.

    thanks,all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured