After installation Delphi 2010 can not find component's dcu files which are used in the project?

1.1k views Asked by At

I finished a project years ago. Now i want to improve it. Thus i install the components which were used before in the project. But when i run the project it gives an error. compiler can not find dcu files of some component objects. How can i fix it ?

1

There are 1 answers

0
ain On

Just compiling and installing the package into IDE doesn't update the library path which is used by the compiler to find the dcu-s. You can update the Delphi 2010 library path via Tools -> Options -> Library win32 -> Library path.