compile error after upgrade v.8.05

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
JKLee
Newbie
Newbie
Posts: 7
Joined: Fri Nov 23, 2007 12:00 am

compile error after upgrade v.8.05

Post by JKLee » Fri May 29, 2009 9:14 am

C++ Builder 2007
TeeChart v8.05

after update v8.04 -> v8.05 VCL, compile errors

Why? I have not modifyed any sources.

[BCC32 Error] Gdipapi.hpp(55): E2257 , expected
[BCC32 Error] Gdipapi.hpp(57): E2257 , expected
[BCC32 Error] Gdipapi.hpp(69): E2257 , expected
[BCC32 Error] Gdipapi.hpp(71): E2257 , expected
[BCC32 Error] Gdipapi.hpp(73): E2257 , expected
[BCC32 Error] Gdipapi.hpp(75): E2257 , expected
[BCC32 Error] Gdipapi.hpp(81): E2257 , expected
[BCC32 Error] Gdipapi.hpp(83): E2257 , expected
[BCC32 Error] Gdipapi.hpp(87): E2257 , expected
[BCC32 Error] Gdipapi.hpp(89): E2257 , expected
[BCC32 Error] Gdipapi.hpp(91): E2257 , expected
[BCC32 Error] Gdipapi.hpp(93): E2257 , expected
[BCC32 Error] Gdipapi.hpp(97): E2257 , expected
[BCC32 Error] Gdipapi.hpp(99): E2257 , expected
[BCC32 Error] Gdipapi.hpp(103): E2257 , expected
[BCC32 Error] Gdipapi.hpp(105): E2257 , expected
[BCC32 Error] Gdipapi.hpp(113): E2257 , expected
[BCC32 Error] Gdipapi.hpp(115): E2257 , expected
[BCC32 Error] Gdipapi.hpp(119): E2257 , expected
[BCC32 Error] Gdipapi.hpp(125): E2257 , expected
[BCC32 Error] Gdipapi.hpp(127): E2257 , expected
[BCC32 Error] Gdipapi.hpp(131): E2257 , expected
[BCC32 Error] Gdipapi.hpp(133): E2257 , expected
[BCC32 Error] Gdipapi.hpp(137): E2257 , expected
[BCC32 Error] Gdipapi.hpp(141): E2257 , expected
[BCC32 Error] Gdipapi.hpp(145): E2257 , expected
[BCC32 Error] Gdipapi.hpp(264): E2257 , expected
[BCC32 Error] Gdipapi.hpp(266): E2257 , expected
[BCC32 Error] Gdipapi.hpp(270): E2257 , expected
[BCC32 Error] Gdipapi.hpp(280): E2257 , expected
[BCC32 Error] Gdipapi.hpp(284): E2257 , expected
[BCC32 Error] Gdipapi.hpp(286): E2257 , expected
[BCC32 Error] Gdipapi.hpp(300): E2257 , expected
[BCC32 Error] Gdipapi.hpp(304): E2257 , expected
[BCC32 Error] Gdipapi.hpp(308): E2257 , expected
[BCC32 Error] Gdipapi.hpp(381): E2257 , expected
[BCC32 Error] Gdipapi.hpp(389): E2257 , expected
[BCC32 Error] Gdipapi.hpp(395): E2257 , expected
[BCC32 Error] Gdipapi.hpp(397): E2257 , expected
[BCC32 Error] Gdipapi.hpp(401): E2257 , expected
[BCC32 Error] Gdipapi.hpp(405): E2257 , expected
[BCC32 Error] Gdipapi.hpp(411): E2257 , expected
[BCC32 Error] Gdipapi.hpp(413): E2257 , expected
[BCC32 Error] Gdipapi.hpp(415): E2257 , expected
[BCC32 Error] Gdipapi.hpp(417): E2257 , expected
[BCC32 Error] Gdipobj.hpp(47): E2238 Multiple declaration for '_fastcall TGPRegion::TGPRegion(void *)'
[BCC32 Error] Gdipobj.hpp(39): E2344 Earlier declaration of '_fastcall TGPRegion::TGPRegion(void *)'
[BCC32 Error] Gdipobj.hpp(243): E2303 Type name expected
[BCC32 Error] Gdipobj.hpp(290): E2238 Multiple declaration for '_fastcall TGPBitmap::TGPBitmap(void *)'
[BCC32 Error] Gdipobj.hpp(269): E2344 Earlier declaration of '_fastcall TGPBitmap::TGPBitmap(void *)'
[BCC32 Error] Gdipobj.hpp(269): E2228 Too many error or warning messages

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

Post by Narcís » Fri May 29, 2009 11:33 am

Hi JKLee,

I have been able to reproduce the issue here adding line below to my unit.

Code: Select all

#include <TeeGDIPlus.hpp>
I've added the defect to the bug list (TV52014200) and will try to fix it as soon as possible.
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

JKLee
Newbie
Newbie
Posts: 7
Joined: Fri Nov 23, 2007 12:00 am

Post by JKLee » Fri May 29, 2009 11:12 pm

Thank your reply.
as you say, I've included the header file. but same errors.

before not include TeeTools, It's Ok.
but my project Including TeeTools happend errors.

Code: Select all

#include "TeeGDIPlus.hpp"
#include "Series.hpp"
#include "TeEngine.hpp"
#include "TeeProcs.hpp"
#include "TeeTools.hpp"
#include "Chart.hpp"

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

Post by Narcís » Wed Jun 10, 2009 10:14 am

Hi JKLee,

Yes, you are right. We have investigated the issue and the problem seems to be with usage of TeeGDIPlus unit in TeeTools.pas and C++ Builder. We have modified it to solve those problems. I'll send you an e-mail with modified TeeTools.pas.
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

davealaw
Newbie
Newbie
Posts: 1
Joined: Tue Oct 02, 2007 12:00 am

Re:

Post by davealaw » Thu Jun 11, 2009 3:51 pm

Narcís wrote:We have investigated the issue and the problem seems to be with usage of TeeGDIPlus unit in TeeTools.pas and C++ Builder. We have modified it to solve those problems. I'll send you an e-mail with modified TeeTools.pas.
I'm having exactly the same problem which has prevented me from using 8.05 and I have been waiting on a fix before I can continue on a project that uses it. Can you send me the updated file as well?

Dave

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

Re: compile error after upgrade v.8.05

Post by Narcís » Fri Jun 12, 2009 9:13 am

Hi Dave,

Sure, sent!
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

Yazou
Newbie
Newbie
Posts: 9
Joined: Fri Jan 30, 2009 12:00 am

Re: compile error after upgrade v.8.05

Post by Yazou » Thu Jun 18, 2009 11:34 am

Hi,
Me too i got compilation errors in gdipapi.hpp & gdipobj.hpp when i added Paging during the design time to my chart.
Can you send me the last *.hpp files please.

Regards,

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: compile error after upgrade v.8.05

Post by Yeray » Thu Jun 18, 2009 12:03 pm

Hi Yazou,

We've sent you a mail with the file too.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

vitbear
Newbie
Newbie
Posts: 1
Joined: Wed Mar 05, 2008 12:00 am

Re: compile error after upgrade v.8.05

Post by vitbear » Thu Jun 25, 2009 11:57 am

Hello,

I have the same problem with version 8.05
Please, send me fixed files too.

Vitali

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

Re: compile error after upgrade v.8.05

Post by Narcís » Thu Jun 25, 2009 12:04 pm

Hi Vitali,

Just sent them.
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

gorry
Newbie
Newbie
Posts: 1
Joined: Tue May 19, 2009 12:00 am

Re: compile error after upgrade v.8.05

Post by gorry » Thu Jun 25, 2009 12:15 pm

Hi,
I too get the same compilation error after installing TeeChart Pro in C++Builder 2009. Please send the corrected hpp files.

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

Re: compile error after upgrade v.8.05

Post by Narcís » Thu Jun 25, 2009 12:53 pm

Hi gorry,

I see your TeeChart Pro v8 VCL license is not a source code license so I'm not able to send you source code files with the fix. The solution will be included with next v8 maintenance release. In the meantime you can use v8.04.
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

msmorley
Newbie
Newbie
Posts: 2
Joined: Thu Nov 29, 2007 12:00 am
Location: Exeter, United Kingdom
Contact:

Re: compile error after upgrade v.8.05

Post by msmorley » Sun Jun 28, 2009 11:40 am

Hi,

Could you also send me the modified files, please. I've just reinstalled TeeChart (after a system upgrade) and the compilation breaks in the same fashion.

Kind Regards,


m.

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

Re: compile error after upgrade v.8.05

Post by Narcís » Mon Jun 29, 2009 7:05 am

Hi msmorley,

Yes, I just sent you necessary file.
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

msmorley
Newbie
Newbie
Posts: 2
Joined: Thu Nov 29, 2007 12:00 am
Location: Exeter, United Kingdom
Contact:

Re: compile error after upgrade v.8.05

Post by msmorley » Mon Jun 29, 2009 8:52 am

Narcís wrote:Yes, I just sent you necessary file.
Many thanks, that compiles fine now.

Regards,

m.

Post Reply