Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Compiler error BDS2006
Thu, Sep 27 2007 9:30 AMPermanent Link

"M. Malagoli"
Hi,
in a small application using EDB 1.5 the compiler tell

[C++ Error] Edbnavigate.hpp(52): E2040 Declaration terminated incorrectly

This is a conversion of DBISAM application.
Any suggestion?

To compatibility purpose it is possible to use DBISAM and EDB in the same
IDE?

thanks

Thu, Sep 27 2007 12:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< in a small application using EDB 1.5 the compiler tell

[C++ Error] Edbnavigate.hpp(52): E2040 Declaration terminated incorrectly

This is a conversion of DBISAM application. >>

This is the dreaded BOF/EOF issue again, which conflict with the BOF/EOF
functions in C++.  I will make sure that this is corrected for the 1.06
release.  You can try modifying the .hpp so that the BOF and EOF properties
are named Eof and Bof and see if that corrects the issue.

<< To compatibility purpose it is possible to use DBISAM and EDB in the same
IDE? >>

Yes, that is not a problem.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image