install

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ttripp
Newbie
Newbie
Posts: 3
Joined: Fri Nov 15, 2002 12:00 am

install

Post by ttripp » Fri Feb 11, 2005 6:34 am

Hello,

My HD crashed and I'm doin a reinstall. BCB5, TeeChart 6. I am compiling a project created prior to the crash and am getting a multitude of errors, the first being

TeeTools.hpp(46): E2316 'TTeeCustomToolSeries' is not a member of 'Teengine' and a bunch of other pointing back to Teengine.

I remembered when installing before that I had a mess of trouble with residual something or other referring back to the lite version of TChart that came with BCB. So I removed the package prior to installing TC6. Don't know if that has anything to do with it, but though I would give you all the facts. If that is the problem, does anyoone off hand know what the bpl is? If its not the problem, What is?

Thanks
TT

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri Feb 11, 2005 6:45 am

Hi.
Don't know if that has anything to do with it
Yes, but these are (at the best) only three files you removed. You also have to remove other old TeeChart files (*.dcu, *.obj, *.bpi, *.lib, *.hpp). Also don't forget to check your project group file! I bet it still references old Teechart bpi/liv files. If this is the case, replace them with TeeChart v6 files. This can be best done by manually editing project group file in any ascii editor.
If that is the problem, does anyoone off hand know what the bpl is?
TeeChart v4 Standard package names are : Tee50.bpl, TeeUi50.bpl, TeeQR50.bpl (and the bpi,lib files as well).
Marjan Slatinek,
http://www.steema.com

Post Reply