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?
Solved: old object files included were built using old version of C++ Builder: rebuilding the offending files solved the issue and removed the dependency.