Search found 4 matches

by rmcamps
Fri Sep 16, 2005 2:41 pm
Forum: madExcept
Topic: unknown exception
Replies: 3
Views: 5406

More details about "Unknown Exception"

Thank you, I give you here more details about the problem. When I raise a known Borland exception madExcept recognizes the Exception, but when I raise my own EUserException doesn't. throw Exception("Testing Exception"); madExcept: date/time : 2005-09-16, 11:33:46, 671ms computer name : SCS...
by rmcamps
Fri Sep 16, 2005 1:48 pm
Forum: madExcept
Topic: compiler error on BCB6
Replies: 2
Views: 4400

thank you

I commented that declaration and everything works fine...
Thank you
by rmcamps
Thu Sep 15, 2005 10:35 pm
Forum: madExcept
Topic: unknown exception
Replies: 3
Views: 5406

unknown exception

I writed my following custom exception. When my application raise that exception madExcept shows the error with "Unknow exception Class". I registered an exception handler but I cannot detect my custom exception error. How can I get madExcept to recognize my custom exception? class EUserEx...
by rmcamps
Thu Sep 15, 2005 10:19 pm
Forum: madExcept
Topic: compiler error on BCB6
Replies: 2
Views: 4400

compiler error on BCB6

I'm evaluating madExcept with BCB6.
I used it OK but when I drop TMadExceptionHandler component on my form, then I get the following compiler error on madZip.hpp:

[C++ Error] madZip.hpp(35): E2034 Cannot convert 'void *' to 'TStringArray'