Link with C static library

alvinsay alvinsay at gmail.com
Sun Jan 16 00:14:56 PST 2011


Hi,

Is it possible for D language to link with C static library under win32 platform?

Because visual studio produce COFF fomrat, I try to use coff2omf to convert libraries build by vs2008. However, it seems that coff2omf doesn't support static library.
Should I change my C compiler? Or, there is another way to covert static library from COFF to OMF??



More information about the Digitalmars-d-learn mailing list