How to Avoid retry,ignor,abort type error/Exception in vc++ 6.0
Hello,
I implement one project in vc++ 6.0, My project is working fine but it gives run time error/exception of abort,retry,ignor. How to avoid this exception ?
Re: How to Avoid retry,ignor,abort type error/Exception in vc++ 6.0
If it is giving a run-time error then the project is not working fine.
What is the exception? Can it be reproduced? If yes, debugging of the code should identify the issue. If it only happens sometime then the cause may be a memory overflow/release/allocation error.
Re: How to Avoid retry,ignor,abort type error/Exception in vc++ 6.0
Quote:
Hello,
I implement one project in vc++ 6.0, My project is working fine but it gives run time error/exception of abort,retry,ignor. How to avoid this exception ?
Just fix the bugs in your code!
Re: How to Avoid retry,ignor,abort type error/Exception in vc++ 6.0
Press retry to get taken to the cod that's triggered the ASSERT. Use the debugger to find out what's wrong and fix it.