Latest release is not compatible with the TMS Pack
Posted: Wed Feb 11, 2015 1:39 pm
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, ......)
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, ......)