Page 1 of 1

TeeChart2013 for CBuilderXE4

Posted: Tue Apr 23, 2013 10:03 am
by 16565588
I've just tested recompile (the latest from 25.03.2013, the source code also from this date), the compilation of the VCL version works fine, FMX don't work.
And I can see old bug - the paths for C++ (include and libraries) are absent, the TEExxx64 environments also does not exists.
I have to repare these paths by self.
As I remember I worte about some years ago, but up to now this is not fixed.

Vladimir

Re: TeeChart2013 for CBuilderXE4

Posted: Tue Apr 23, 2013 2:53 pm
by narcis
Hi Vladimir,

RAD Studio, Delphi and C++ Builder XE4 are not officially supported yet. We are finalising the details for a XE4 beta installer, please stay tuned.

Thanks for your patience.

Re: TeeChart2013 for CBuilderXE4

Posted: Tue Apr 30, 2013 3:08 pm
by yeray
Hi,

This is just to let you know we've just published a TeeChart VCL/FMX BETA installer supporting RAD XE4.
http://www.teechart.net/support/viewtop ... =3&t=14016

Re: TeeChart2013 for CBuilderXE4

Posted: Wed May 01, 2013 7:51 am
by 16565588
TeeChart recompile did not add the pathes for Cbuilder, this has to be done manually, very old issue.

Re: TeeChart2013 for CBuilderXE4

Posted: Wed May 01, 2013 8:04 am
by 16565588
The TeeChart2013 Beta is not usable for CBuilderXE4, simple apllication produced error message:
[bcc64 Fatal Error] VclTee.TeeGDIPlus.hpp(23): 'Winapi.GDIPAPI.hpp' file not found
The same error exists for Win32
I've installed TeeChart from the full source code using Teerecompile

Re: TeeChart2013 for CBuilderXE4

Posted: Wed May 01, 2013 8:20 am
by 16565588
Now I've installed usin binary installer, the issu is the same, can't find a number of *.hpp files, moreover, I compared directories
d:\Rad Studio\PackgsXE4\TeeChart2013RADXE4\Delphi18.win32\Include\ and
d:\Rad Studio\PackgsXE4\TeeChartPro2013FullSourceCode\Sources\Compiled\Delphi18.win32\Include\
the first contains 1109 hpp file and the second contains 1086 hpp files.

Re: TeeChart2013 for CBuilderXE4

Posted: Thu May 02, 2013 2:23 pm
by yeray
Hi Vladimir,
anauta2014 wrote:TeeChart recompile did not add the pathes for Cbuilder, this has to be done manually, very old issue.
This is a known issue I hope we can fix for the final/stable release.
Include list (32bit) wrote:\Delphi18.win32\Include
Include list (64bit) wrote:\Delphi18.win64\Include
Library list (32bit) wrote:\Delphi18.win32\Lib
\Delphi18.win32\Lib\Obj
Library list (64bit) wrote:\Delphi18.win64\Lib
\Delphi18.win64\Lib\Obj
anauta2014 wrote:The TeeChart2013 Beta is not usable for CBuilderXE4, simple apllication produced error message:
[bcc64 Fatal Error] VclTee.TeeGDIPlus.hpp(23): 'Winapi.GDIPAPI.hpp' file not found
The same error exists for Win32
I've installed TeeChart from the full source code using Teerecompile
This is a problem we identified before publishing this beta version and it should be fixed. I actually can't reproduce it neither with the SourceCode or the Binary versions. I'm investigating it.
anauta2014 wrote:Now I've installed usin binary installer, the issu is the same, can't find a number of *.hpp files, moreover, I compared directories
d:\Rad Studio\PackgsXE4\TeeChart2013RADXE4\Delphi18.win32\Include\ and
d:\Rad Studio\PackgsXE4\TeeChartPro2013FullSourceCode\Sources\Compiled\Delphi18.win32\Include\
the first contains 1109 hpp file and the second contains 1086 hpp files.
I've checked it and the differences in these Include folders are the TeeTree files; the SourceCode version puts the TeeChart and TeeTree files in the same folder while the binary version has two different folders (\Delphi18.win32\Include and \Delphi18.win32\TeeTree\Include).