Allows you to install a custom error handler for each thread.
Designed specifically for WAA, will actually work with any multi-threaded Xbase++ application.
In fact, it can even be used in single-threaded applications which can benefit from recursion protection.
Recursion protection causes the default error handler to be called in the event that
an error is detected in your custom error handler.
|