You are not logged in.
Hello,
Looks like mORMot wasn't designed to be compiled under FPC / Wince platform.
Has anyone successfully modified the sources to make it compatible with WINCE ?
Thank you
Offline
Not, the main set of units is not compatible with WinCE.
A server on WinCE doesn't make much sense, I guess..
But the client cross-platform units should work with WinCE.
See http://synopse.info/files/html/Synopse% … DE_TITL_86
Offline
SynCrossPlattform units are fine.
There is a small issue on the SynCrossPlattformREST unit :
Compiler is seeing an error here :
fOwner.OnLog := {$ifdef FPC}@{$endif}LogToRemoteServerText;
I guess your are using {$MODE Delphi}. Shouldn't {$ifdef FPC}@{$endif} be removed ?
Offline
I've a "big" problem, I need to register some of my class (I use a lot of TObjectlist) but TJSONSerializer is part of Mormot unit that cannot be compiled under Wince platform...
Last edited by swierzbicki (2016-07-12 16:38:26)
Offline