Hello,
I usually do not "mix" dev. environments, but this is the special case! I have a lot of .libs created in MicrosoftVC++. Now, I need them in BC++, but the format of .lib files is different on MS and Borland. There is a little Borland's CLI tool (supplied with BCB) for transforming object file format from MS to BCB, but it doesn't seem to work everytime! Does anyone know about a better way (without recompiling all to DLLs and external linking then)?
Thanks.
I usually do not "mix" dev. environments, but this is the special case! I have a lot of .libs created in MicrosoftVC++. Now, I need them in BC++, but the format of .lib files is different on MS and Borland. There is a little Borland's CLI tool (supplied with BCB) for transforming object file format from MS to BCB, but it doesn't seem to work everytime! Does anyone know about a better way (without recompiling all to DLLs and external linking then)?
Thanks.