Delphi 2006 loses component package -


Delphi 2006, whenever the component starts out fresh, the component package loses it is on a daily basis, we have custom There are component packages with VCL components that we wrote manually. When Delphi starts 2006, nothing is mentioned. But as soon as I open some components on it, I

bds.exe - unable to detect component

this application starts Failed to do because DclOpusRep2006.bpl was not found.

When I try to re-install the component package again, there are two things:

  1. List me an Imperia Design package And before removing the package, it will go on regedit to remove the package.
  2. I get a list of design packages right and it shows me in the loaded package and is available.

This package is available on local drive, but Delphi is not in one place. Any thoughts in troubleshooting?

Just to clarify my problem based on the first answer: I am the only developer on this project. The library has been installed from the same location which still remains and the path in the component package list is correct.

None of BPL or its dependencies were found. At the time, they were found during the installation of the package due to the current directory of the BDS process but did not get later because the current directory was different.

Always make sure that your BPL and all their dependencies (statically linked BPLs and DLL) are in a directory that is included in the system path.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -