You are not logged in.
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
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