TeeChart 5.02 Delphi 6 RB 6.02 could not recompile RB
Hello,
if i recompile the Compiler stops at EditDbChart
in ppIfDef i found no Tee52 under Ver140
{$DEFINE Enterprise}
{$DEFINE Pro}
{$IFDEF ver120}
{$DEFINE Delphi4}
{$ENDIF}
{$IFDEF VER125}
{$DEFINE Delphi4}
{$ObjExportAll On}
{$ENDIF}
{$IFDEF VER130}
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Tee40}
{$DEFINE Tee50}
{$ENDIF}
{$IFDEF VER140}
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Delphi6}
{$DEFINE Tee40}
{$ENDIF}
what can i do to get RB recompiled? i had deinstalled RB, deleted completely
and than reinstalled, but it seems that the installer does not see TeeChart
5.02. The 5.02 is a binary-release, because its not finally ready.
did anybody has an idea to get it work?
chris
if i recompile the Compiler stops at EditDbChart
in ppIfDef i found no Tee52 under Ver140
{$DEFINE Enterprise}
{$DEFINE Pro}
{$IFDEF ver120}
{$DEFINE Delphi4}
{$ENDIF}
{$IFDEF VER125}
{$DEFINE Delphi4}
{$ObjExportAll On}
{$ENDIF}
{$IFDEF VER130}
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Tee40}
{$DEFINE Tee50}
{$ENDIF}
{$IFDEF VER140}
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Delphi6}
{$DEFINE Tee40}
{$ENDIF}
what can i do to get RB recompiled? i had deinstalled RB, deleted completely
and than reinstalled, but it seems that the installer does not see TeeChart
5.02. The 5.02 is a binary-release, because its not finally ready.
did anybody has an idea to get it work?
chris
This discussion has been closed.
Comments
I can send you a patch
Thanks for reporting this. For RB 6.02 with TeeChart 5.02, the
ppIfDef.pas should look like
{$IFDEF VER140}
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Delphi6}
{$DEFINE Tee40}
{$DEFINE Tee50}
{$DEFINE Tee52}
{$ENDIF}
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
text below and rebuilt all the packages except for one which does not
compile, giving me error message about DesignInf.pas (I added the ToolsApi
patch), then stopped saying it could not find the DesignEditiors.pas.
I gave up after that.
Please let me know how I can get a patch I can install or more specific
instructions.
i have the same problems when i try to compile the packages: Teechart 5.02,
delphi6 and RB 6.02.
I mean => method EditDbChart did not find in the source files.
Moreover, the property OnChartGetSourceStyle in the ppChDPEdDlg.pas file
(Teechart66 - line 125 and 131) did not find in the source files.
When i put these lines in comment, the code compile.
But at run time, the DBChart editor do not work well => i mean, i cannot
choose pipeline or dataset as source for the Chart.
Please,
if you already have a patch to correct it, could you send it to me?
Thanks,
Gab.
"David Farrell-Garcia" a ?crit dans le message