Board index » cppbuilder » Missing file - VCLE35.lib

Missing file - VCLE35.lib

I just did an upgrade from CBuilder 3 Pro to CBuilder 5 Pro

I  use Delphi 5 Pro. most of the time.  The JIT De{*word*81} prompt wanted
to change
the link to use cbuilder, I selected not to update it.

I am building a DLL from code from a previous CBuilder 3 DLL project.  I
selected
to make the project and the error reported is that the file is missing.
The only copy of the file that I can find is in the CBuilder 3
directory.

Is the VCLE35.LIB file intended to be gone?
Are there changes that need to made my DLL project to correct the
problem?

 

Re:Missing file - VCLE35.lib


I would think that if you do a complete build after a project save that it
should remove the reference to that from the project and work OK.

If not, click Project, View Source and find all refs to that file in the xml
and remove them.

Save and recompile.

Martin

Quote
"Ross Drown" <rdr...@cirris.com> wrote in message

news:3A7B1F76.D68584F7@cirris.com...
Quote
> I just did an upgrade from CBuilder 3 Pro to CBuilder 5 Pro

> I  use Delphi 5 Pro. most of the time.  The JIT De{*word*81} prompt wanted
> to change
> the link to use cbuilder, I selected not to update it.

> I am building a DLL from code from a previous CBuilder 3 DLL project.  I
> selected
> to make the project and the error reported is that the file is missing.
> The only copy of the file that I can find is in the CBuilder 3
> directory.

> Is the VCLE35.LIB file intended to be gone?
> Are there changes that need to made my DLL project to correct the
> problem?

Other Threads