no display

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
soliton
Newbie
Newbie
Posts: 3
Joined: Mon Dec 01, 2003 5:00 am

no display

Post by soliton » Fri Oct 28, 2005 11:30 am

I installed Teechart on an other computer like a previous one.

THe prolbme is that i can plot anything.
the series is well defined and all parameters are true.

One idea ?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Oct 28, 2005 11:46 am

Hi soliton,

It can be that your IDE is not properly referencing your TeeChart packages. Which IDE are you using?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

soliton
Newbie
Newbie
Posts: 3
Joined: Mon Dec 01, 2003 5:00 am

no display

Post by soliton » Fri Oct 28, 2005 11:50 am

May you indicate me what is the IDE and where can i find it ?

soliton
Newbie
Newbie
Posts: 3
Joined: Mon Dec 01, 2003 5:00 am

no display

Post by soliton » Fri Oct 28, 2005 11:59 am

I see,

My IDE is C++Builder6

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Oct 28, 2005 12:17 pm

Hi soliton,

The exact steps you should follow are:

1) Install all BCB6 updates available if not done before.
2) Download v7.05 VCL sources.
3) If you have source code installer use Recompile tool (available at TeeChart's program group) and install to BCB6 using it. Otherwise install using the binary installer.
4) Open BCB6
5) Project\Options\Packages uncheck the "Build with runtime packages" checkbox.
6) Make sure that no old TeeChart package is referenced the Design Packages list and the latest v7.05 are listed and checked there.
7) Make sure that latest compiled "Include" folder is referenced at Project\Options\Packages\Directories/Conditionals\Include Path. Default english installation path is: "C:\Program Files\Steema Software\TeeChart 705 for Builder 6\Builder6\Include". Also check that this path is at the top of the list.
8) Make sure that latest compiled "Lib" folder is referenced at Project\Options\Packages\Directories/Conditionals\Library Path. Default english installation path is: "C:\Program Files\Steema Software\TeeChart 705 for Builder 6\Builder6\Lib". Also check that this path is at the top of the list.
9) Check the left-bottom "Default" checkbox and press "OK" button.
10) Go to Tools\Environment Options\Library\Library Path and check that latest compiled "Lib" folder is referenced here. Default english installation path is: "C:\Program Files\Steema Software\TeeChart 705 for Builder 6\Builder6\Lib". Also check that this path is at the top of the list.
11) Check that at Tools\Environment Options\Environment Variables\User overrides there are 2 variables: TEEINCPATH and TEELIBPATH. Also make sure that those variables poing to the before mentioned "Include" and "Lib" paths.
12) Press "OK" button.

Note: Steps from 7-11, if old TeeChart paths are referenced on any of those lists please remove them.

13) Exit BCB6.

After having followed those steps carefully you shouldn't have any problem running TeeChart.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply