#1 2015-08-29 00:05:12

kalmenchia
Member
Registered: 2015-08-21
Posts: 2

compiling on XE7 access violation , please help .

Hi all ,


i am trying to compile and try out mORMot  \mORMot\SQLite3\Samples\18 - AJAX ExtJS Grid , but when i compiled
it will have access violation , especially when it comes to the following line ,

  DB.CreateMissingTables;   <==== access violation was triggered here ...
  Server := TSQLHttpServer.Create('8080',[DB],'+',useHttpApiRegisteringURI);

do any one know what happened ?

thanks,
Kalmen

Offline

#2 2015-08-29 09:12:25

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

Re: compiling on XE7 access violation , please help .

I was not to reproduce the issue here.

Offline

#3 2015-08-30 01:16:44

kalmenchia
Member
Registered: 2015-08-21
Posts: 2

Re: compiling on XE7 access violation , please help .

Hi all ,

I am using win7 prof 64bit with XE7, will it be possible that the compilation error is caused by the sqlite3 dll ?

Do i need to put the sqlite dll into the folder ?
The Sample i am trying is : 18 - AJAX ExtJS Grid , and i am sure that when it compiled up to
      DB.CreateMissingTables;   <==== access violation was triggered here ...

it seems that when it call this CreateMissingTables , it will failed !
Thanks,
Kalmen

Offline

#4 2015-08-30 07:17:20

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

Re: compiling on XE7 access violation , please help .

What is your compiler target? Win32? Win64?

Under Win32, no need of a sqlite3 dll. The engine is linked to the exe.
Under Win32, you need a sqlite3-64.dll.

See http://synopse.info/files/html/Synopse% … #TITLE_597

Offline

Board footer

Powered by FluxBB