On 12/02/2023 22:37, Yuriy Sydorov via fpc-devel wrote:
property RootKey: HKey read FRootKey write FRootKey default HKEY_CURRENT_USER;Since HKEY = THandle = QWord on Win64, the reported range for it is incorrect.
Afaik it's because "default" doesn't support qword values, iirc because of (at least old) Delphi compatibility.
Jonas _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel