Anyone have sucess converting MSVC 2010 COFF libs to OMF

Daniel Murphy yebbliesnospam at gmail.com
Wed Apr 9 21:10:37 PDT 2014


"Byron"  wrote in message news:li1ba2$5lc$1 at digitalmars.com...

> So does anyone have a fool prof way of converting coff to omf libs.  I
> feel like this use to be easy..

In general, this won't work.  The only thing that is straightforward and 
reliable is converting coff import libraries to omf import libraries.

Converting the file formats over is possible, but then you usually hit 
problems with differences between microsoft's and digital mars' c libraries.

If possible, building the lib as a dll might be a workaround. 



More information about the Digitalmars-d-learn mailing list