Installing dclRBC1010(BDS2006) Error
Hi,
I have installed TeeChart 7.07 on BDS2006.
I am using ReportBuilder 10.3 on BDS2006.
I cannot get "dclRBC1010" or "rbTDBC1010" to install? I get the error:
"The procedure entry point @Teengine@TCustomAxisPanel@getScaleLastPage$qqrv
could not be located in the dynamic link library Tee710.bpl"
PS:
The runtime packages "rbTC1010" & "rbTCUI1010" compiled fine and I can use:
//-------------------
interface
{$DEFINE TeeChart707}
uses
{$IFDEF TeeChart707}
ppChrt,
ppChrtDP,
ppChrtui,
{$ENDIF}
//--------------------------
at runtime.
But I need access to TeeChart at design time.
What am I doing wrong?
Many Thanks
Shahine Ghanbarzadeh
Compucorp Ltd
I have installed TeeChart 7.07 on BDS2006.
I am using ReportBuilder 10.3 on BDS2006.
I cannot get "dclRBC1010" or "rbTDBC1010" to install? I get the error:
"The procedure entry point @Teengine@TCustomAxisPanel@getScaleLastPage$qqrv
could not be located in the dynamic link library Tee710.bpl"
PS:
The runtime packages "rbTC1010" & "rbTCUI1010" compiled fine and I can use:
//-------------------
interface
{$DEFINE TeeChart707}
uses
{$IFDEF TeeChart707}
ppChrt,
ppChrtDP,
ppChrtui,
{$ENDIF}
//--------------------------
at runtime.
But I need access to TeeChart at design time.
What am I doing wrong?
Many Thanks
Shahine Ghanbarzadeh
Compucorp Ltd
This discussion has been closed.
Comments
I have seen the message from "Larry Killen" about version 7.08 of TeeChart.
I have definatly installed 7.07 the dclTee710.bpl version confirms that its
version 7070.
The downloaded installer from Steema was
"TeeChartStandard7.07Delphi2006.exe"
Thanks
Shahine
This error indicates that you are trying to link in an older package when
loading the TeeChart/ReportBuilder packages.
Be sure you install TeeChart before you install ReportBuilder. The
ReportBuilder installer will automatically recompile the RB/TeeChart
packages and add them to your installed components list. You can also
manually recompile and install the RB/TeeChart packages following the
instructions located in the ReportBuilder Reference | TeeChart | Delphi 7...
section of the RBuilder help and by clicking on the TeeChart 7.07 link.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
That worked fine.
Shahine