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
TeeChart2013 for CBuilderXE4
-
- Newbie
- Posts: 48
- Joined: Tue Apr 09, 2013 12:00 am
TeeChart2013 for CBuilderXE4
With best regards
Vladimir
Vladimir
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart2013 for CBuilderXE4
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: TeeChart2013 for CBuilderXE4
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
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
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 48
- Joined: Tue Apr 09, 2013 12:00 am
Re: TeeChart2013 for CBuilderXE4
TeeChart recompile did not add the pathes for Cbuilder, this has to be done manually, very old issue.
With best regards
Vladimir
Vladimir
-
- Newbie
- Posts: 48
- Joined: Tue Apr 09, 2013 12:00 am
Re: TeeChart2013 for CBuilderXE4
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
[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
With best regards
Vladimir
Vladimir
-
- Newbie
- Posts: 48
- Joined: Tue Apr 09, 2013 12:00 am
Re: TeeChart2013 for CBuilderXE4
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.
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.
With best regards
Vladimir
Vladimir
Re: TeeChart2013 for CBuilderXE4
Hi Vladimir,
This is a known issue I hope we can fix for the final/stable release.anauta2014 wrote:TeeChart recompile did not add the pathes for Cbuilder, this has to be done manually, very old issue.
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
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: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
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).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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |