Page 1 of 1

Delphi 2006 & TChart Pro 8.04 TDBChart comp. missing

Posted: Sat Nov 08, 2008 5:24 pm
by 10047009
I have installed this latest ver but have found the TDBChart Component to be missing.

DclTeeProStd810.bpl is used at runtime by the delphi ide.

Please assist

Regards
lucien

Posted: Mon Nov 10, 2008 8:18 am
by narcis
Hi Lucien,

You could try unloading this package and loading DclTeePro810.bpl at Project->Options->Packages.

Posted: Mon Nov 10, 2008 10:06 am
by 10047009
I have tried to instal the DCLTeePro810.bpl into the Delphi Ide - failed.
I have tried it with DCLTeeProStd810.bpl already installed and also with it removed.

Can you clarify :-

I downloaded the latest TChart ver 8.04 on Fiday. Do I need to down load it again has it been changed sine then ?

In the \Programs\Steema\...\Bin directory I have 4 bpl's
A. DclTee810.bpl
b. DclTeePro810.bpl
c. DclTeeProStd810.bpl
d. DclTree2D10Tee8.bpl

Which ones need to be installed for Tchart professional to work.

I assume DclTree2D10Tee8.bpl is for Teetree

Posted: Mon Nov 10, 2008 4:35 pm
by narcis
Hi Lucien,

What happens when you try enabling all packages in the "Bin" folder, do you get any error message? You could also try uninstalling the TeeChart versions you have installed and run again the installer to make sure all versions files are removed.

Posted: Mon Nov 10, 2008 5:35 pm
by 10549731
I am having a similar problem. When I try to activate teh TeeChart 8 Pro component as you describe above it tells me that it cannot activate it because teeAbout is already open in tee100 in another component. I tried to uncheck the standard teeChart component that comes installed in BDS 2006 and check the TeeChart Pro component which it allows me to do. The problem is that the components do not show up.

Posted: Tue Nov 11, 2008 8:23 am
by narcis
Hi JayAustin,

This error message means your BDS 2006 is still referencing its default TeeChart packages. Please read forums thread on how to solve this issue.

http://www.teechart.net/support/viewtopic.php?t=3658

Thanks in advance.

Posted: Thu Nov 13, 2008 9:49 am
by 10047009
Hi

I managed to get DclTeePro810.bpl installed.

Now I am having a broblem with DCLTee8QR5D10.bpl.
The run time version and the above bpl all compile but the DCLTee8QR5D10.bpl does not want to install.

I get the following error

"The procedure entry point @Teengine@TCustomAxisPanel@AddSeries$qqrp175system@TMetaClass cpuld not be located in the dynamic library Tee810.bpl."

Then the error "can't load package. The specified procedure could not be found."


DCLTeeePro810.dcp is loaded in the required property of the DCLTee8QR5D10.bpl pakage.

I have surched for old versions on Tee810.bpl . dcp but are not on the system at all - only the newer one.


Please assist on this matter?

Please can you explain the followin bpl's - This is how I see them working-
In Delphi IDE
A. DclTee810.bpl - Is used for standerd TChart shiped with Delphi.
b. DclTeePro810.bpl - Is used with Pro package all features.
c. DclTeeProStd810.bpl - Is used with Pro package excludes DB features.
d. DclTree2D10Tee8.bpl - Is the TeeTree comp.

At Runtime must all the following bpl' be present in ..\Windows\system32\
A. Tee810.bpl
b. TeePro810.bpl
c. TeeProStd810.bpl

If I am using DclTeePro810.bpl must Tee810.bpl also be present. -- I want to understand the connection in tring to solve problems as above.


Regards
Lucien

Posted: Thu Nov 13, 2008 11:04 am
by narcis
Hi Lucien,
Now I am having a broblem with DCLTee8QR5D10.bpl.
The run time version and the above bpl all compile but the DCLTee8QR5D10.bpl does not want to install.

I get the following error

"The procedure entry point @Teengine@TCustomAxisPanel@AddSeries$qqrp175system@TMetaClass cpuld not be located in the dynamic library Tee810.bpl."

Then the error "can't load package. The specified procedure could not be found."
This is most likely you need to compile TQRChart packages with your environment as described in the QuickReport article here.
Please can you explain the followin bpl's - This is how I see them working-
In Delphi IDE
A. DclTee810.bpl - Is used for standerd TChart shiped with Delphi.
b. DclTeePro810.bpl - Is used with Pro package all features.
c. DclTeeProStd810.bpl - Is used with Pro package excludes DB features.
d. DclTree2D10Tee8.bpl - Is the TeeTree comp.
Not exactly, DclTee810.bpl includes standard features but is used by DclTeePro810.bpl. The version shipped with Delphi is DclTee8100.bpl.

Also we should add that DclTeeProStd810.bpl is specific for BDS's Personal versions. That's the reason why it doesn't include DB features.
At Runtime must all the following bpl' be present in ..\Windows\system32\
A. Tee810.bpl
b. TeePro810.bpl
c. TeeProStd810.bpl
Not necessarily, just the necessary packages for the version you are using is enough.
If I am using DclTeePro810.bpl must Tee810.bpl also be present. -- I want to understand the connection in tring to solve problems as above.
Yes, Pro version uses this package.