简体   繁体   中英

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

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?

已解决:包含的旧目标文件是使用旧版本的C ++ Builder构建的:重建有问题的文件解决了该问题并消除了依赖性。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM