You are not logged in.
Pages: 1
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 :
Any idea what's wrong ?
Offline
Ensure the sqlite3*.obj are the one supplied with 1.18 unstable version:
http://synopse.info/files/sqlite3obj.7z
Offline
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
Offline
I've update the ReadMe.txt files to help the migration.
See http://synopse.info/fossil/info/033fa95fa8
Thanks for the feedback!
Offline
Pages: 1