Hi,
I have sucessfully installed TeeChart Teechart VCL 2013.08.130521 to C++ Builder XE3.
When I build my application, I get this message: "VCLTee.TeeGDIPlus.hpp(94) E2293 ) expected".
The line 94 on file VCLTee.TeeGDIPlus.hpp is: void __fastcall SetGradientColors(TGPPathGradientBrush* ABrush);
The problem is the entry type TGPPathGradientBrush is not defined.
I tried to find the definition of type TGPPathGradientBrush in other Teechart include files but did not find it.
Where is the definition of type TGPPathGradientBrush?
Best regards,
Alain
TGPPathGradientBrush is not defined
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TGPPathGradientBrush is not defined
Hi Alain,
This is a known C++ Builder issue since GDI+ was set as the default canvas in the last update. To solve the problem set the rendering canvas back to GDI at the Chart -> 3D -> Render tab in the chart editor and remove TeeGDIPlus unit references in your project. You may also be interested in what Servando posted here. It might help solving the problem you are experiencing. For further information please look at C++ Applications Use STRICT Type Checking.
This is a known C++ Builder issue since GDI+ was set as the default canvas in the last update. To solve the problem set the rendering canvas back to GDI at the Chart -> 3D -> Render tab in the chart editor and remove TeeGDIPlus unit references in your project. You may also be interested in what Servando posted here. It might help solving the problem you are experiencing. For further information please look at C++ Applications Use STRICT Type Checking.
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 |