File not found error (DclTeePro911.bpl)

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ScottSlater
Newbie
Newbie
Posts: 11
Joined: Wed May 12, 2010 12:00 am

File not found error (DclTeePro911.bpl)

Post by ScottSlater » Mon May 17, 2010 6:07 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: File not found error (DclTeePro911.bpl)

Post by Narcís » Tue May 18, 2010 7:32 am

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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

stsl
Newbie
Newbie
Posts: 45
Joined: Thu Jun 21, 2007 12:00 am

Re: File not found error (DclTeePro911.bpl)

Post by stsl » Tue Jun 15, 2010 7:00 am

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: File not found error (DclTeePro911.bpl)

Post by Yeray » Tue Jun 15, 2010 11:24 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

stsl
Newbie
Newbie
Posts: 45
Joined: Thu Jun 21, 2007 12:00 am

Re: File not found error (DclTeePro911.bpl)

Post by stsl » Tue Jun 15, 2010 1:31 pm

I removed all the old references in my project files but it didn't work.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: File not found error (DclTeePro911.bpl)

Post by Narcís » Tue Jun 15, 2010 1:40 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

stsl
Newbie
Newbie
Posts: 45
Joined: Thu Jun 21, 2007 12:00 am

Re: File not found error (DclTeePro911.bpl)

Post by stsl » Tue Jun 15, 2010 1:40 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: File not found error (DclTeePro911.bpl)

Post by Yeray » Thu Jun 17, 2010 11:06 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply