Ludenka
20-Jul-2005, 11:25 AM
Hi Fabio, I've found a problem in EurekaLog 4, now 4.6.7. It's connected with safecall.
Scenario: I'm calling a BDE (borland database engine) function from a safecall method. The function fails raising an exception. And the problem is: The eurekalog exception dialog gets shown BEFORE the program returns from the failed bde function - it means, although I catch this exception outside of the
safecall function, the user gets the exception dialog on screen and must click "OK" to close it. I don't want to completely disable exceptions of this class, most of them are critical, I only want this particular one not to be displayed.
I've already sent example of this in an e-mail some weeks ago - without any usable solution as answer :(
Thanks for your help.
Scenario: I'm calling a BDE (borland database engine) function from a safecall method. The function fails raising an exception. And the problem is: The eurekalog exception dialog gets shown BEFORE the program returns from the failed bde function - it means, although I catch this exception outside of the
safecall function, the user gets the exception dialog on screen and must click "OK" to close it. I don't want to completely disable exceptions of this class, most of them are critical, I only want this particular one not to be displayed.
I've already sent example of this in an e-mail some weeks ago - without any usable solution as answer :(
Thanks for your help.