www.digitalmars.com         C & C++   DMDScript  

D - coff2omf

reply "Charles Sanders" <sanders-consulting comcast.net> writes:
Hey all,

Trying to port libcurl to D.  I've gotten it to build with DMC, though I
need to link it against ws2_32.lib and winmm.lib, does anyone have these in
a format I can link against ?  If I have the VC[6] libraries how do I get
them to link with DMC, use coff2omf ?  Is that only on the CD or Extra Tools
kit ?


Thanks,
Charles
Aug 09 2003
parent Ilya Minkov <midiclub 8ung.at> writes:
you can use implib.exe from the freeware conventional directory package. 
You need .dll files, and this util generates .lib stub from them. In the 
case it doesn't work, feed the utility with the corresponding .def files 
-- them you can rip them from another compiler.

-i.

Charles Sanders wrote:
 Hey all,
 
 Trying to port libcurl to D.  I've gotten it to build with DMC, though I
 need to link it against ws2_32.lib and winmm.lib, does anyone have these in
 a format I can link against ?  If I have the VC[6] libraries how do I get
 them to link with DMC, use coff2omf ?  Is that only on the CD or Extra Tools
 kit ?
 
 
 Thanks,
 Charles
 
 
Aug 09 2003