Quantcast
Channel: Planet Object Pascal
Viewing all articles
Browse latest Browse all 1725

Andy's Blog and Tools: System.ByteStrings support for XE5 Update 2

$
0
0

XE5 Update 2 broke the Android System.ByteStrings.o file. So I recompiled it with XE5 Update 2 and now you can use the Byte-Strings (UTF8String, AnsiString, RawByteString, ShortString) also with XE5 Update 2.

The unit System.ByteStrings reintroduces:

  • ShortString
  • AnsiString
  • AnsiChar
  • PAnsiChar
  • PPAnsiChar
  • UTF8String
  • PUTF8String
  • RawByteString
  • PRawByteString

Usage:
Add the System.ByteStrings.dcu’s path to the compiler’s search path and add the unit to your uses clauses.

There is no *.PAS file because the DCU is patched with a hex editor to get access to the hidden types.

NameIDE VersionFileSizeDownloadsAdded
System.ByteStringsXE5 RTM/UP1 onlyXE5ByteStrings.7z2.45 KB317 times 2013-10-23
System.ByteStringsXE5 UP2 onlyXE5Up2ByteStrings.7z2.85 KB0 times 2013-12-20

Viewing all articles
Browse latest Browse all 1725

Trending Articles