Problem with TNearestTool from 8.02 to 8.04

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

Problem with TNearestTool from 8.02 to 8.04

Post by johnnix » Tue Oct 14, 2008 3:39 pm

Hello,

I am facing a strange problem with TNearestTool after I upgraded from 8.02 to 8.04 (WinXP and Turbo Pro). Here is how I did the upgrade:

1. Uninstalled 8.02 using the installer
2. Searched and deleted all tee*.* from System32 directory
3. Removed TeeChart component from Delphi palete

I run the new installer and installs ok. I open my Delphi, create a new project and add a TChart component. After compiling Delphi asks for my installation CD (don't know why but have a feeling it looks for the tee100.bpl). I complete this step and the new app runs ok. I close Delphi.

I open Delphi and try to open an existing project of mine. I get a "Class TNearestTool not found"!!!! I click "Ignore All" and of course I cannot compile my project. I close this project and create a new one. I put a TChart and add a NearestTool tool. I compile and run ok. I close this app and reopen my previous project and now it opens and compiles ok!!!!!

Any suggestions on what it could be wrong here?

Regards

johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

Post by johnnix » Tue Oct 14, 2008 3:43 pm

Hello,

I tried the following:

1. Open Delphi
2. Open my project
3. Get a Class TNearestTool not found message. Ignore all
4. Close project
5. Open project again.... works ok!!!!!!

Regards

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

Post by Narcís » Wed Oct 15, 2008 8:37 am

Hi johnnix,

Have you checked that your IDE and project don't make reference to the TeeChart version shipped with the IDE? You should search at Project->Options->Packages and Project->Options->Directories/Conditionals->Search Path for old version references.
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

johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

Post by johnnix » Wed Oct 15, 2008 8:54 am

Hello Narcis,

Thank you very much for your reply. You did gave me an idea on what is going wrong and it turned out to be that I had to change the version of TeeChart in my FastReport components.

Thank you very much for your time

Regards

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

Post by Narcís » Wed Oct 15, 2008 9:31 am

Hi johnnix,

You're very welcome. I'm glad to hear you found the solution.
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

Post Reply