Page 1 of 1

File not found error (DclTeePro911.bpl)

Posted: Mon May 17, 2010 6:07 pm
by 16456147
Starting today I'm getting the following error when I open my project in the Delphi 2007 IDE.

"This application has failed to start because DclTeePro911.bpl was not found. Re-installing the application may fix this problem."

I then click OK and get this message:

Can't load package
C:\Vcl2006\TeeChart2010\Delphi11\Bin\DclTeeMaker111.bpl
The specified module could not be found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.

As of Friday last week everything was fine and I come into work this morning and this error pops up. No changes were made to the computer config or Delphi. No components were removed or installed. The computer hasn't even been rebooted or touched since last Friday. I did try rebooting to see if that would make the error go away but it still remains. The folder in question DOES contain the files referenced in the errors so I'm a little baffled as to why it can not find them since they clearly exist.

Any ideas!?!

Scott

Re: File not found error (DclTeePro911.bpl)

Posted: Tue May 18, 2010 7:32 am
by narcis
Hi Scott,

I'd make sure that both files path is on *top* of the search path list at Project -> Options -> Directories/Conditionals -> Search Path, that packages are enabled at Project -> Options -> Packages and finally that left-bottom "Default" checkbox is checked.

Hope this helps!

Re: File not found error (DclTeePro911.bpl)

Posted: Tue Jun 15, 2010 7:00 am
by 10545622
Hi,

I have the same problem. I checked my search path and Options->Package.
When i load my project, there is the message "file not found error (DclTreePro911.bpl)". I have to Unload/Load my project a second time.
It seems that the problem occurs only when the project has been developped with a previous version of TChart. With a new project, there is no problem.

Regards

Re: File not found error (DclTeePro911.bpl)

Posted: Tue Jun 15, 2010 11:24 am
by yeray
Hi stsl,

Probably the project still has references to old TeeChart packages. I'd recommend you to manually edit the project files, with notepad or similar, and correct these wrong references.

Re: File not found error (DclTeePro911.bpl)

Posted: Tue Jun 15, 2010 1:31 pm
by 10545622
I removed all the old references in my project files but it didn't work.

Re: File not found error (DclTeePro911.bpl)

Posted: Tue Jun 15, 2010 1:40 pm
by narcis
Hi stsl,

Do old projects have v9 packages at Project -> Options -> Packages enabled and correct v9 paths at Project -> Options -> Directories/Conditionals -> Search Path? You could also check the left-bottom "Default" checkbox after checking that.

Re: File not found error (DclTeePro911.bpl)

Posted: Tue Jun 15, 2010 1:40 pm
by 10545622
I copied all the dcltee-----.bpl in the \public documents\Rad Studio\5.0\Bpl and now it works.
I dont know why, because it works with a new projects without these files in the public documents and my search paths are correctly defined.

Re: File not found error (DclTeePro911.bpl)

Posted: Thu Jun 17, 2010 11:06 am
by yeray
Hi stsl,

Well, it confirms that the problem has to be something related with the references, search paths, library paths,...
Although it is not very elegant solution, we are happy to see you can work with it.