Teechart with Intraweb 8 and BDS2006

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Bruce
Newbie
Newbie
Posts: 2
Joined: Fri Nov 14, 2003 5:00 am

Teechart with Intraweb 8 and BDS2006

Post by Bruce » Thu Jan 25, 2007 2:39 pm

Hi
I have BDS2006 and Intraweb 8.0.22 and Teechart 7.08 (installed over 7.07) installed but can not get the packages for Teechart/Intraweb to compile and install.

I have taken an existing IW70TeeChartPro7_60.dpk package and renamed it and its source package to IW80TeeChartPro7_2006.dpk. Within this package, I have replaced Tee76.dcp with a later version and replaced Intraweb_70_60.dcp with Intraweb_80_100.dcp in the requires section. The new IW80TeeChartPro7_2006.dpk compiles fine.

I then open DCLIW70TeeChartPro7_60.dpk and rename its source name so it is now DCLIW80TeeChartPro7_2006.dpk, and change the requires to use IW80TeeChartPro7_2006.dcp which I created in the step above.

When I try to compile this, I get an error that file DsgnIntf.dcu cannot be
found. I have searched my harddrive but can not find this file anywhere.

Where do I find this file or what do I do to get things to work with
Teechart and Intraweb and BDS2006?

If I omit the $IF statement and used the DesignIntf file, the package will compile but won't install.

I should also note that the issue is not with Intraweb 8 because I can get the packages compiled and installed for use with Delphi 6, just not with BDS2006.

Thanks
Bruce

Bruce
Newbie
Newbie
Posts: 2
Joined: Fri Nov 14, 2003 5:00 am

Solution found

Post by Bruce » Fri Jan 26, 2007 7:36 pm

I finally found that I was drawing a dcp from an incorrrect folder (which actually had an older version of the file). Since other people also seem to have experienced difficulty, I have included a fairly pedantic explanation of the steps to take. In my case, I started with a Delphi 6 and Intraweb 7 version, so the starting package names reflect this.

Make a copy of the file IW70TeeChartPro7_60.dpk and call it something like IW80TeeChartPro7_2006.dpk.

Similarly, create a file DCLIW80TeeChartPro7_2006.dpk based on DCLIW70TeeChartPro7_60.dpk.

Open IW80TeeChartPro7_2006.dpk and modify the Requires list by deleting Tee76.dcp and replacing it with Tee710.dcp from the C:\Program Files\Steema Software\ TeeChart Pro 7.07 Full Source Code\Sources\Delphi10\Lib. Replace the existing Intraweb70_60.dcp file with Intraweb80_100.dcp from C:\Program Files\Intraweb 8.0\LibBDS4

- Compile the IW80TeeChartPro7_2006.dpk and DCLIW80TeeChartPro7_2006.dpk packages.

-Install the DCLIW80TeeChartPro7_2006.dpk package

Hope this helps others n future.

Bruce

Post Reply