QuickLib
QuickLib copied to clipboard
Quick.Config
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
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.
Hi exilon Thank you.