Problem ZDbcResultSet
Posted: 24.09.2014, 19:24
When I go to install the Delphi Zeos XE6, gives the following error:
[dcc32 Error] ZDbcResultSet.pas(562): E2029 '.' expected but identifier 'AnsiStrComp' found
The ZDbcResultSet.pas have declared the function that gives the error:
function CompareRawByteString(const V1, V2): Integer;
begin
Result := {$IFDEF WITH_ANSISTRCOMP_DEPRECATED}AnsiStrings{$ENDIF}
AnsiStrComp(PAnsiChar(TZVariant(V1).VRawByteString), PAnsiChar(TZVariant(V2).VRawByteString));
end;
Attached image...
[dcc32 Error] ZDbcResultSet.pas(562): E2029 '.' expected but identifier 'AnsiStrComp' found
The ZDbcResultSet.pas have declared the function that gives the error:
function CompareRawByteString(const V1, V2): Integer;
begin
Result := {$IFDEF WITH_ANSISTRCOMP_DEPRECATED}AnsiStrings{$ENDIF}
AnsiStrComp(PAnsiChar(TZVariant(V1).VRawByteString), PAnsiChar(TZVariant(V2).VRawByteString));
end;
Attached image...