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.

Reply via email to