I have problem in compiling the demo program 'OXmlTest'. I got the following error messages:
-- uXmlTest.pas(2378,20) Error: identifier idents no member "CurrentChar"
-- uXmlTest.pas(2376,36) Error: Operator is not overloaded: not "TOTextReader.TOTextReader. ReadNextChar(var Char):Boolean;"
procedure TForm1.MatchTestFiles(const aFileSource, aFileTarget: OWideString);
....
begin
...
if not xReader1.ReadNextChar then
Break;
until xReader1.CurrentChar^ = '>'; {error here}
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I have problem in compiling the demo program 'OXmlTest'. I got the following error messages:
-- uXmlTest.pas(2378,20) Error: identifier idents no member "CurrentChar"
-- uXmlTest.pas(2376,36) Error: Operator is not overloaded: not "TOTextReader.TOTextReader. ReadNextChar(var Char):Boolean;"
procedure TForm1.MatchTestFiles(const aFileSource, aFileTarget: OWideString);
....
begin
...
if not xReader1.ReadNextChar then
Break;
until xReader1.CurrentChar^ = '>'; {error here}
....
end;
Would appreciate if you can help on the above.
Fixed in SVN commit 68: https://sourceforge.net/p/oxml/code/68/