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