Error compiling ZVariant unit for Delphi XE2

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
scarfagna
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 13.06.2015, 12:03

Error compiling ZVariant unit for Delphi XE2

Post by scarfagna »

Error compiling ZVariant unit for Delphi XE2

at line 2495
Result.VUnicodeString := ZRawToUnicode(Pointer(Value.VUTF8String), Length(Value.VUTF8String), zCP_UTF8);

i changed it in
esult.VUnicodeString := ZRawToUnicode(Value.VUTF8String, Length(Value.VUTF8String));

it works but im not sure is the best solution.

regards
stefano
Post Reply