D2007 to XE10 Migration Problems

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
IanF
Newbie
Newbie
Posts: 1
Joined: Tue Aug 18, 2015 12:00 am

D2007 to XE10 Migration Problems

Post by IanF » Sun Feb 19, 2017 7:56 am

Migrating a Project from D2007 to D XE 10
Have overcome most problems by Adding VCLTEE to the scope command and in the uses clauses.
Left with this message from the compiler

[dcc32 Error] VCLTee.TeCanvas.pas(4924): E2072 Number of elements (7) differs from declaration (9)
[dcc32 Error] VCLTee.TeCanvas.pas(5249): E2003 Undeclared identifier: 'tagSize'
[dcc32 Error] VCLTee.TeCanvas.pas(5275): E2066 Missing operator or semicolon
[dcc32 Error] VCLTee.TeCanvas.pas(5276): E2066 Missing operator or semicolon
[dcc32 Warning] VCLTee.TeCanvas.pas(16711): W1044 Suspicious typecast of string to PAnsiChar
[dcc32 Error] VCLTee.TeCanvas.pas(16711): E2010 Incompatible types: 'PWideChar' and 'PAnsiChar'
[dcc32 Fatal Error] VCLTee.TeeProcs.pas(633): F2063 Could not compile used unit 'VCLTee.TeCanvas.pas'

unfortunately I Cant find the unit, call or what ever that is causing this.
Feels like Its seeing the FMX stuff instead of VCL.
any Ideas of How to Track this down Gratly Appreciated
Regards
Ian

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: D2007 to XE10 Migration Problems

Post by Yeray » Mon Feb 20, 2017 1:59 pm

Hello Ian,

I'd check the paths as explained here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply