Winapi.GDIPAPI.hpp
Winapi.GDIPAPI.hpp
I cannot compile my project with the new TeeChart2013 due to a missing include file:
In the file 'VCLTee.TeeGDIPlus.hpp' in line 23 and 24:
#include <Winapi.GDIPAPI.hpp> // Pascal unit
#include <Winapi.GDIPOBJ.hpp> // Pascal unit
These file really does not exist. What's wrong here?
MDonath
In the file 'VCLTee.TeeGDIPlus.hpp' in line 23 and 24:
#include <Winapi.GDIPAPI.hpp> // Pascal unit
#include <Winapi.GDIPOBJ.hpp> // Pascal unit
These file really does not exist. What's wrong here?
MDonath
Re: Winapi.GDIPAPI.hpp
Hi MDonath,
What IDE are you using?
What IDE are you using?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Winapi.GDIPAPI.hpp
RAD Studio XE3, C++ Builder project.
If I add 'Winapi.GDIPAPI.pas' and 'Winapi.GDIPOBJ.pas' from 'C:\Program Files (x86)\Embarcadero\RAD Studio\10.0\source\rtl\win' to my project, the missing header files are created. But I think, this is a very 'tricky' solution.
MDonath
If I add 'Winapi.GDIPAPI.pas' and 'Winapi.GDIPOBJ.pas' from 'C:\Program Files (x86)\Embarcadero\RAD Studio\10.0\source\rtl\win' to my project, the missing header files are created. But I think, this is a very 'tricky' solution.
MDonath
Re: Winapi.GDIPAPI.hpp
Hi MDonath,
Thanks for sharing the solution.
Didn't it happen with the last v2012.07? Or what version do you come from?
Thanks for sharing the solution.
Didn't it happen with the last v2012.07? Or what version do you come from?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Winapi.GDIPAPI.hpp
I am using the current version v2013.08.130521.
MDonath
MDonath
-
- Newbie
- Posts: 48
- Joined: Tue Apr 09, 2013 12:00 am
Re: Winapi.GDIPAPI.hpp
I have the same problem with XE3, but early I wrote about XE4
With best regards
Vladimir
Vladimir
Re: Winapi.GDIPAPI.hpp
Hi,
I understand you noticed the issue with v2013.08, but I'm trying to identify the latest version that worked fine to check the differences between them.MDonath wrote:I am using the current version v2013.08.130521.
You mean this? I'm not sure it is related to this.anauta2014 wrote:I have the same problem with XE3, but early I wrote about XE4
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: Winapi.GDIPAPI.hpp
Usually I have the message - not found GDIPapi...hpp file.
On one PC I have CBuilder XE4 and last TeeChart installed from binary, and it works fine.
But on the other PC I have full RadStudioXE4 and after the same binary installation
I can't compile C++ applications and have this error.
On one PC I have CBuilder XE4 and last TeeChart installed from binary, and it works fine.
But on the other PC I have full RadStudioXE4 and after the same binary installation
I can't compile C++ applications and have this error.
With best regards
Vladimir
Vladimir
Re: Winapi.GDIPAPI.hpp
Okay, my previous version was 2012.07.121105.
MDonath
MDonath
Re: Winapi.GDIPAPI.hpp
Hello,
Are there any other differences between these machines, like OS or other 3rd party tools?anauta2014 wrote:Usually I have the message - not found GDIPapi...hpp file.
On one PC I have CBuilder XE4 and last TeeChart installed from binary, and it works fine.
But on the other PC I have full RadStudioXE4 and after the same binary installation
I can't compile C++ applications and have this error.
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: Winapi.GDIPAPI.hpp
Hi, Yeray
There is only one difference - one has CBuilder XE4 - Chart works
the other has full Rad Studio XE4 - this error exists.
The OS is the same - Win8-64, set of third party components also is the same, both computer I am using for application development and libraries have to be the the same.
There is only one difference - one has CBuilder XE4 - Chart works
the other has full Rad Studio XE4 - this error exists.
The OS is the same - Win8-64, set of third party components also is the same, both computer I am using for application development and libraries have to be the the same.
With best regards
Vladimir
Vladimir
Re: Winapi.GDIPAPI.hpp
Hi,
http://www.teechart.net/support/viewtop ... 592#p58592
The GDIPAPI/TeeGDIPAPI and GDIPOBJ/TeeGDIPOBJ movement was discussed here:MDonath wrote:Okay, my previous version was 2012.07.121105.
http://www.teechart.net/support/viewtop ... 592#p58592
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |