installation: can not load package...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Ed
Newbie
Newbie
Posts: 33
Joined: Tue Mar 09, 2004 5:00 am
Location: Oregon, USA
Contact:

installation: can not load package...

Post by Ed » Thu Apr 14, 2005 7:03 pm

After installing in a brand new D7 verison, I am getting the following error when staring Delphi:

Cannot load package 'Tee77.' It contains unit 'TeeAbout' which is also contained in package 'tee70'.

anyone advise me what to do?

Thanks
Ed Dressel

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

Post by Pep » Thu Apr 14, 2005 8:41 pm

Hi Ed,

the "Cannot load package 'Tee77'" ... indicates Delphi 7 is still
referencing old TeeChart (i.e. Tee70) packages or another non-TeeChart
package that uses TeeChart packages. There are several possibilities

1) The installation was not 100% successful. The solution is to manually
install TeeChart v7 PRO for Delphi 7. There are detailed installing
instructions, available in TeeChart \Delphi7\ directory.

2) The installation was successful but there is another package that is
still referencing old (Tee70) 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
D7. The problem is all Quick Report versions are compiled with TeeChart v4
STANDARD (Tee70) files. The solution is to recompile TQRChart component
files. Necessary files + instructions how to do it are located in TeeChart
\Delphi7\QuickReport\ directory.

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

c) Decision Cube. This case applies only if you're using Delphi 7 Enterprise
Edition. The cause of problem is the same as in previous two cases. But I
think the latest installer already automatically recompiles Decision Cube
source code. If this fails (sometimes it happens) then the solution is to
recompile and reinstall Decision Cube packages manually. Instructions how to
do this are included with TeeChart v7 installation (Delphi7\DecisionCube\
directory).

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, TC specific installer,
recompile sources, ...).

Ed
Newbie
Newbie
Posts: 33
Joined: Tue Mar 09, 2004 5:00 am
Location: Oregon, USA
Contact:

Post by Ed » Thu Apr 14, 2005 10:25 pm

Thanks--I deleted Tee70 and found that it was another component I had installed (Developer's Express). Fixed. Again, thanks

Ed Dressel

Post Reply