Constantine, really useful information.

Do you know if the compiled objs that may be available in Delphi are comparable 
in performance with the ones made by MS VS.

I know there is a tool, IMPLIB to import dlls or libs that can be from 
Microsoft and create Libs to use in Delphi..Not sure how they did it in 
Embarcadero..

Thanks

Carlos


-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Constantine Yannakopoulos
Sent: sexta-feira, 9 de Maio de 2014 15:36
To: General Discussion of SQLite Database
Subject: Re: [sqlite] 64 bits Dll

On Fri, May 9, 2014 at 5:20 PM, Ralf Junker <ralfjun...@gmx.de> wrote:

> FireDAC only, and outdated by 2 months at the day of release. Delphi 
> XE5 SQLite is still at 3.7.17, almost one year behind.
>

​In Delphi XE5 FireDAC either links statically the object files ​ 
​sqlite3_x86.obj ​/​sqlite3_x64.obj or loads sqlite3.dll and links to its 
functions via
GetProcAddress() depending to the compiler switch FireDAC_SQLITE_STATIC. So it 
should be possible to recompile the units FireDAC.Phys.SQLiteXXX.pas and either 
link in any later version of the sqlite3 object files or have it load the 
latest dll, provided that you have $(BDS)\source\data\firedac in your search 
path.

--Constantine
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to