DMD + msvc

Jacob Carlborg doob at me.com
Sun Jun 17 03:34:21 PDT 2012


On 2012-06-17 07:15, Gor Gyolchanyan wrote:
> Is it possible to use the VC2010 linker with DMD? That would allow
> easily linking with COFF libraries and building 64 bit binaries.

No.

1. DMD can only output OMF binaries
2. DMD cannot output 64bit code for Windows
3. DMD is not compatible with the MSVC linker or runtime

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list