Using D libs in C

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Jan 16 13:34:27 PST 2011


The problem (on Windows), is that the static lib is in the OMF format,
and modern tools like VC or MinGW won't be able to read those, because
they use COFF instead. So you would have to convert from OMF to COFF.

But on Linux I think DMD uses the standard Linux object file format,
so I don't think there's issues there. (AFAIK).


More information about the Digitalmars-d-learn mailing list