Guys:
I'm getting the following error:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: 'C:\XHB\LIB\RTL.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
* Linking errors *
What do I have wrong ?
Guys:
I'm getting the following error:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: 'C:\XHB\LIB\RTL.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
* Linking errors *
What do I have wrong ?
It seems, you have mixed borland object files and ms object files
Stefan:
Thank you. Which linker can I use to compile with MS object files or should I stick with Borland's ?
You can use any linker from ms, but you have to use both (compiler and linker) either from ms or from Borland. PellesC is compatible with ms, afaik. I would continue using borland.
But concerning your first error message, please check if you use (x)harbour for ms in combination with borland ?