D - coff2omf
- Charles Sanders (8/8) Aug 09 2003 Hey all,
- Ilya Minkov (6/19) Aug 09 2003 you can use implib.exe from the freeware conventional directory package....
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
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