Hello! I am using Borland C++ compiler 5.5. My application uses VCL.
Such test as:
MyTest::testException() { throw Exception('Uuupps!!!'); }
raises access violation.
Log in to post a comment.
Hello!
I am using Borland C++ compiler 5.5. My application uses VCL.
Such test as:
MyTest::testException()
{
throw Exception('Uuupps!!!');
}
raises access violation.