You are not logged in.
Pages: 1
[dcc32 Error] mormot.crypt.secure.pas(2093): E2250 There is no overloaded version of 'FormatString' that can be called with these arguments
Offline
While Ab fixes that properly, you can do this to fix that compile error:
---
FormatString('%.%', [efn, ALGO_EXT[a]], String(fn));
---
Offline
Thanks a lot @Prometeus
Offline
Sorry for the inconvenience.
Should be fixed now with https://github.com/synopse/mORMot2/commit/9c38415f
Online
Pages: 1