delphizmq
delphizmq copied to clipboard
Lots of W1057/W1058 "implicit string conversion" warnings
Building with Delphi XE, I get a bunch of very annoying W1057 "implicit string conversion" warnings in zmqapi.pas, plus a few W1078 "potential data loss in implicit conversion".
(PS: the readme page claims that it "should run with D7+". I haven't tested and I don't need it myself, but IIRC the Utf8String type has been introduced way after D7)
The Utf8String already exists in D7 (I think it was introduced in D6). I agree these warnings are annoying, and should be solved, maybe with conditional directives checking the version of delphi.