You are not logged in.
Pages: 1
Dear all,
Tests 2.2, 2.3, 2.4, 2.5, 2.6, 3.3 do not pass in the 64-bit build.
In the 32-bit build everything works.
Tests 2.2, 2.3, 2.4, 2.5, 2.6, 3.3 were passed in the 64-bit build only by disabling static sqlite (NOSQLITE3STATIC), using sqlite3-64.dll version 3.46.1.
Summary (text): 
Pass #1 Win64    Debug     Original                    ERRORS
Pass #2 Win64    Debug     NOSQLITE3STATIC    PASSED
Pass #3 Win64    Release    Original                    ERRORS
Pass #4 Win64    Release    NOSQLITE3STATIC    ERRORS
Pass #5 Win32    Debug     Original                    PASSED
Pass #6 Win32    Debug     NOSQLITE3STATIC    PASSED
Pass #7 Win32    Release    Original                    PASSED
Pass #8 Win32    Release    NOSQLITE3STATIC    PASSED
Summary (pdf): 
https://drive.google.com/file/d/1HganIB … drive_link
I use Delphi 10.2 Tokyo (Update 3).
I downloaded the current version from the master branch (I do not use the release version).
I downloaded the static files from https://synopse.info/files/mormot2static.7z
Internet access is available.
I use Windows 10 Pro (22H2) OS on Intel i7-8650U
  Windows Sandbox
  Defender is off
  Console En-US
  chcp 65001
  sqlite3-64.dll from the static folder
  sqlite3.dll (32 bit) from https://sqlite.org/2024/sqlite-dll-win-x86-3460100.zip
Console output + mormot2tests*.log (8 passes) is saved here: https://drive.google.com/drive/folders/ … sp=sharing
Pages: 1