#1 2022-06-18 09:03:14

dcoun
Member
From: Crete, Greece
Registered: 2020-02-18
Posts: 392

Delphi compilation error with last commits

[dcc32 Error] mormot.crypt.secure.pas(2093): E2250 There is no overloaded version of 'FormatString' that can be called with these arguments

Offline

#2 2022-06-18 17:09:46

Prometeus
Member
From: USA
Registered: 2020-11-20
Posts: 42

Re: Delphi compilation error with last commits

While Ab fixes that properly, you can do this to fix that compile error:

---
FormatString('%.%', [efn, ALGO_EXT[a]], String(fn));
---

Offline

#3 2022-06-18 17:36:47

dcoun
Member
From: Crete, Greece
Registered: 2020-02-18
Posts: 392

Re: Delphi compilation error with last commits

Thanks a lot @Prometeus

Offline

#4 2022-06-18 20:20:03

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Delphi compilation error with last commits

Sorry for the inconvenience.

Should be fixed now with https://github.com/synopse/mORMot2/commit/9c38415f

Offline

Board footer

Powered by FluxBB