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.

Reply via email to