You are not logged in.
Pages: 1
I sorry for my bad english. I m try to compile a samples in SQLite3\Samples folder.
procedure PBKDF2_HMAC_SHA256(const password,salt: RawByteString; count: Integer;
var result: THash256DynArray; const saltdefault: RawByteString=''); overload;
In the compilation a error appears in THash256DynArray. What should I do?
Im using Delphi Berlin 1.0 to learn mORMot.
Last edited by Exio (2017-03-14 00:52:31)
Offline
Which error?
Offline
The compilations stop and not possible generate a exe file. the var result THash256DynArray is not exist, and process stoped.
Offline
Pages: 1