delphi-rest-client-api icon indicating copy to clipboard operation
delphi-rest-client-api copied to clipboard

Compile for android error

Open devzonetrack opened this issue 7 years ago • 2 comments

[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

devzonetrack avatar Sep 14 '18 03:09 devzonetrack

@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

fabioxgn avatar Sep 14 '18 10:09 fabioxgn

@fabioxgn, Thank for advice...

devzonetrack avatar Sep 15 '18 12:09 devzonetrack