Using D libs in C

Ellery Newcomer ellery-newcomer at utulsa.edu
Sun Jan 16 15:04:40 PST 2011


On 01/16/2011 03:34 PM, Andrej Mitrovic wrote:
> 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).

http://www.digitalmars.com/d/archives/digitalmars/D/learn/d_and_c_21526.html

it didn't work the last time I tried it


More information about the Digitalmars-d-learn mailing list