Page 1 of 1

Tee7VCL setup error in BCB6

Posted: Sun Aug 15, 2004 7:27 am
by 9232537
When I manually add design time packages
to BCB package list ,
the follow error information show:
---------------------------
C++Builder 6

Cannot load package 'Tee7C6.'
It contains unit 'Teeconst,'which is also contained in package 'tee60'
---------------------------

My Email: s_g_a@sina.com

Posted: Sun Aug 15, 2004 7:34 am
by 9232537
Tee7.01Beta has the same error.

Posted: Sun Aug 15, 2004 4:21 pm
by Marjan
Hi.
Cannot load package 'Tee7C6.'
It contains unit 'Teeconst,'which is also contained in package 'tee60'
Most likely the problem is one of installed packages is still using old TeeChart v4 Standard (version shipped with BCB6) packages.

There are several possibilities:

1) The installation was not 100% successful. The solution is to manually install TeeChart v7 PRO for BCB 6. Basically, all you have to do is copy all files from Teechart v7 CBuilder6 folders to appropriate folders in Program Files\CBuilder6. Or alternatively, add TeeChart v7 CBuilder Include and Lib directories to BCB6 include and library path list. Make sure all the Stantard Teechart components has been removed from the Component List (in the IDE).

2) The installation was successful but there is another package that is still referencing old (Tee60) files. Possible packages are :

a) Quick Report. This is possible only if you installed Quick Report PRO (or the newest version of QR Standard) after you installed TeeChart v7 PRO for BCB6. The problem is all Quick Report versions are compiled with TeeChart v4 STANDARD (Tee60) files. The solution is to recompile TQRChart component files. Necessary files + instructions how to do it are located in TeeChart \CBuilder6\QuickReport\ directory.

b) Report Builder. The cause of problem is the same - RB was compiled with Tee60 files. The solution is to download and install Report Builder that supports TeeChart v7.X PRO for BCB6.

c) Decision Cube. This case applies only if you're using BCB 6 Enterprise Edition. The cause of problem is the same as in previous two cases. Again, the solution is to to recompile and reinstall Decision Cube packages manually or simply disable/remove the Decision Cube package. Instructions how to do this are included with TeeChart v7 installation (CBuilder6\DecisionCube\ directory). Alternatively, if you don't use the Decision Cube packages, simply remove them from BCB package list.

d) Another 3rd party tool which uses TeeChart packages. Again, the solution is to recompile 3rd party tool packages with new TeeChart version. Usually each vendor includes instructions how to do this. If not, check with 3rd party tool vendor how to do it (apply patch file, TC7 specific installer, recompile sources, ...).