[Dlang-internal] Dlang structured exception handling on Windows
Adam D. Ruppe
destructionator at gmail.com
Tue Mar 20 18:19:27 UTC 2018
On Tuesday, 20 March 2018 at 17:14:02 UTC, KytoDragon wrote:
> I think you missunderstood my problem. I don't mean
> D-Exceptions, I mean Windows SEH-Exceptions. These are not
> caught by D's try ... catch and even your example shows the
> exact same behaviour.
On 32 bit, D exceptions ARE seh exceptions and try/catch works on
both.
But if you are on 64 bit, the implementation is different
anyway...
More information about the Dlang-internal
mailing list