www.digitalmars.com         C & C++   DMDScript  

D - Handling exceptions from Windows DLL

reply "FreeSlave" <freeslave93 gmail.com> writes:
Hello. There was an issue 2 years ago: 
https://github.com/D-Programming-Language/druntime/pull/92

It seems that this bug is still here (I can't handle D Exception 
from dll builded with dmd and dmc link).
Will this bug get fixed? Do other D compilers have the same issue?
Sep 12 2013
parent Martin Nowak <code dawg.eu> writes:
On 09/12/2013 06:23 PM, FreeSlave wrote:
 Hello. There was an issue 2 years ago:
 https://github.com/D-Programming-Language/druntime/pull/92

 It seems that this bug is still here (I can't handle D Exception from
 dll builded with dmd and dmc link).
 Will this bug get fixed? Do other D compilers have the same issue?
Try the d.D newsgroup. This one is basically dead. Currently there is only rudimentary Windows DLL support. You can read more about this here http://d.puremagic.com/issues/show_bug.cgi?id=7020.
Nov 12 2013