I've installed latest TeeChartPro, but found new bug:
in the previous versions in the file VclTee.TeeGDIPlus.hpp
the lines:
typedef Gdiplus::Graphics TGPGraphics;
typedef Gdiplus::Brush TGPBrush;
typedef Gdiplus::Pen TGPPen;
typedef Gdiplus::Font TGPFont;
typedef Gdiplus::PrivateFontCollection TGPPrivateFontCollection;
typedef Gdiplus::RectF TGPRectF;
typedef Gdiplus::PointF TGPPointF;
typedef Gdiplus::GraphicsPath TGPGraphicsPath;
typedef Gdiplus::Matrix TGPMatrix;
typedef Gdiplus::Image TGPImage;
typedef Gdiplus::Rect TGPRect;
typedef Gdiplus::PathGradientBrush TGPPathGradientBrush;
typedef Gdiplus::LinearGradientBrush TGPLinearGradientBrush;
were under namespace Vcltee, but now there are out of this namespace.
For this reason there are many compiler errors, as in the
AdvGdiPlus.hpp there are the same definitions (TGPGraphics, TGPBrush, ......)
Latest release is not compatible with the TMS Pack
-
- Newbie
- Posts: 14
- Joined: Tue Apr 08, 2014 12:00 am
Latest release is not compatible with the TMS Pack
With bets regards
Vladimir
Vladimir
Re: Latest release is not compatible with the TMS Pack
Hi Vladimir,
Could you please specify in what exact TeeChart version you found this was different?
Could you please specify in what exact TeeChart version you found this was different?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Tue Apr 08, 2014 12:00 am
Re: Latest release is not compatible with the TMS Pack
Sorry, Yeray, I checked again and can see that the program that is not compatible was done under BuilderXE with the TeeChart from May 2014, now I have to recompile for XE3 and XE7.
The solution for me is to place definitions under namespace Vcltee.
May be you can do this in the future release?
The solution for me is to place definitions under namespace Vcltee.
May be you can do this in the future release?
With bets regards
Vladimir
Vladimir
Re: Latest release is not compatible with the TMS Pack
Hi Vladimir,
Note this.
Do you mean in the project options or in the file itself?anauta2014 wrote:The solution for me is to place definitions under namespace Vcltee.
Note this.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Tue Apr 08, 2014 12:00 am
Re: Latest release is not compatible with the TMS Pack
Hi Yeray
I mean changes in the VclTee.TeeGDIPlus.hpp file,
I did ones after installation of the TeeChartPro package.
I've moved these lines to the namespace Vcltee:
typedef Gdiplus::Graphics TGPGraphics;
typedef Gdiplus::Brush TGPBrush;
typedef Gdiplus::Pen TGPPen;
typedef Gdiplus::Font TGPFont;
typedef Gdiplus::PrivateFontCollection TGPPrivateFontCollection;
typedef Gdiplus::RectF TGPRectF;
typedef Gdiplus::PointF TGPPointF;
typedef Gdiplus::GraphicsPath TGPGraphicsPath;
typedef Gdiplus::Matrix TGPMatrix;
typedef Gdiplus::Image TGPImage;
typedef Gdiplus::Rect TGPRect;
typedef Gdiplus::PathGradientBrush TGPPathGradientBrush;
typedef Gdiplus::LinearGradientBrush TGPLinearGradientBrush;
I mean changes in the VclTee.TeeGDIPlus.hpp file,
I did ones after installation of the TeeChartPro package.
I've moved these lines to the namespace Vcltee:
typedef Gdiplus::Graphics TGPGraphics;
typedef Gdiplus::Brush TGPBrush;
typedef Gdiplus::Pen TGPPen;
typedef Gdiplus::Font TGPFont;
typedef Gdiplus::PrivateFontCollection TGPPrivateFontCollection;
typedef Gdiplus::RectF TGPRectF;
typedef Gdiplus::PointF TGPPointF;
typedef Gdiplus::GraphicsPath TGPGraphicsPath;
typedef Gdiplus::Matrix TGPMatrix;
typedef Gdiplus::Image TGPImage;
typedef Gdiplus::Rect TGPRect;
typedef Gdiplus::PathGradientBrush TGPPathGradientBrush;
typedef Gdiplus::LinearGradientBrush TGPLinearGradientBrush;
With bets regards
Vladimir
Vladimir