VCL 2013 pro For VCL complie Error?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
smp
Newbie
Newbie
Posts: 13
Joined: Mon Sep 23, 2013 12:00 am

VCL 2013 pro For VCL complie Error?

Post by smp » Tue Sep 24, 2013 2:00 pm

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.

smp
Newbie
Newbie
Posts: 13
Joined: Mon Sep 23, 2013 12:00 am

Re: VCL 2013 pro For VCL complie Error?

Post by smp » Tue Sep 24, 2013 2:34 pm

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: VCL 2013 pro For VCL complie Error?

Post by Narcís » Wed Sep 25, 2013 7:51 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

smp
Newbie
Newbie
Posts: 13
Joined: Mon Sep 23, 2013 12:00 am

Re: VCL 2013 pro For VCL complie Error?

Post by smp » Thu Sep 26, 2013 1:31 am

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?"

Post Reply