You are not logged in.
Pages: 1
Trying to make sample 16 to work with Lazarus and are stopped out by synTaskDialog which are used by mORMotUILogin.
I found that in mORMotUILogin there is a compiler switch that refer to:
{$ifdef FPC}
SynTaskDialog in '.\Samples\ThirdPartyDemos\Ondrej\SynTaskDialog4Lazarus\SynTaskDialog.pas',
{$else}
SynTaskDialog,
But I can see that it is the version of synTaskDialog from the ordinary mORMot library that is used and that one won't compile with FPC.
I find it very odd to have a standard library unit that refer to a sample third party unit. Is that good programming?
Ok, that's that.. but isn't it possible to have FPC work with this fundamental unit?
Delphi-11, WIN10
Offline
mORMotUI and friends are currently NOT compatible with the LCL/Lazarus - only with the VCL/Delphi.
There is preliminary support, but nothing finalized, since we don't use it on production (we rely not on mORMotUI but on direct JSON client).
Any input is welcome!
Offline
Ok, I understand. I'll skip that part of the sample to get forward.
I'm new to mORMot and it's not an easy beast to tame so I feel that I'm not ready yet to come with any proposal here. Maybe in the future
Delphi-11, WIN10
Offline
Pages: 1