Hi All
When I compile my old Borland v5/TeeChart v5 project with Borland v6/TeeChart v7 I get the following compiler error:
[C++ Error] TeeTools.hpp(45): E2316 'TTeeCustomToolSeries' is not a member of 'Teengine'
Any ideas on what is wrong?
Regards Jørgen
'TTeeCustomToolSeries' is not a member of 'Teengine'
Hi.
First thing to do is check the project group file and replace all references to old TeeChart v5 for BCB5 packages with new names. For example, your old project group file might use Tee5C5.lib, TeeUI5C5.lib, Tee5C5.bpi and TeeUI5C5.bpi libraries/packages. You have to remove these files and replace them with TeeChart v7 for BCB6 files. In your case
The easiest way to edit and change project group file is opening and editing it in any ascii editor (notepad should do the trick).
Next thing to do is check if your project library and include paths point to TeeChart v7 CBuilder6\Lib and CBuilder6\Include folders. If this is not the case, manually add these folders to your project library and include path lists.
First thing to do is check the project group file and replace all references to old TeeChart v5 for BCB5 packages with new names. For example, your old project group file might use Tee5C5.lib, TeeUI5C5.lib, Tee5C5.bpi and TeeUI5C5.bpi libraries/packages. You have to remove these files and replace them with TeeChart v7 for BCB6 files. In your case
Code: Select all
Tee5C5.lib -> replace -> Tee7C6.lib
Tee5C5.bp -> replace -> Tee7C6.bpi
....
Next thing to do is check if your project library and include paths point to TeeChart v7 CBuilder6\Lib and CBuilder6\Include folders. If this is not the case, manually add these folders to your project library and include path lists.
Marjan Slatinek,
http://www.steema.com
http://www.steema.com
Hi Jørgen,
It looks to me BCB or your project might still be referencing old TeeChart files.
Check the include and library paths. Especially check if Teechart v7 paths are first on the list. If they are not move them to first place. Next thing to do is make a list of all files in TeeChart v7 \Cbuilder6\ directories. Then search other BCB include and library path directories for duplicate files. If you find any, remove/backup them.
It looks to me BCB or your project might still be referencing old TeeChart files.
Check the include and library paths. Especially check if Teechart v7 paths are first on the list. If they are not move them to first place. Next thing to do is make a list of all files in TeeChart v7 \Cbuilder6\ directories. Then search other BCB include and library path directories for duplicate files. If you find any, remove/backup them.
Pep Jorge
http://support.steema.com
http://support.steema.com