I installed TeeChart Pro for XE6 (TeeChart2014RADXE6.exe) using C++Builder Personality. Building a VCL application with a TeeChart component gives the following error.
[bcc32 Error] VclTee.TeeGDIPlus.hpp(23): E2209 Unable to open include file 'Winapi.GDIPAPI.hpp'
Full parser context
Unit1.cpp(6): #include Unit1.h
Unit1.h(13): #include C:\Program Files (x86)\Steema Software\TeeChart 2014 for RAD XE6\Delphi20.win32\Include\VclTee.TeeGDIPlus.hpp
I see others have had a similar problem, but not recently.
http://www.teechart.net/support/viewtop ... hpp#p62443
How can I obtain the other files I need?
Thanks,
Ken
TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp
Hi Ken,
This looks like a problem with the XE6 on-line installer. Can you please try downloading the complete ISO to be able to install the product off-line?
Thanks in advance.
This looks like a problem with the XE6 on-line installer. Can you please try downloading the complete ISO to be able to install the product off-line?
Thanks in advance.
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 |
-
- Newbie
- Posts: 14
- Joined: Tue Apr 08, 2014 12:00 am
Re: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp
I had seen this also, for my opinion this depends on the installer, when I installed CBuilder with unchecked TeeChart Standard, GDI*.hpp file were absent, will try to install XE6 with TeeChart Standard, if so.
With bets regards
Vladimir
Vladimir
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp
Hello everyone,
Another customer told us the problem in XE6 occurred randomly when using the off-line installer. If they told the installer to use previously downloaded files the problem disappeared. That's why I suggested using the complete ISO to install as I expect it to include all the files necessary.
Another customer told us the problem in XE6 occurred randomly when using the off-line installer. If they told the installer to use previously downloaded files the problem disappeared. That's why I suggested using the complete ISO to install as I expect it to include all the files necessary.
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: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp
I uninstalled and installed as administrator using ISO (again). This time, I selected many of the third -party tools, including TeeChart Standard. Now, the files of interest are present. Thanks, Ken