mOnSoOn Expert Cheater
Reputation: 0
Joined: 05 Jul 2007 Posts: 203
|
Posted: Sun Aug 31, 2008 9:39 pm Post subject: [Q] Using VC++'s libs in Borland C++ Builder |
|
|
Hi..
As far as I know, Borland uses OMF and VC++ uses COFF.
the error:
| Quote: | | [Linker Error] [...]\MYLIB.LIB contains invalid OMF record, type 0x21 (possibly COFF) |
I read in some places to use coff2omf borland tool well, I did.
After using that tool like this:
| Code: | coff2omf myLib.lib myLib1.lib
copy myLib1.lib myLib.lib |
It made some other errors, which are unresolved externals errors:
| Code: | | [Linker Error] Unresolved external 'blahblah' referenced from. . . |
Someone knows how to do that thing? Is it like microsoft bitching to borland??
ty... |
|