Can someone help me on how to handle an exception (warning) box in my C++ application? When I run my application in launches an exception box (warning in particular) with two buttons "Break" and "Continue".
When I click the continue button the application then runs successfully without errors.
What I then need to do is to find a way to handle the exception (warning) box by programmatically clicking "Continue" in my C++ codes.

Any help is well appreciated, thanks for your quick response

If you are getting a warning from your system, there must be something seriously wrong with your code. The better approach is to find out what part of your code is causing the warning and address the issue instead of just brushing it off like it doesn't exist.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.