Page 1 of 1

Install problems, TeeChart 7.06 to Delphi 10 (Delphi 2006

Posted: Thu Feb 02, 2006 6:45 pm
by 9337829
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.

Install problem for Delphi 2006 solved

Posted: Mon Feb 06, 2006 9:34 pm
by 9337829
I compiled the source code with the recompiler, without the install to IDE checkbox checked. Then I manually added the component.

Ar-tic

Posted: Wed Feb 08, 2006 8:20 am
by Pep
Hi,

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

Install problem for Delphi 2006 solved

Posted: Thu Feb 09, 2006 3:31 pm
by 9337829
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

Posted: Thu Feb 09, 2006 4:16 pm
by narcis
Hi Ar-tic,

You should try installing v7.06 which is the version when Delphi 2006 support was added.

Posted: Thu Feb 09, 2006 8:08 pm
by 9337829
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

Posted: Sun Feb 12, 2006 2:20 pm
by Pep
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 ?

Posted: Wed Feb 15, 2006 8:03 pm
by 9337829
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.

Posted: Wed Feb 15, 2006 9:21 pm
by 9337829
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

Posted: Thu Feb 16, 2006 9:26 am
by narcis
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.