Reggie
April 7th, 2002, 01:11 PM
Hello all, I am fairly new to programming, and I am having trouble with exceptions in Borland C++Builder.
from what I understand, there is a try..catch around my whole application, I have an EExternalException that keeps showing, I know where it is coming from, but I don't know how to deal with it.
All I wan't to do is put a try..catch around the code that causes the problem, and deal with it there, but all I get it is the same EExternalException C000008 message, and my program continues.
I tried removing the try..catch from around the application, but my try..catch still doesn't workI still get the same EExternal, can anyone help?
See ya,
Reggie.
from what I understand, there is a try..catch around my whole application, I have an EExternalException that keeps showing, I know where it is coming from, but I don't know how to deal with it.
All I wan't to do is put a try..catch around the code that causes the problem, and deal with it there, but all I get it is the same EExternalException C000008 message, and my program continues.
I tried removing the try..catch from around the application, but my try..catch still doesn't workI still get the same EExternal, can anyone help?
See ya,
Reggie.