Page 1 of 1

Installation of Tee Chart v 8

Posted: Wed Jan 02, 2008 4:25 am
by 10547877
I have Delphi 5 and BDS 2006.

I have the following problems when installing TeeChart v8 into the Delphi environments using the instructions in Install.txt.


Delphi 5
---------
Installing the package DCLTeePro85.bpl results in the error "DCLTeePro85.bpl is not a design-time package". However, it appears that all the components have been installed.

BDS 2006
-----------
Installing the package DCLTeePro810.bpl results in the error "DCLTeePro810.bpl is not a design-time package". According to the instructions this the only package that needs to be installed. Consequently, Teechart has not been installed into BDS 2006.

TeeTree
---------
I have installed TeeTree into Delphi 5. How do I install TeeTree into BDS 2006?

Thank you . . .

Richard Harding
Windella Computer Knowhow
28 Freeman Drive
Lochinvar NSW 2321
Phone: 61 2 4930 7336
Mobile: 0419 016 032
email: rharding@wck.com.au

Posted: Wed Jan 02, 2008 11:06 am
by narcis
Hi Richard,

The easiest way to install TeeChart into your development environments is either using TeeRecompile.exe (if you are a source code client) or TeeInstall.exe (if you installed TeeChart from the binary installers).

Those tools are shipped with TeeChart installers and automatically install the components to your IDEs. TeeTree is also optionally installed.

If this doesn't help don't hesitate to let us know.

Installation of Tee Chart v8

Posted: Thu Jan 03, 2008 2:18 am
by 10547877
Thank you for your reply.

I ran the TeeRecompile.exe which resulted in the following error.

--------------------------------------------------------------------------------
DclTeeProStd810
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
8244 lines, 0.58 seconds, 58312 bytes code, 324 bytes data.
--------------------------------------------------------------------------------
TeeChart Installation
VERSION: 8
D2006.Win32 v10 (update 2, HotFix: 10) (BDS v4 Professional)
EXCEPTION:
File not found
--------------------------------------------
EXCEPTION:
Operation aborted
--------------------------------------------

I have compiled and installed the packages manually and everything is working OK.

Richard Harding