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

Compile for android error #124

Open
devzonetrack opened this issue Sep 14, 2018 · 2 comments
Open

Compile for android error #124

devzonetrack opened this issue Sep 14, 2018 · 2 comments

Comments

@devzonetrack
Copy link

[DCC Error] superobject.pas(642): E2154 Type 'TSuperTableString' needs finalization - not allowed in variant record
[DCC Error] superobject.pas(643): E2154 Type 'TSuperArray' needs finalization - not allowed in variant record

@fabioxgn
Copy link
Contributor

@devzonetrack I guess this library is not compatible with Android, as it uses windows specific libraries as winhttp and wininet for connectivity. Even if you are able to compile it will most certainly not work.

You might want to use Delphi's REST Client as it is compatible with Android: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Tutorial:_Using_the_REST_Client_Library_to_Access_REST-based_Web_Services

@devzonetrack
Copy link
Author

@fabioxgn, Thank for advice...

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

2 participants