Search found 4 matches

by MDonath
Wed Jun 05, 2013 12:17 pm
Forum: VCL
Topic: Winapi.GDIPAPI.hpp
Replies: 11
Views: 15472

Re: Winapi.GDIPAPI.hpp

Okay, my previous version was 2012.07.121105.

MDonath
by MDonath
Wed Jun 05, 2013 9:23 am
Forum: VCL
Topic: Winapi.GDIPAPI.hpp
Replies: 11
Views: 15472

Re: Winapi.GDIPAPI.hpp

I am using the current version v2013.08.130521.

MDonath
by MDonath
Tue Jun 04, 2013 3:30 pm
Forum: VCL
Topic: Winapi.GDIPAPI.hpp
Replies: 11
Views: 15472

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
by MDonath
Tue Jun 04, 2013 12:48 pm
Forum: VCL
Topic: Winapi.GDIPAPI.hpp
Replies: 11
Views: 15472

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