|
FORUM MESSAGE
|
|
You are reading a General forum message.
Re: invalid OMF
Author: Greatwolf
Date Posted: 2005-01-16 01:14:20
Borland's compiler and tools uses the OMF format for it's compiled obj files and lib files. You get that msg if the lib file you're linking against isn't in that format. It's most likely that the lib file that came with whatever you're trying to use was in COFF format that's used by ms compilers.
possible solutions are to either build the source yourself or try to do a conversion between the tool by using coff2omf.exe found in borland's tools.
REPLY TO THIS MESSAGE?
Top
You can post a reply to this General message using the form below:
|
|