Interop with C++ library - what toolchain do you use?

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 17 23:27:04 PDT 2014


On 18/09/14 00:28, Cliff wrote:
> So I am trying to use a C++ library with D.  My toolchain is
> currently Visual Studio 2013 with Visual D, using the DMD
> compiler.  When trying to link, I obviously ran into the OMF vs.
> COFF issue

DMD has always produce COFF for Windows 64bit. Recently it also got 
support for COFF in 32bit. I don't think this has been released yet, but 
it's available in git master.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list