D <-> C++ exceptions

Manu via Digitalmars-d digitalmars-d at puremagic.com
Sun May 22 02:45:05 PDT 2016


On 22 May 2016 at 18:09, Xiaoxi via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> On Sunday, 22 May 2016 at 05:12:51 UTC, Manu wrote:
>>
>> On 22 May 2016 at 11:35, Walter Bright via Digitalmars-d
>> <digitalmars-d at puremagic.com> wrote:
>>>
>>> On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:
>>>>
>>>>
>>>> Where are we with exceptions?
>>>> I am now working against a C++ codebase that uses exceptions, on both
>>>> linux and windows.
>>>> Is it still only DWARF that works?
>>>
>>>
>>>
>>> That's right.
>>
>>
>> Is MSCOFF work active, or on the back-burner?
>
>
> I think ldc2 has full native support of "everything", win32 , win64, unix,
> plus it has a very recent phobos and as a bonus it only uses 64bit real on
> windows.

It doesn't have debuginfo.


More information about the Digitalmars-d mailing list