TeeChart 2013 for Delphi 2007
Posted: Thu Nov 07, 2013 1:53 pm
Hi,
after deinstall TeeChart 2010 for Delphi 2007 and install (without errors) TeeChart 2013 for Delphi 2007, I tried to compile a simple project with only one object - TChart - on a form. During module compiling I got a lot of errors:
What's the problem?
Thanks for an answer!
Dieter
after deinstall TeeChart 2010 for Delphi 2007 and install (without errors) TeeChart 2013 for Delphi 2007, I tried to compile a simple project with only one object - TChart - on a form. During module compiling I got a lot of errors:
Code: Select all
[BCC32 Error] Teegdipapi.hpp(531): E2019 'TeeGDIPAPI__4:: :: :: ()' cannot be declared in an anonymous union
[BCC32 Error] Teegdipapi.hpp(538): E2019 'TeeGDIPAPI__4:: :: ()' cannot be declared in an anonymous union
[BCC32 Error] Teegdipobj.hpp(47): E2238 Multiple declaration for '_fastcall TGPRegion::TGPRegion(void *)'
[BCC32 Error] Teegdipobj.hpp(39): E2344 Earlier declaration of '_fastcall TGPRegion::TGPRegion(void *)'
[BCC32 Error] Teegdipobj.hpp(290): E2238 Multiple declaration for '_fastcall TGPBitmap::TGPBitmap(void *)'
[BCC32 Error] Teegdipobj.hpp(269): E2344 Earlier declaration of '_fastcall TGPBitmap::TGPBitmap(void *)'
[BCC32 Error] Teegdipobj.hpp(878): E2238 Multiple declaration for '_fastcall TGPGraphics::TGPGraphics(void *)'
[BCC32 Error] Teegdipobj.hpp(871): E2344 Earlier declaration of '_fastcall TGPGraphics::TGPGraphics(void *)'
Thanks for an answer!
Dieter