TeeWorldSeries

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
McMClark
Newbie
Newbie
Posts: 50
Joined: Thu Apr 15, 2004 4:00 am

TeeWorldSeries

Post by McMClark » Tue Oct 27, 2009 3:07 pm

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?

Yeray
Site Admin
Site Admin
Posts: 9586
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeWorldSeries

Post by Yeray » Tue Oct 27, 2009 3:57 pm

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply