Jump to content

Recommended Posts

Posted

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.

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...