You are not logged in.
Hi AB,
I've updated today to try your fix 232b1769f8 but i ran into one problem:
When I compile TestSQL3.dpr, with Delphi XE2 on Windows 10, it gave me error "E2251 Ambiguous overloaded call to 'HexToBin'" on line 2299 in SynLog.pas. If I put SynCommons.HexToBin it's ok.
Thanks.
edit: Haven't seen it was already posted https://synopse.info/forum/viewtopic.php?id=3810 sorry for double post.
edit2: It seems also that the Sqlite3Obj haven't been updated. I have error message "[...] Linked version is 3.16.2 whereas the current/expectred is 3.17.0 [...]"
Last edited by StxLog (2017-02-15 11:41:30)
Offline
btw it's interesting...
In Delphi XE2 message is:
E2251 Ambiguous overloaded call to 'HexToBin'"
in Delphi Berlin:
E2012 Type of expression must be BOOLEAN
Why Berlin message is inaccurate?
Offline
The "E2251 Ambiguous overloaded call to 'HexToBin'" was only the first part of the error message, it was also telling me that it needed boolean value too because Classes.HexToBin needed it I guess.
Offline
Offline