Skip to content

Quick.Config #17

Open
Open
@AlexeyM123

Description

@AlexeyM123

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions