Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error window in release mode

Status
Not open for further replies.

sballes

Technical User
Aug 1, 2001
4
ES
Hello, I would like my c++ programs to end its execution when an error happens, instead of appearing a window with the error.
Does anybody know if it is possible to configure MS Visual C++ 6.0 in order to do this?
 
__try
{
your code goes here
}__finally
{
}

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top