Unable to open file 'VCLE40.LIB' (C++ Builder)

1.5k views Asked by At

I've recently been tasked to develop on an old project, however upon an attempt to compile I'm receiving a fatal linker error:

[Linker Fatal Error] Fatal: Unable to open file 'VCLE40.LIB'

From some research, I understand the file was used in C++Builder 4 - however, I am using C++ Builder 6 (as that is what was on the machine that the old developer used, and given to me for work) and VCLE40.lib is not supported anymore.

I have tried to find any links to the library in the .BPK file and throughout the project to no avail.

Any suggestions?

1

There are 1 answers

0
Adam On BEST ANSWER

Solved: old object files included were built using old version of C++ Builder: rebuilding the offending files solved the issue and removed the dependency.