TeeChart 2013 for Delphi 2007

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
DieterMuc
Newbie
Newbie
Posts: 2
Joined: Wed Nov 06, 2013 12:00 am

TeeChart 2013 for Delphi 2007

Post by DieterMuc » 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:

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

DieterMuc
Newbie
Newbie
Posts: 2
Joined: Wed Nov 06, 2013 12:00 am

Re: TeeChart 2013 for Delphi 2007

Post by DieterMuc » Thu Nov 07, 2013 2:40 pm

I forgot to say, I work with C++Builder 2007.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TeeChart 2013 for Delphi 2007

Post by Narcís » Fri Nov 08, 2013 8:35 am

Hello,

This is the same problem as discussed here. For now you should disable GDI+ as explained in that thread.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply