#1 2022-03-07 20:33:11

wxinix
Member
Registered: 2020-09-07
Posts: 121

Delphi compilation error with latest mORMot (just checked out today)

Delphi 11, x64,

[dcc64 Error] mormot.db.raw.sqlite3.static.pas(1001): E2065 Unsatisfied forward or external declaration: 'sqlite3_error_offset'
[dcc64 Fatal Error] WxWorks.Core.Orm.pas(38): F2063 Could not compile used unit 'mormot.db.raw.sqlite3.static.pas'

Offline

#2 2022-03-08 02:52:14

uian2000
Member
Registered: 2014-05-06
Posts: 68

Re: Delphi compilation error with latest mORMot (just checked out today)

Current static  objects version is 3.37.2(?), while mormot.db.raw.sqlite3.static is at version 3.38.0.

You may tempery avoid this issue by comment out this line and relevant calls.

Offline

#3 2022-03-08 07:05:29

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,237
Website

Re: Delphi compilation error with latest mORMot (just checked out today)

Statics have been uploaded to 3.38.0 in synch with the source.

You need to download the updated statics from https://synopse.info/files/mormot2static.7z

Offline

Board footer

Powered by FluxBB