Page 1 of 1

TeeWorldSeries

Posted: Tue Oct 27, 2009 3:07 pm
by 9337074
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

Posted: Tue Oct 27, 2009 3:57 pm
by yeray
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
{%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'}
- Open and compile the project TeeMaps.dpk with Delphi 2010