Page 1 of 1

TeeChart 2013 for Delphi 2007

Posted: Thu Nov 07, 2013 1:53 pm
by 16467697
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:

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 *)'
What's the problem?

Thanks for an answer!

Dieter

Re: TeeChart 2013 for Delphi 2007

Posted: Thu Nov 07, 2013 2:40 pm
by 16467697
I forgot to say, I work with C++Builder 2007.

Re: TeeChart 2013 for Delphi 2007

Posted: Fri Nov 08, 2013 8:35 am
by narcis
Hello,

This is the same problem as discussed here. For now you should disable GDI+ as explained in that thread.