#1 2014-05-29 12:45:41

slowman
Member
Registered: 2014-05-14
Posts: 1

Is it possible to run Mormot in Delphi XE5 Android Client?

Hi everybody,

I try to create a sample 04 client as a Delphi Xe5 Android Client. Now I am stuck when compiling SynZip at

uses
...
{$ifdef MSWINDOWS}
  Windows;
{$else}
  LibC;
{$endif}

LibC is not part of the mormot source I installed. Is it just the missing unit or is it impossible to run Mormot under Android?

@ab: Thank you for your fantastic work! What you created should make the Embarcadero folks feel ashamed.

Thomas

Offline

#2 2014-05-29 13:38:30

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,661
Website

Re: Is it possible to run Mormot in Delphi XE5 Android Client?

The "standard" client units of mORMot are for Win32 and Win64 only.

BUT I'm currently working on cross-platform support on client side.
The new SynCrossPlatformJSON.pas compiles with FPC and for cross-platform Delphi.
Now I've to write the ORM client classes.
Stay tuned!

Offline

Board footer

Powered by FluxBB