Delphi Xe2, VCL v2011, Windows 7 (64bit)
while converting one of my applications from Delphi 2010, I get the following...
[DCC Error] SSFormUnit2.pas(4067): E2010 Incompatible types: 'TCustomTeePanel' and 'TChart'
on the line TeeSaveToJPegFile(Chart1, PicFilePath+'Chart1.jpg', Chart1.Width, Chart1.Height);
there seems to be an issue with this Method? as though TChart is not recognizes as TCustomTeePanel anymore?
TeeSaveToJPegFile(Chart1, PicFilePath...
Re: TeeSaveToJPegFile(Chart1, PicFilePath...
remove all referances to Te* units from any/all uses clauses and let the compiler reload the VCLTee.* versions into your uses clause (or change all the names manually to the newly named versions)
also, the VCL2011 installer did "not" remove all native (bundled) tee* units, files, dcu(s), etc. so I had to remove them manually from the $(BDS)... LIB, BIN and other directories
also, the VCL2011 installer did "not" remove all native (bundled) tee* units, files, dcu(s), etc. so I had to remove them manually from the $(BDS)... LIB, BIN and other directories
Re: TeeSaveToJPegFile(Chart1, PicFilePath...
Hi,
If I understood well, you solved it. If I misunderstood you, don't hesitate to let us know.
If I understood well, you solved it. If I misunderstood you, don't hesitate to let us know.
Weren't they backed up as always?weigel_s wrote: the VCL2011 installer did "not" remove all native (bundled) tee* units, files, dcu(s), etc. so I had to remove them manually from the $(BDS)... LIB, BIN and other directories
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |