Open
Description
It cannot be compiled in FreePascal. FPC version 3.0.4, Lazarus 2.0.2.
1st error: QuickFiles line#412
Result := Result + [rec.Name]
I have replaced it with SetLength(Result, length(Result) + 1); Result[High(Result)] := rec.Name;
then 2nd error:
Quick.Config.Json
line#43
Rtti
I have replaced it with rttiutils
then 3rd error:
Quick.Commons
line#816
loUserLocale - identificator not found