Page 1 of 1

TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp

Posted: Mon Jun 02, 2014 7:15 pm
by 16460011
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

Re: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp

Posted: Tue Jun 03, 2014 7:08 am
by narcis
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.

Re: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp

Posted: Tue Jun 03, 2014 8:21 am
by 16568919
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.

Re: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp

Posted: Tue Jun 03, 2014 8:24 am
by narcis
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.

Re: TeeChart for XE6, Unable to open Winapi.GDIPAPI.hpp

Posted: Wed Jun 04, 2014 4:38 am
by 16460011
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