Any one can help me?
I Get The SourceCode and Setup it on my computer? And then I Run "TeeRecompile.exe" I gotted that error as:
===============================================
TeeChart Pro
Compilation started: 2013-9-24 21:52:51
Win32 v17 Architect
Tee917
Cannot recompile Delphi package: Tee917.dpk
Embarcadero Delphi for Win32 compiler version 24.0
Copyright (c) 1983,2012 Embarcadero Technologies, Inc.
VCLTee.TeeConst.pas(567) Error: E2066 Missing operator or semicolon
VCLTee.TeeConst.pas(567) Error: E2066 Missing operator or semicolon
VCLTee.TeeConst.pas(567) Error: E2052 Unterminated string
VCLTee.TeeConst.pas(985) Error: E2052 Unterminated string
VCLTee.TeeConst.pas(567) Fatal: E2280 Unterminated conditional directive
EXCEPTION:
Compilation aborted.
--------------------------------------------
When I hand Opened Then VCLTee.TeeConst.pas in line 567 I Found that
=======
TeeMsg_Copyright :={$IFDEF LCL}'(C)'{$ELSE}'?{$ENDIF}+' 1995-2013 by Steema Software';
=======
In the line there Is an Error in bold, I modified, and then I reRun The same error I gotted; that's like the file is reCreated;
When After I Imported The Control in My Application I Get The Error Nampace complict;
Anyone can help me, please? thank you very mach.
VCL 2013 pro For VCL complie Error?
Re: VCL 2013 pro For VCL complie Error?
what's relation between TeCanvas.pas and VCLTee.TeCanvas.pas?
please?
When I compile my application I get the error:
[dcc32 Error] TeCanvas.pas(4982): E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
Any idea?
please?
When I compile my application I get the error:
[dcc32 Error] TeCanvas.pas(4982): E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
Any idea?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: VCL 2013 pro For VCL complie Error?
Hi smp,
It might be that those units were modified during the compilation process. You could try uninstall and install sources again before recompiling.
It might be that those units were modified during the compilation process. You could try uninstall and install sources again before recompiling.
VCLTee prefixed units are for the VCL personality in XE2 and above. Firemonkey equivalents are prefixed FMXTee.smp wrote:what's relation between TeCanvas.pas and VCLTee.TeCanvas.pas?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: VCL 2013 pro For VCL complie Error?
thanks,
As I Know the readd is not using.
Merge this question with "How can I ReCompile Teechart 2013 pro for VCL Under the XE3?"
As I Know the readd is not using.
Merge this question with "How can I ReCompile Teechart 2013 pro for VCL Under the XE3?"