Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 510077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:04:35+00:00 2026-05-13T07:04:35+00:00

Every now and then there’s a strong need to write a program in such

  • 0

Every now and then there’s a strong need to write a program in such a way that it never (really never) shows an error message as a message box. For example it can be a program run inside a daily build – if it hangs with a message box the daily build hangs.

Unfortunately VC++ runtime has a lot of ways to trigger message boxes when indicating errors.

First of all, whenever an exception is not handled terminate() is called which calls abort() which causes “This application has requested the Runtime to terminate it in an unusual way.” message box. This can be worked around by catching all exceptions and/or using set_terminate() to set a custom terminate() handler without message boxes.

Then, whenever an exception escapes any destrutor during stack unwinding terminate() is also called. set_terminate() helps here as well.

Then, there’s a “pure virtual function call” message box that is shown in some hardcore cases of mismatching the number of functions expected by the caller and those implemented by the callee. _set_purecall_handler() should help here.

What else to do to a VC++ program to be absolutely positively sure it doesn’t show a message box in some fatal situation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T07:04:35+00:00Added an answer on May 13, 2026 at 7:04 am

    I would recommend that you use a helper program to launch it and have this helper limit the time your program can run. This is by far the safest way if you can do it, as it handles every case. Some things you cannot handle in your program directly, such as “This program is not a valid Win32 application” which might happen if you are missing a DLL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Every now and then, I bump into syntax that I've seen before, but never
I'm looking for an overview of algorithms, you need every now and then. If
Every now and then I receive a Word Document that I have to display
Every now and then I find web applications that have some sort of article
Every now and then I see these being used, but it never seems to
Here's a problem I run into every now and then, that I usually try
Every now and then I get an error when I set up states in
This problem crops up every now and then at work. Our build machine can
I have an application where every now and then I'm getting a strange error.
I'm running an open source project and every now and then Chinese users report

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.