Jump to content

uniChart.pas uses statement


matoha

Recommended Posts

Hi Farshad,

 

after each upgrade uniGUI in Delphi XE3 I must rewrite header in the file uniChart.pas follows:

 



interface

uses
{$IF CompilerVersion > 22}
  VCLTee.Chart, VCLTee.TeEngine, VCLTee.TeeProcs, VCLTee.Series,
{$ELSE}
  Chart, TeEngine, TeeProcs, Series,
{$IFEND}
  Classes, SysUtils, UniPanel, uniGUIRTTI, uniGUIConst,
  UniGUIClasses, ExtPascal, Ext, ExtChart, ExtData, UniGUIApplication, UniExtUtils,
  Controls, UniGUITypes, UniGUIFont, Windows;

For compatibility with the new delphi I recommend this form.

Link to comment
Share on other sites

Hi,

 

I'm using the this version of Delphi ( XE3 Architect Update 2 ) but no need to rewrite.

I think this problem is your Delphi edition.

 

However, you can add VCLTee in Unit Scope Name.

 

Regards

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...