Request for Information: Exceptions interop

Salih Dincer salihdb at hotmail.com
Mon Apr 7 20:36:17 UTC 2025


On Monday, 7 April 2025 at 08:47:15 UTC, Richard (Rikki) Andrew 
Cattermole wrote:
> ...
> For each compiler dmd/ldc/gdc, for each target (win32, win64, 
> linux, osx, ext.), are the unwinding tables compatible with the 
> C++/Objective-c used ones for that target?
> ...

Interoperability between D and C++ exception handling mechanisms 
is limited and not inherently supported. Therefore, exceptions 
thrown in one language may not be properly caught or handled by 
the other.


https://forum.dlang.org/post/mailman.71.1397054005.1648.digitalmars-d@puremagic.com

Have you seen this very old thread?

SDB at 79


More information about the Digitalmars-d mailing list