QuickLib icon indicating copy to clipboard operation
QuickLib copied to clipboard

Quick.Config

Open AlexeyM123 opened this issue 5 years ago • 2 comments

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

AlexeyM123 avatar Nov 29 '19 10:11 AlexeyM123

I tried to make my libs FPC compatible, but FPC 3.0.4 limitations made me change to trunk branch time ago. New QuickLib features like IOC can only be possible with Delphi, because fpc don't have custom attributes, generic types methods, etc. However i will try to solve problems you have reported in next releases.

exilon avatar Dec 11 '19 22:12 exilon

Hi exilon Thank you.

AlexeyM123 avatar Dec 12 '19 08:12 AlexeyM123