Page 1 of 4

compile error after upgrade v.8.05

Posted: Fri May 29, 2009 9:14 am
by 10547489
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

Posted: Fri May 29, 2009 11:33 am
by narcis
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.

Posted: Fri May 29, 2009 11:12 pm
by 10547489
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"

Posted: Wed Jun 10, 2009 10:14 am
by narcis
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.

Re:

Posted: Thu Jun 11, 2009 3:51 pm
by 10546886
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

Re: compile error after upgrade v.8.05

Posted: Fri Jun 12, 2009 9:13 am
by narcis
Hi Dave,

Sure, sent!

Re: compile error after upgrade v.8.05

Posted: Thu Jun 18, 2009 11:34 am
by 10551621
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,

Re: compile error after upgrade v.8.05

Posted: Thu Jun 18, 2009 12:03 pm
by yeray
Hi Yazou,

We've sent you a mail with the file too.

Re: compile error after upgrade v.8.05

Posted: Thu Jun 25, 2009 11:57 am
by 10048507
Hello,

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

Vitali

Re: compile error after upgrade v.8.05

Posted: Thu Jun 25, 2009 12:04 pm
by narcis
Hi Vitali,

Just sent them.

Re: compile error after upgrade v.8.05

Posted: Thu Jun 25, 2009 12:15 pm
by 10053317
Hi,
I too get the same compilation error after installing TeeChart Pro in C++Builder 2009. Please send the corrected hpp files.

Re: compile error after upgrade v.8.05

Posted: Thu Jun 25, 2009 12:53 pm
by narcis
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.

Re: compile error after upgrade v.8.05

Posted: Sun Jun 28, 2009 11:40 am
by 10547535
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.

Re: compile error after upgrade v.8.05

Posted: Mon Jun 29, 2009 7:05 am
by narcis
Hi msmorley,

Yes, I just sent you necessary file.

Re: compile error after upgrade v.8.05

Posted: Mon Jun 29, 2009 8:52 am
by 10547535
Narcís wrote:Yes, I just sent you necessary file.
Many thanks, that compiles fine now.

Regards,

m.