You are not logged in.
Hello,
I've compiled the "10 - Background Http service" under lazarus and it installs and runs fine, when i moved the example folder to another folder i modified the project paths like this :
-Fu : ..\..\..\ccr\mORMot;..\..\..\ccr\mORMot\SQLite3
-Fi : ..\..\..\ccr\mORMot;..\..\..\ccr\mORMot\SQLite3;$(ProjOutDir)
-FU : ..\..\..\ccr\mORMot\static\$(TargetCPU)-$(TargetOS)
The projects compile well but when trying to install ther service with this :
httpservicesetup /install
I got this error :
An unhandled exception occurred at $0000000100060905:
EAccessViolation: Access violation
$0000000100060905 INIT, line 49759 of ../../../ccr/mORMot/SynCommons.pas
$000000010006216E INIT, line 50603 of ../../../ccr/mORMot/SynCommons.pas
$0000000100074598 CREATE, line 58986 of ../../../ccr/mORMot/SynCommons.pas
$000000010007A45D INITSYNCOMMONSCONVERSIONTABLES, line 63292 of ../../../ccr/mORMot/SynCommons.pas
$000000010007A6B0 SYNCOMMONS_$$_init$, line 63340 of ../../../ccr/mORMot/SynCommons.pas
$000000010000D3BC
$0000000100001E22 main, line 23 of httpserviceSetup.dpr
$0000000100001F76 main, line 35 of httpserviceSetup.dpr
$0000000100013550
$0000000100001DC7
$00007FFC4E3D7974
$00007FFC4E51A271
There is no log file generated.
Environnement : Fpcupdeluxe_v1.6.4, lazarus 2.1.0, FPC 3.3.1, SVN Revision : 62372 and mORMot version of yesterday.
Regards,
Last edited by tech (2019-12-11 17:28:06)
Offline