Hi,
I have first recompiled all the packages accordning to the install.txt file. Then I have copied the runtime packages to the Windows\Systems folder. Then I have addes the design time packages with Install packages->Add, this works fine with the two first packages, but when I´m adding the DCLTeePro77 package I get the following error:" The procedure entry @TeEngine@TeeChartValueList@SetValue@qqrixd could not be located in the dynamic link library Tee77.bpl. Before recompiling I have mode a modification in the TeeDefs.inc file, changing to single instead of double. I am a quite unfamiliar with this proccess so maybe I have missed something fundamental. Hope you can help me!
Best Regards,
Johan Ingemansson
Problems with compiling TeeChartPro v7.01 with source code
-
- Newbie
- Posts: 59
- Joined: Fri May 28, 2004 4:00 am
- Location: Sweden
-
- Newbie
- Posts: 59
- Joined: Fri May 28, 2004 4:00 am
- Location: Sweden
-
- Newbie
- Posts: 59
- Joined: Fri May 28, 2004 4:00 am
- Location: Sweden
Hi, Johan.
Yes, you're correct. I've already fixed this (the fix will be included in next maintenance release). All you have to do is change declarations from double to TChartValue:
Changing these to TChartValue should fix the problems.
Yes, you're correct. I've already fixed this (the fix will be included in next maintenance release). All you have to do is change declarations from double to TChartValue:
Code: Select all
Private procedure SetTolerance(value :double);
Published property : tolerance : double;
Procedure TDownSamplingFunction.SetTolerance(value : double);
Changing these to TChartValue should fix the problems.
Marjan Slatinek,
http://www.steema.com
http://www.steema.com
-
- Newbie
- Posts: 59
- Joined: Fri May 28, 2004 4:00 am
- Location: Sweden