c++.windows.32-bits - COFF2OMF
- Anyone (4/4) Jul 31 2003 Does Coff2omf convert static libs or only linking libs?
Does Coff2omf convert static libs or only linking libs? If I apply "link /lib /convert xxx.lib" to a Coff lib, it's equal that this lib is in New Coff format or in old Coff format? Thanks
Jul 31 2003
"Anyone" <Anyone_member pathlink.com> wrote in message news:bgbm8k$1dgh$1 digitaldaemon.com...Does Coff2omf convert static libs or only linking libs?I don't understand your question.If I apply "link /lib /convert xxx.lib" to a Coff lib, it's equal thatthis libis in New Coff format or in old Coff format?It convertes from the Microsoft version of Coff, if that's what you mean.
Jul 31 2003
In article <bgcj5d$2aqq$3 digitaldaemon.com>, Walter says..."Anyone" <Anyone_member pathlink.com> wrote in message news:bgbm8k$1dgh$1 digitaldaemon.com...Can I convert static libs in COFF format (not linking lib for DLL) with Coff2OMF? If a lib is in old COFF format, can I convert that with "link /lib /convert xxx.lib"? How do I know if a lib it's in old COFF format or new COFF format? Thanks.Does Coff2omf convert static libs or only linking libs?I don't understand your question.If I apply "link /lib /convert xxx.lib" to a Coff lib, it's equal thatthis libis in New Coff format or in old Coff format?It convertes from the Microsoft version of Coff, if that's what you mean.
Aug 01 2003
"Anyone" <Anyone_member pathlink.com> wrote in message news:bgdt4r$h1q$1 digitaldaemon.com...In article <bgcj5d$2aqq$3 digitaldaemon.com>, Walter says...Most of the time it will work. It's mostly intended for use with import libraries."Anyone" <Anyone_member pathlink.com> wrote in message news:bgbm8k$1dgh$1 digitaldaemon.com...Can I convert static libs in COFF format (not linking lib for DLL) with Coff2OMF?Does Coff2omf convert static libs or only linking libs?I don't understand your question.If I apply "link /lib /convert xxx.lib" to a Coff lib, it's equal thatthis libis in New Coff format or in old Coff format?It convertes from the Microsoft version of Coff, if that's what you mean.If a lib is in old COFF format, can I convert that with "link /lib/convertxxx.lib"?I don't know what you mean by "old" or "new" coff format. COFF2OMF works on the Microsoft version of COFF.How do I know if a lib it's in old COFF format or new COFF format? Thanks.
Aug 01 2003