Article: D Exceptions and C Callbacks

Walter Bright newshound2 at digitalmars.com
Sat Aug 10 11:45:34 PDT 2013


On 8/8/2013 2:27 PM, Andrej Mitrovic wrote:
> What about Error and Throwable? I think those shouldn't pass to the C
> code either. Unforunately 'nothrow' is a misnomer because it really
> means 'noexception', it allows both Error and Throwable to propagate
> from nothrow functions.


You're generally on your own with Error and Throwable going across foreign code.


More information about the Digitalmars-d-announce mailing list