开发者

Borland C++ builder 6 linker error

I am recompling a project using Borland C++ Builder 6. The recompile process failed due to linker error. The message was:

"[Linker Fatal error] Fatal unable to open f开发者_运维问答ile ABCC.lib"

I removed all references of ABCC.lib in the project option and environment options, but the same error still occurred. I even tried manually removed ABCC.lib from the .bpr file, but the error just did not go away.

Also, what is the ABCC.lib?

Any help is appreciated.

Thanks in advance.

David.


Have you tried looking for #pragma link or #pragma comment lines in your headers/source code that may be asking for this library?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜