Subj : coff2omf does not seem to work To : borland.public.cpp.borlandcpp From : Francesco Montorsi Date : Sun Sep 05 2004 05:15 pm Hi, I have to convert a library created with MSVC tools from COFF to OMF format to use it with ilink32 (I'm using the free command I've downloaded at http://www.borland.com/products/downloads/download_cbuilder.html). I tried the command: coff2omf mylib.lib mylib_omf.lib but I get a little file of 512 byte (the original lib is more than 1Mb).... I tried to use first the MSVC lib utility: lib /convert mylib.lib or lib /out:try.lib /convert mylib.lib and then run the coff2omf utility, but I get always that 512 byte file.... How can I make coff2omf to work ? Thanks, Francesco Montorsi .