Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #23

Open
zchoukri opened this issue Aug 14, 2023 · 4 comments
Open

Installation #23

zchoukri opened this issue Aug 14, 2023 · 4 comments

Comments

@zchoukri
Copy link

Hi,
I am trying to instal in Delphi 10.2, i get error in unit Casbin.Adapter.Base in
procedure TBaseAdapter.load(const aFilter: TFilterArray);

for var str in aFilter do ==> var is reserved word in delphi

How to fix this poroblem ?

Thank's

@hsluoyz
Copy link
Member

hsluoyz commented Aug 14, 2023

@jkour

@jkour
Copy link
Contributor

jkour commented Aug 14, 2023

@zchoukri Hi, the inline declaration of variables like in the for-loop started with 10.3

You need to declare the variables in the classic way (or upgrade to 10.3 :-))

I should have considered this in the first place. Sorry...

@zchoukri
Copy link
Author

Hi,
I installed Delphi 11.3 and now when i try to instal package i get
QuickLib.inc not found
Thank's

@jkour
Copy link
Contributor

jkour commented Aug 19, 2023

Hi,
Add QuickLib.inc in the projetc file or add the path to the Library setting in Options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants