TeeWorldSeries
TeeWorldSeries
I am using TeeChart 8 with Delphi 2010 Architect. I want to add maps to my application. Is there a tutorial on how to use the TeeWorldSeries?
Re: TeeWorldSeries
Hi McClark,
Yes, with the installation it comes an example of that. By default it is at "C:\Program Files\Steema Software\TeeChart 8.06 for Delphi 2010\Examples\TeeMaps".
If you get an error opening it saying that you cannot open it because you don't have DelphiForNet personality, please do the following:
- Close Delphi 2010.
- Remove the file TeeMaps.bdsproj.
- Delete the following lines from the TeeMaps.dpk
Yes, with the installation it comes an example of that. By default it is at "C:\Program Files\Steema Software\TeeChart 8.06 for Delphi 2010\Examples\TeeMaps".
If you get an error opening it saying that you cannot open it because you don't have DelphiForNet personality, please do the following:
- Close Delphi 2010.
- Remove the file TeeMaps.bdsproj.
- Delete the following lines from the TeeMaps.dpk
- Open and compile the project TeeMaps.dpk with Delphi 2010{%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.Drawing.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\program files\common files\borland shared\bds\shared assemblies\2.0\Borland.Vcl.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\program files\common files\borland shared\bds\shared assemblies\2.0\Borland.VclRtl.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\program files\common files\borland shared\bds\shared assemblies\2.0\Borland.VclX.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\program files\common files\borland shared\bds\shared assemblies\2.0\Borland.Delphi.dll'}
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |