Borland C++Builder recompile project with components in a package

199 Views Asked by At

I have a project in Borland C++Builder 5.

The project contains some components.

I am changing component code, rebuilding the package and installing it, then running the main program (which uses the components).

The problem is that the old component code is executed. Is there some other rebuild function I am missing?

I have tried deleting the package and reinstalling it, but no success. Still the old code is executed.

When I delete the bpi and lib files by hand, everything works. Is there a faster work path?

0

There are 0 best solutions below