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??