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