nothrow in druntime win32 C bindings

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Dec 26 18:26:01 PST 2012


On 12/27/12, Walter Bright <newshound2 at digitalmars.com> wrote:
> Windows knows nothing about D exceptions

Then why does my code sample work?

If Windows really knows nothing about D exceptions why are we letting
Error and Throwable through, shouldn't we also catch those and then
call core.stdc.exit() or ExitProcess()?


More information about the Digitalmars-d mailing list