You are not logged in.
Pages: 1
When compiling for x64 I see this warning:
SynCommons.pas(28604): warning W1029: Duplicate constructor 'TFileBufferWriter.CreateInRawByteStringStream' with identical parameters will be inacessible from C++
I don't see the warning under x86.
I'm personally not concerned by this warning, but I expect that you'll find to find a way to keep the compiler happy so that code can be compiled warning free.
Offline
I just removed the warnings.
Did you know this very nice web page about Delphi XE2+ compiler hidden hints and warnings?
http://marc.durdin.net/2012/05/delphi-x … gs-options
Thanks for the feedback.
Offline
Pages: 1