On 10/13/2012 3:00 AM, Jacob Carlborg wrote:
> On 2012-10-13 03:44, Walter Bright wrote:
>> Is now in a semi-usable state. Problems remain:
>>
>>          $(LI Cannot catch Win64 structured exception handling exceptions.)
>
> Is this exceptions in general or is there some kind of DMD specific exception
> system that works?

dmd for Win64 uses its own exception mechanism. That mechanism is also used on Linux, OSX, FreeBSD and Solaris, and is also incompatible with C++ EH on those platforms.

Reply via email to