Install problems, TeeChart 7.06 to Delphi 10 (Delphi 2006

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Ar-tic
Newbie
Newbie
Posts: 6
Joined: Fri Jun 11, 2004 4:00 am

Install problems, TeeChart 7.06 to Delphi 10 (Delphi 2006

Post by Ar-tic » Thu Feb 02, 2006 6:45 pm

With the recompile program I get the following error

EXCEPTION:
Cannot open file "C:\Program Files\Borland\BDS\4.0\Bin\bcc32.cfg". The system cannot find the file specified


I have tried both the source code (recompile install TeeChart7.06SourceCode.exe) and
installing w/o source code from TeeChart7.06Delphi2006.exe

the TChart Design package is listed in the project options box and checked off but does not apear in the tool palate

the TTree design package is listed but not checked.


Any Ideas or further information needed for diagnosis?

I'd like to get this working.

All other default TChart components have also disapeared from the IDE.

Thanks
D.

Ar-tic
Newbie
Newbie
Posts: 6
Joined: Fri Jun 11, 2004 4:00 am

Install problem for Delphi 2006 solved

Post by Ar-tic » Mon Feb 06, 2006 9:34 pm

I compiled the source code with the recompiler, without the install to IDE checkbox checked. Then I manually added the component.

Ar-tic

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Feb 08, 2006 8:20 am

Hi,

so, does this mean that all is working fine now ? or you still having problems ?

Ar-tic
Newbie
Newbie
Posts: 6
Joined: Fri Jun 11, 2004 4:00 am

Install problem for Delphi 2006 solved

Post by Ar-tic » Thu Feb 09, 2006 3:31 pm

I have tchart pro installed in delphi 10 (2006). I compiled with the recompiler then added the package.
Now I am working on getting a Delphi 7, TChart 704 (full source) project to work in delphi 2006. When I compile the project it compiles with no errors but when I run the program it has errors with what looks like tchart references and variables and the program crashes. Im looking at the differences in the way I am installing TChart in Delphi 2006.

Thanks
Ar-tic

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

Post by Narcís » Thu Feb 09, 2006 4:16 pm

Hi Ar-tic,

You should try installing v7.06 which is the version when Delphi 2006 support was added.
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

Ar-tic
Newbie
Newbie
Posts: 6
Joined: Fri Jun 11, 2004 4:00 am

Post by Ar-tic » Thu Feb 09, 2006 8:08 pm

T Pro 7.06 is installed into delphi 2006, but thier is a problem with maintaining a Delphi 7 progect that I am moving to Delphi 2006.

The Delphi 7 project , that uses Tchart pro 7 source code. I am trying to get this project to work with Delphi 2006 and TChart 7.06.

I keep getting errors that Delphi 2006 can't resolve the TChart Unit names or compile the TCHart Units depending on what library path I use.

Did delphi 7 reference the source code differently than Delphi 2006 does ?

Ar-tic

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Sun Feb 12, 2006 2:20 pm

Hi,

some part of code has been changed to add support for Delphi2006 but I think this should not affect to your project.
Which is the error you're getting trying to compile or run your app. using Delphi2006 ?

Ar-tic
Newbie
Newbie
Posts: 6
Joined: Fri Jun 11, 2004 4:00 am

Post by Ar-tic » Wed Feb 15, 2006 8:03 pm

Install into delphi 2006 is working.

Install into delphi 7 is having problems;
when I load an D7 project I get the following fatal error.

[Fatal Error] RMReadEditFrameUnit003.pas(8): Unit Series was compiled with a different version of Graphics.TBrush.SetStyle.

I think this may have to do with enviroment or Library paths, but I haven't found the solution yet.

Ar-tic
Newbie
Newbie
Posts: 6
Joined: Fri Jun 11, 2004 4:00 am

Post by Ar-tic » Wed Feb 15, 2006 9:21 pm

I have tried the following.

Reinstall tee7 for delphi 7
install tee 706 to D7

Removed any tee components first
removed any path references first

manual install from install.txt for both versions

auto install C:\Program Files\Steema Software\TeeChart 7 for Delphi 7\Delphi7\TeeInstall.exe

auto install for tee 706 from recompiler

all methods seem to sucessfully install tchart into the IDE. but I always get the same error.

[Fatal Error] RMReadEditFrameUnit003.pas(8): Unit Series was compiled with a different version of Graphics.TBrush.SetStyle

Ar-tic

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

Post by Narcís » Thu Feb 16, 2006 9:26 am

Hi Ar-tic,

This problem is a sign of a TeeChart version conflict in your IDE. You should go to Project\Options\Packages and check that no old TeeChart packages are installed there. Then go to Projet\Options\Directories/Conditionals\Search Path and make sure that new TeeChart version "Bin" and "Lib" folders are on top of that list. Finally enable the left-bottom "Deafult" checkbox.
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