Request Assistance Calling D from C++: weird visibility issue inside struct and namespace

Nicholas Wilson iamthewilsonator at hotmail.com
Wed Nov 8 07:06:39 UTC 2017


On Wednesday, 8 November 2017 at 06:34:27 UTC, Andrew Edwards 
wrote:
> I'm having a little bit of problem calling D code from C++ and 
> would appreciate some assistance. First, given the following 
> C++ program wich compiles, links, and runs without any problem:

Try using `nm` on the C++ object to find out what it thinks the 
mangling should be.
Check that against the mangling DMD produces.


More information about the Digitalmars-d-learn mailing list