How to make D resolve C++ symbols by mangling symbols with the Itanium ABI on Windows

thumbgun thumbgun07 at gmail.com
Mon Feb 26 14:41:26 UTC 2024


On Monday, 26 February 2024 at 13:58:46 UTC, user1234 wrote:
> On Monday, 26 February 2024 at 13:40:56 UTC, thumbgun wrote:
>> The title wasn't very accurate as it isn't dmd that mangles 
>> the names but my question still stands.
>
> Have you tried [pragma 
> mangle](https://dlang.org/spec/pragma.html#mangle) ?

I have seen it but it's not really what I need. If I don't find a 
solution I might have to build all of the C++ libraries I need 
with MSVC.


More information about the Digitalmars-d mailing list