Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
IDE: C++ Builder 6.0
Project type: VCL
[Linker Error] [...]\NAME.LIB contains invalid OMF record, type 0x21 (possibly COFF) |
The library is of the wrong type. Use coff2omf.exe, located in the CBuilder/bin folder, to convert it to the correct type.
The following MS-DOS commands converts a COFF library called MyLib.lib to the OMF library file MyNewLib.lib, after making a backup file called MyBackupLib.lib:
copy MyLib.lib MyBackupLib.lib |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.