Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread C++ 2006 compiler problem
Tue, Dec 18 2007 4:08 AMPermanent Link

"M. Malagoli"
I have upgraded to 1.06 and now the compiler show this error:
[C++ Error] Edbcompressmgr.hpp(419): E2293 ) expected
on this line
void __fastcall StoredBlock(Edbtype::TEDBBytes Buffer, unsigned
StoredStart, unsigned StoredLength, bool EOF);

I think the EOF is not a new problem

Thanks in advance

Tue, Dec 18 2007 3:33 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< I have upgraded to 1.06 and now the compiler show this error:
[C++ Error] Edbcompressmgr.hpp(419): E2293 ) expected on this line
void __fastcall StoredBlock(Edbtype::TEDBBytes Buffer, unsigned
StoredStart, unsigned StoredLength, bool EOF);

I think the EOF is not a new problem >>

Nothing in the edbcompressmgr unit changed for 1.06, so I'm not sure why it
would fail now and not prior with 1.05.  Did you change the version of
C++Builder that you're using in terms of any updates, service packs, etc. to
the IDE/compiler ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Dec 27 2007 9:08 AMPermanent Link

"M. Malagoli"
No, the compiler is the same...
I solved changing the position of some EDB .hpp file

thanks anyway
Mirco

"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> ha scritto nel
messaggio news:D4EC1CC0-E50C-4079-A9B1-0D3E840D6CCC@news.elevatesoft.com...
> << I have upgraded to 1.06 and now the compiler show this error:
> [C++ Error] Edbcompressmgr.hpp(419): E2293 ) expected on this line
> void __fastcall StoredBlock(Edbtype::TEDBBytes Buffer, unsigned
> StoredStart, unsigned StoredLength, bool EOF);
>
> I think the EOF is not a new problem >>
>
> Nothing in the edbcompressmgr unit changed for 1.06, so I'm not sure why
> it would fail now and not prior with 1.05.  Did you change the version of
> C++Builder that you're using in terms of any updates, service packs, etc.
> to the IDE/compiler ?
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com
>

Image