TeeGDIPlus error and Cbuilder XE4
Posted: Sat Jun 15, 2013 3:34 pm
Today I've installed fresh version of the CBuilder XE4 and the last TeeChartPro2013 from binary.
The simple application could not be compiled due to this old issue.
I found for me the simple solution:
1.I've changed the 3D->Render to the GDI
2. The #include <Winapi.GDIPAPI.hpp> // Pascal unit - I've deleted this line from my source code.
After that the application was compiled fine.
Conclusion: current version of the TeeChartPro2013 can't be used for CBuilder XE3-XE4 (or may be XE-XE2 also, I did not check) with Render = GDI+
The simple application could not be compiled due to this old issue.
I found for me the simple solution:
1.I've changed the 3D->Render to the GDI
2. The #include <Winapi.GDIPAPI.hpp> // Pascal unit - I've deleted this line from my source code.
After that the application was compiled fine.
Conclusion: current version of the TeeChartPro2013 can't be used for CBuilder XE3-XE4 (or may be XE-XE2 also, I did not check) with Render = GDI+