-2

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 Answers1

5

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.

ain
  • 22,394
  • 3
  • 54
  • 74