Delphi 7, TeeChart 4.04 and RB 6.03
Hi there,
I trying to make ReportBuilder 6.03 include the TeeChart 4.04 RCL component
in my Delphi 7 project at rumtime. I cannot make it work? In design time
every thing seems fine. I can see the component.
When I include the ppChrt and ppChrtDB unit to my project I get the error:
iEditCha.dcu not found?
Can anyone give me a solution to my problem? Am I doing something wrong?
/Brian
I trying to make ReportBuilder 6.03 include the TeeChart 4.04 RCL component
in my Delphi 7 project at rumtime. I cannot make it work? In design time
every thing seems fine. I can see the component.
When I include the ppChrt and ppChrtDB unit to my project I get the error:
iEditCha.dcu not found?
Can anyone give me a solution to my problem? Am I doing something wrong?
/Brian
This discussion has been closed.
Comments
Delphi 7 format some where?
/Brian
did the following:
In the projects option I checked the 'Build with runtime packages'. Deleted
every thing in the Input line that becomes visible and then I added the
following package names: rbTC66;rbTDBC66.
Remember to include the rbTC66.bpl and rbTDBC66.bpl with your application
distribution.
/Brian