D2 for Win64
Walter Bright
newshound2 at digitalmars.com
Sat Oct 13 08:19:46 PDT 2012
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.
More information about the Digitalmars-d-announce
mailing list