Page 1 of 1

CRXml.hpp EOF problem. Any workarounds yet?

Posted: Wed 04 Apr 2007 08:08
by gandalf1024
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

Posted: Wed 04 Apr 2007 09:18
by Antaeus
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};

Posted: Wed 04 Apr 2007 09:43
by gandalf1024
Ok, thanks. This solved the problem