user189519
user189519

Reputation:

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 file 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.

Upvotes: 0

Views: 2000

Answers (1)

David Dean
David Dean

Reputation: 2632

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

Upvotes: 2

Related Questions