Reinstallation Issue
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Reinstallation Issue
Hi RogerK,
If you only have VCL.NET personality installed, have you gone to Component -> Installed .NET Components -> .NET VCL Components -> Add and browse TeeChart VCL.NET assemblies?
Thanks in advance.
If you only have VCL.NET personality installed, have you gone to Component -> Installed .NET Components -> .NET VCL Components -> Add and browse TeeChart VCL.NET assemblies?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Reinstallation Issue
OK, under Installed .NET Components, I see 'TeeChart Standard' checked... the description shows
....\TeeChart Standard 8 for Delphi 2006\Delphi10\Assemblies\Steema.TeeChart.Standard.Vcl.Design.dll
??
....\TeeChart Standard 8 for Delphi 2006\Delphi10\Assemblies\Steema.TeeChart.Standard.Vcl.Design.dll
??
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Reinstallation Issue
Hi RogerK,
Yes, that's right. You should also have its path at the assemblies search path as I mentioned in a previous reply. Does this work fine at your end?
Thanks in advance.
Yes, that's right. You should also have its path at the assemblies search path as I mentioned in a previous reply. Does this work fine at your end?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Reinstallation Issue
The assemblies search path is ok...same result.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Reinstallation Issue
Hi Roger,
If I understand it well, the problem is when trying to build an application you copied from another box, which had Delphi's VCL.Win32 and VCL.NET personalities to a box with only Delphi for VCL.NET installed. Is that correct? If so, in the VCL.NET only box, can you create and run a simple TeeChart application?
Thanks in advance.
If I understand it well, the problem is when trying to build an application you copied from another box, which had Delphi's VCL.Win32 and VCL.NET personalities to a box with only Delphi for VCL.NET installed. Is that correct? If so, in the VCL.NET only box, can you create and run a simple TeeChart application?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Reinstallation Issue
The opposite. The original box has VCL.NET and obviously does have/run a simple TeeChart appl.
The new box has VCL.NET and VCL.Win32 and does not run the app copied from the orig box.
Thanks,R
The new box has VCL.NET and VCL.Win32 and does not run the app copied from the orig box.
Thanks,R
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Reinstallation Issue
Hi Roger,
Ok! In that case, in the new box, can you build simple VCL.Win32 and VCL.NET TeeChart applications in the new box?
Thanks in advance.
Ok! In that case, in the new box, can you build simple VCL.Win32 and VCL.NET TeeChart applications in the new box?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Reinstallation Issue
Not sure about Win32,but no to VCL.Net. That is what I am trying to do, run an existing VCL.NET TeeChart app on the new box.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Reinstallation Issue
Hi Roger,
Thanks in advance.
Yes, but what about a simple new VCL.NET application using TeeChart? Does it run fine or do you get same error message? I'm trying to figure out which might be the problem at your end.That is what I am trying to do, run an existing VCL.NET TeeChart app on the new box.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Reinstallation Issue
OK, on new box I took an existing app and added to the uses section: TeeProcs, Series and Charts. Built the app and all was well.
I added in a TChart component on the existing form...and built the app...errors. Then, I removed the TChart component and now the TeeProcs,Series and Charts
interfaces are not recognized. Does this help??
I added in a TChart component on the existing form...and built the app...errors. Then, I removed the TChart component and now the TeeProcs,Series and Charts
interfaces are not recognized. Does this help??
Re: Reinstallation Issue
So, in the Tool Pallette I see all of the TeeChart objects or widgets. However, the 'uses' stmt does not recognize the interfaces.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Reinstallation Issue
Hi Roger,
Have you checked search paths are correct in this application and latest TeeChart version paths are on top of the search path list? If the problem persists please attach a simple example project we can run "as-is" to reproduce the problem here.
Thanks in advance.
Have you checked search paths are correct in this application and latest TeeChart version paths are on top of the search path list? If the problem persists please attach a simple example project we can run "as-is" to reproduce the problem here.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Reinstallation Issue
First, I have checked the paths as stated about 15 emails ago.
Second, can you be more specific in what paths could be missing and exactly where I need to look.
Third, when I create an entirely new project and incorporate the TeeChart objects all is well. I even removed all units that contained Teechart
data in them...compiles fine. I add the 'TeeProcs, series, graph into the uses section of another unit, compile errors. This is pretty straightforward!!
Please help me get this resolved. I feel like this can be resolved quicker.
Thanks in advance,
Rogter
Second, can you be more specific in what paths could be missing and exactly where I need to look.
Third, when I create an entirely new project and incorporate the TeeChart objects all is well. I even removed all units that contained Teechart
data in them...compiles fine. I add the 'TeeProcs, series, graph into the uses section of another unit, compile errors. This is pretty straightforward!!
Please help me get this resolved. I feel like this can be resolved quicker.
Thanks in advance,
Rogter
Re: Reinstallation Issue
Let me go one step further, if I take a unit with no TeeChart references, I can still see the TeeChart objects in the tool palette.
If I drag a TChart onto the form from the Tool Palette, Delphi2006 automatically adds TeeProcs, TeEngine, and Chart to the end of the 'uses section',
which is immediatley flagged as an error('Cannot resolveunit nameTeEngine').
If I drag a TChart onto the form from the Tool Palette, Delphi2006 automatically adds TeeProcs, TeEngine, and Chart to the end of the 'uses section',
which is immediatley flagged as an error('Cannot resolveunit nameTeEngine').
Re: Reinstallation Issue
Another question: If I were to remove delphi and Teechart, what would be the acceptable, workable way to load delphi, Teechart and copy across mu existing
project file and have it run successfully?
project file and have it run successfully?