I have resubmitted this problem as it only received one response, which
did not solve the problem. This is an intermittent problem, but occurs
frequently. Please help if you can, or request more details if they
would be helpful.
I continuously have trouble with the Linker
(I have version 3.0). To start with, I have a project that is compiling
and linking fine. I can edit the various units and forms, recompile,
link, execute, etc. with no troubles at all.
However, when I add a new unit to the project (File->New Unit), make
some edits to the new unit, then save (File->Save All or File->Save
As...) the file (with a new name), the linker {*word*99}s out the very next
time I perform a Make ! The error messages are:
[LinkerWarning] Unable to perform incremental link - performing full
link....
[LinkerError] Unable to open file 'COW32.OBJ'
[LinkerError] Unable to open file 'VCLX35.BPI'
[LinkerError] Unable to open file 'VCL35.BPI'
[LinkerError] Unable to open file 'VCLDBX35.BPI'
... <same message, for about 20 other packages>
To recover from this I've been performing the following steps:
(0) delete all the project files from the folder except the C++ source
code/headers (.cpp, .h) and any associated forms (.dfm)
(1) create a new project (application) and save it in the existing
project folder (with the .cpp, .h, and .dfm files)
(2) add all the existing components to the project
(3) perform a Make
This process seems to work fine, and the result is the new project has
the new units added. I suspect that the process above must be avoiding
performing a full link (?) and that the trouble only arises when I add a
new component and a full link is performed (?). But why is the full link
confused about where to get all the BCB packages???
This problem is very consistent and repeatable, and happens every time I
add a new component to an existing project.
Please advise-
Thanks for your wisdom ;-)
--
==================================================
| Tim S. Haynes, Ph.D.
| email: thay...@sprintmail.com
| web: http://home.sprintmail.com/~thaynes/
=================================================