ImportC now supports function-like macros

Walter Bright newshound2 at digitalmars.com
Wed Feb 21 18:41:17 UTC 2024


On 2/21/2024 7:40 AM, Carl Sturtivant wrote:
> Could you please explain the actual situation of ImportC in these cases?

You can throw an exception in D code called by C code that is caught by D code.

C code does not have any constructs that require unwinding support, other than 
setjmp/longjmp which is not supported by ImportC.


More information about the Digitalmars-d mailing list