#1 2019-08-09 21:20:35

nirnir
Member
Registered: 2013-11-11
Posts: 66

cant compile with RIO 10.3.2

Gets
   error E2065: E2065 Unsatisfied forward or external declaration: 'CodecGetReadKey'
   error E2065: E2065 Unsatisfied forward or external declaration: 'sqlite3_key'
and few more declaration without implementation .
I verified sqlite3.obj does exist
tried use c.bat to compile but bcc32 does not exist with this delphi version .
using bcc32x instead failed to compile

Offline

#2 2019-08-10 09:31:30

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

Re: cant compile with RIO 10.3.2

You have an outdated .obj file I guess...

Offline

#3 2019-08-10 14:34:59

nirnir
Member
Registered: 2013-11-11
Posts: 66

Re: cant compile with RIO 10.3.2

Thanks , but not .
I use latest build.

Offline

#4 2019-08-10 14:55:49

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

Re: cant compile with RIO 10.3.2

Current sqlite3.obj is 789,279 bytes, compiled 07/18/2019.

Ensure you have the latest binary either from github or from https://synopse.info/files/sqlite3obj.7z

Offline

#5 2019-08-10 16:59:20

nirnir
Member
Registered: 2013-11-11
Posts: 66

Re: cant compile with RIO 10.3.2

unfortunately it doesn't help
Have someone used mormot with 10.3.2 ?
there were some other compile errors which I fixed myself
like adding syntable  to the uses list  in SynDBUniDAC.pas  ([dcc32 Error] SynDBUniDAC.pas(222): E2003 Undeclared identifier: 'ftInt64')

Offline

#6 2019-08-10 17:58:38

Vitaly
Member
From: UAE
Registered: 2017-01-31
Posts: 168
Website

Re: cant compile with RIO 10.3.2

I'm using mORMot with 10.3.2 for a couple of weeks. Everything works fine. Didn't meet any trouble while migrating from 10.3.1.
Delphi 10.3.2 Professional with Mobile Version 26.0.34749.6593

Offline

#7 2019-08-10 18:34:05

nirnir
Member
Registered: 2013-11-11
Posts: 66

Re: cant compile with RIO 10.3.2

Did you make any changes to the mormot library when started with Rio ?

Vitaly wrote:

I'm using mORMot with 10.3.2 for a couple of weeks. Everything works fine. Didn't meet any trouble while migrating from 10.3.1.
Delphi 10.3.2 Professional with Mobile Version 26.0.34749.6593

Offline

#8 2019-08-10 19:08:40

Vitaly
Member
From: UAE
Registered: 2017-01-31
Posts: 168
Website

Re: cant compile with RIO 10.3.2

No, everything works as it is.
I'm just adding a couple of paths to mORMot to project options.

Offline

#9 2019-08-11 15:51:16

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

Re: cant compile with RIO 10.3.2

My guess is that you have something wrong in your paths: maybe several installations of mORMot or SynPdf units...

Offline

Board footer

Powered by FluxBB