Page 1 of 1

Linking dependent projects

Posted: Mon Jul 05, 2021 8:58 pm
by kmanuele
C++Builder 10.4.2, TwineCompile 5.2.3.319

64-bit Windows project.

I have a main project with 3 dependent static libs. If I make a change in a lib, select Make in the main project, TwineCompile will recognize the change and make the lib, but it won't link the lib into the main project.

I have to force a Make on the main project in order for TwineCompile to complete the build.

??

Kevin

Re: Linking dependent projects

Posted: Tue Jul 06, 2021 4:14 pm
by jomitech
Does this happen to any project, or just this project in particular? Something must be causing the dependency check logic to ignore the updated library file so the main project does not get relinked.

When you say "force the make on the main project", do you mean just run make again, or make some change to the code to get the project to recompile a unit and relink?