Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 261

Summary: [TV52016102] Using TTeeGDIPlus control in C++ Builder 2007 doesn't compile: [BCC3...
Product: VCL TeeChart Reporter: narcís calvet <narcis>
Component: Other ComponentsAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2013-11-20 10:35:08 EST
Using TTeeGDIPlus control or TeeGDIPlus unit in C++ Builder 2006, 2007 doesn't compile:
[BCC32 Error] Teegdipapi.hpp(525): E2019 'TeeGDIPAPI__4:: :: :: ()' cannot be declared in an anonymous union
[BCC32 Error] Teegdipapi.hpp(532): 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 *)'
Doesn't work with 2009 either but the error message is slightly different:
[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(866): E2238 Multiple declaration for '_fastcall TGPGraphics::TGPGraphics(void *)'
[BCC32 Error] Teegdipobj.hpp(859): E2344 Earlier declaration of '_fastcall TGPGraphics::TGPGraphics(void *)' [created:2012-03-23T15:48:12.000+01:00 reported by:narcis@steema.com reported in version:2011.04.41118 (TeeChart VCL)]