Page 1 of 1

VCL 2013 pro For VCL complie Error?

Posted: Tue Sep 24, 2013 2:00 pm
by 16567320
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.

Re: VCL 2013 pro For VCL complie Error?

Posted: Tue Sep 24, 2013 2:34 pm
by 16567320
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?

Re: VCL 2013 pro For VCL complie Error?

Posted: Wed Sep 25, 2013 7:51 am
by narcis
Hi smp,

It might be that those units were modified during the compilation process. You could try uninstall and install sources again before recompiling.
smp wrote:what's relation between TeCanvas.pas and VCLTee.TeCanvas.pas?
VCLTee prefixed units are for the VCL personality in XE2 and above. Firemonkey equivalents are prefixed FMXTee.

Re: VCL 2013 pro For VCL complie Error?

Posted: Thu Sep 26, 2013 1:31 am
by 16567320
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?"