NativeXml
NativeXml copied to clipboard
how to support delphi 10.3? It uses Xml.Internal.CodecUtilsWin32.pas not CodecUtilsWin32.pas
I change NativeXmlWin32Compat.pas, CodecUtilsWin32, EncodingUtils--->>Xml.Internal.CodecUtilsWin32, Xml.Internal.EncodingUtils and sdStreams will be Error of "[DCC Error] sdStreams.pas(269): E2037 Declaration of 'Read' differs from previous declaration". I change Integer to longint, Compile is success, but I don't know if that would be a problem, is there anyone help me?
You can take a look at this Pull Request: https://github.com/kattunga/NativeXml/pull/6