#1 2014-02-27 10:07:39

O.Schwab
Member
From: Montpellier, FRANCE
Registered: 2013-03-29
Posts: 12

Migration problem from 1.17 to 1.18

Hello,

I'm trying to upgrade a project using mORMot 1.17 to 1.18.
mORMot folders are referenced in the search path (? en francais : chemin de recherche) of the project
System is : Windows 7 64 bits ; Delphi and project in 32 bits.

I performed the following :

  • replaced uses clause with SQLite3Commons with mORmot 

  • replaced uses clause with SynSQLite3  with SynSQLite3Static and add it on top of uses clause (in order initialization is called)

  • copied sqlite3ft3.obj in mORMot\SQLite3  folder 

  • replaced uses clause with SQLite3  with mORmotSQLite3 


I didn't touch anything else in the project.

Now , the executable crashes on CreateMissingTables() call.

Here are some screens of the call stack :

1N5ABju.png

PHRGoA6.png

QUfHeLG.png



Any idea what's wrong ?

Offline

#2 2014-02-27 15:39:31

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

Re: Migration problem from 1.17 to 1.18

Ensure the sqlite3*.obj are the one supplied with 1.18 unstable version:
http://synopse.info/files/sqlite3obj.7z

See http://synopse.info/fossil/wiki?name=Get+the+source

Offline

#3 2014-02-28 08:32:42

O.Schwab
Member
From: Montpellier, FRANCE
Registered: 2013-03-29
Posts: 12

Re: Migration problem from 1.17 to 1.18

Hello,

It works well now, thank you very much Arnaud !
As I switched several times between 1.17 and 1.18 I must have left an older version of these obj in the 1.18 folder.

Désolé pour le dérangement wink

Offline

#4 2014-02-28 13:16:54

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

Re: Migration problem from 1.17 to 1.18

I've update the ReadMe.txt files to help the migration.
See http://synopse.info/fossil/info/033fa95fa8

Thanks for the feedback!

Offline

Board footer

Powered by FluxBB