Link to home
Start Free TrialLog in
Avatar of FMJMEE
FMJMEE

asked on

Linker Errors

I am using C++ Builder 3.
Some times I get the linker errors:

[LinkerError] Unable to open file 'C0W32.OBJ'.
[LinkerError] Unable to open file 'SYSINIT.OBJ'.
[LinkerError] Unable to open file 'VCL35.LIB'.
[LinkerError] Unable to open file 'IMPORT32.LIB'.
[LinkerError] Unable to open file 'CP32MT.LIB'.
[LinkerError] Unable to open file 'VCLE35.LIB'.

What it mean?, I do not know why it happend
Avatar of arikka
arikka

make sure that in your project settings\
directory path you wrote path to \lib directory.
On my computer it is -
C:\Program Files\Borland\CBuilder3\Lib
Avatar of FMJMEE

ASKER

it is the same directory in my computer, and I never change it.
It just happend once in a while that my compiler does the same thing (Refuse to re-compile a working project)
Until now I have to make other project and copy all the components to the new project, because if I make a new project and add the old unit to my new project, I know by experience that I will have the same problem in my new project.

regards
ASKER CERTIFIED SOLUTION
Avatar of wolfpackinc
wolfpackinc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FMJMEE

ASKER

I made the same thing a couple times!, Thanks!