Page 1 of 1

Problem with TNearestTool from 8.02 to 8.04

Posted: Tue Oct 14, 2008 3:39 pm
by 10046032
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

Posted: Tue Oct 14, 2008 3:43 pm
by 10046032
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

Posted: Wed Oct 15, 2008 8:37 am
by narcis
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.

Posted: Wed Oct 15, 2008 8:54 am
by 10046032
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

Posted: Wed Oct 15, 2008 9:31 am
by narcis
Hi johnnix,

You're very welcome. I'm glad to hear you found the solution.