You are not logged in.
Pages: 1
Hi @ab, I tried compile LogView.lpi with Laz 2.0.8/FPC 3.2.0 and have error in SynMemoEx.pas:
const
RAEditorCompletionChars: set of AnsiChar =
[#8, '_', '0'..'9', 'A'..'Z', 'a'..'z'];
Separators: set of AnsiChar =
[#0, ' ', '-', #13, #10, '.', ',', '/', '\', ':', '+', '%', '*', '(', ')',
';', '=', '{', '}', '[', ']', '{', '}', '|', '!', '@', '"'];
the '{', '}' is duplicated.
UPDATE
SynMemoEx.pas(567,40) Error: Identifier not found "TCreateParams" in TCustomMemoEx in Laz 2.0.8 / FPC 3.2.0
With Delphi 10.3 no error is raised by the compiler (either duplicated entry and TCreateParams.
I thought that LogView was FPC/Windows compatible, my mistake.
Best regards.
Last edited by EMartin (2020-06-29 15:34:05)
Esteban
Offline
Thanks @mpv, unfortunately our target development is Windows and I want migrate from Delphi 4 to FPC/Lazarus but with this limitation cannot will be possible.
Esteban
Offline
@EMartin - please, try this brunch https://github.com/synopse/mORMot/tree/fix/logViewFPC
Or manually apply a changes as in https://github.com/synopse/mORMot/pull/329/files
If everything is OK we can ask @ab to merge it into master
Last edited by mpv (2020-07-01 14:46:46)
Offline
I'll test that, thank you very much @mpv
Esteban
Offline
ok, @ab patched the @mpv pull request, the @ab speed is as warp 9 in Star Trek (and @mpv too).
Esteban
Offline
Pages: 1