Replace exception handler?
Remo
remo4d at gmail.com
Thu Feb 27 05:24:34 PST 2014
There is a way to replace assertHandler and it helped me to
resolve a couple of problem.
Unfortunately I can not find a way to replace exception handler
in D2.
Is there a way to do this?
The problem is that I load a Dll coded in D from Application
coded in C++.
If this Dll throw and exception then there is no way to handle it
from the Application.
Application will crash without any way to figure out where the D
exception was thrown.
More information about the Digitalmars-d-learn
mailing list