|
Now I have solved the problem myself
try{
....
}catch(Exception&e)
{
ShowMessage ("error message");
return;
}
I started to test the exception handling code in the BCB environment, it will automatically intercept all exceptions for processing, and the exception handling code written by the developer will be delayed.
To avoid interference from BCB, you need to find the program directory and execute the *.exe program in it, you can see the exception handling information written by the developer.
Thank you all. |
|