CRXml.hpp EOF problem. Any workarounds yet?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gandalf1024
Posts: 7
Joined: Wed 04 Apr 2007 07:50
Location: Athens, Greece

CRXml.hpp EOF problem. Any workarounds yet?

Post by gandalf1024 » Wed 04 Apr 2007 08:08

Hi,

I just read in http://crlab.com/forums/viewtopic.php?t=9367 that the problem in CRXml.hpp is known.
Do you have any workarounds till next version is available?

Thanks

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 04 Apr 2007 09:18

Try to open the CRXml.hpp file in a text editor like Notepad and replace the following line:

Code: Select all

__property bool EOF = {read=FEof, nodefault};
with this one:

Code: Select all

__property bool Eof = {read=FEof, nodefault};

gandalf1024
Posts: 7
Joined: Wed 04 Apr 2007 07:50
Location: Athens, Greece

Post by gandalf1024 » Wed 04 Apr 2007 09:43

Ok, thanks. This solved the problem

Post Reply