Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linker Error

Status
Not open for further replies.

macker1

Programmer
Feb 26, 2004
3
A1
Hi,

I am using Borland C++ Builder 6. I am getting the following link error

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

This file does not exist in BCB 6, it does come with version 3. Does anyone have the solution to this problem?

Many thanks.
 
The project obvious refer to that .LIB, search through all of the sourcetext an replace with the BCB6 .LIB name, that should do it i hope.

Totte
 
The project I am working on was originally done in BCB3. I can find any refernce to the .LIB in the source code.

Any other suggestions?
 
When you pull the original source code into BCB 6 it should ask if you want to update the files for use with BCB 6. Click OK or yes (I don't remember which it is). Most of the time this fixes the problem.

The reference to VCLE35.LIB is in the make file. Go to Projects->Edit Option Source. This will display the *.bpr file in the editor. You will need to replace this reference with BCB 6's lib file. Unfortunately, I don't remember what that is. Maybe some else here will.

Sometimes you have to manually edit the *.bpr file with your favorite editor.


James P. Cottingham

There's no place like 127.0.0.1.
There's no place like 127.0.0.1.
 
Thanks. I have already checked the make file, but there is no reference to VCLE35.LIB in it.

Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top