"Klimov Max" <[email protected]> wrote in message news:[email protected]... > Dodevelopersplantorealizecompilationtocoffformatonwindows? > Therearethecaseswhenihavetousevisualstudiocompilerthat > generatescoffobjectfiles.Forexample,CUDAcompilernowsupport > onlyvcclcompiler.That'swhyihavetorefuseD,becausethere > arenotanycorrectconverteromf->coffornativesupportof > coffindmd.ButilikeDverymuch.Thisistheissue,whatabout > it?
There is Digital Mars's COFF2OMF, but it's not free (although it is inexpensine, IIRC): http://www.digitalmars.com/ctg/coff2omf.html Also, there's a linker called UniLink (or ulink?) that will link DMD's OMF files with MS's COFF. I don't have a link for that handy though.
