Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Delphi 7, TeeChart 4.04 and RB 6.03

edited January 2006 in End User
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

Comments

  • edited January 2006
    My TeeChart 4.04 Wrapper is in Delphi 6 format. Can I get the same files in
    Delphi 7 format some where?

    /Brian
  • edited January 2006
    I found the solution. As described in many replies. Use runtime packages. I
    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
This discussion has been closed.