Calling D from C++

Johann MacDonagh johann.macdonagh.no at spam.gmail.com
Mon Jul 18 21:02:06 PDT 2011


On 7/18/2011 11:52 PM, Andrej Mitrovic wrote:
> See I tried using dumpbin, but apparently I wiped it from my PATH so I
> had to rely on DLL Export viewer (because I'm lazy and it had an icon
> on my desktop!) which doesn't even show this. I had a hunch that was
> happening behind the scenes. Thanks for the info regardless hehe.

If you open a Visual Studio Command Prompt it should be in your PATH.

Also, you won't see the internal symbol name unless you have pdb symbols 
in the same directory as the DLL (VisualD converts the symbols for me, 
which is why I saw it).


More information about the Digitalmars-d-learn mailing list