Search found 1 match

by robin
Wed Sep 14, 2005 1:07 am
Forum: madExcept
Topic: RegisterHiddenExceptionHandler problem with 3.0
Replies: 2
Views: 4910

RegisterHiddenExceptionHandler problem with 3.0

I have registered a exception handler for hidden exceptions, but it never produces and error log, why is that? heres the declaration madExcept.RegisterHiddenExceptionHandler(CustomHandledException, stDontSync); and the function procedure CustomHandledException(const exceptIntf : IMEException; var ha...