May 02, 2004
I remember having spent hours debugging some C++ code thats threw exceptions across DLL boundaries. Didn't know then that the executable and the dlls had to be linked with the same runtime. Is D suffering the same problem?


May 02, 2004
D has the very bad problem that if a dll throws an exception, the exe will not catch it properly, yes.

In article <c7367c$1loa$1@digitaldaemon.com>, noob says...
>
>I remember having spent hours debugging some C++ code thats threw exceptions across DLL boundaries. Didn't know then that the executable and the dlls had to be linked with the same runtime. Is D suffering the same problem?
>
>