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
CRXml.hpp EOF problem. Any workarounds yet?
-
gandalf1024
- Posts: 7
- Joined: Wed 04 Apr 2007 07:50
- Location: Athens, Greece
Try to open the CRXml.hpp file in a text editor like Notepad and replace the following line:
with this one:
Code: Select all
__property bool EOF = {read=FEof, nodefault};Code: Select all
__property bool Eof = {read=FEof, nodefault};-
gandalf1024
- Posts: 7
- Joined: Wed 04 Apr 2007 07:50
- Location: Athens, Greece