Re: [Lazarus] Lazarus with SQLite on Windows

2024-07-14 Thread Jean SUZINEAU via lazarus
Personally for Windows I just include sqlite3.dll in the directory of my program. And I include this dll in my releases on github, for example (in French): https://github.com/jsuzineau/pascal_o_r_mapping/releases/tag/2024_01_19_jsWorks (it can run both on Linux  with elf or Windows with the exe

Re: [Lazarus] Lazarus with SQLite on Windows

2024-07-14 Thread John Landmesser via lazarus
Am 14.07.24 um 11:33 schrieb Arí Ricardo Ody via lazarus: A few days ago it was explained to me here on this forum how to install and use SQLite with Lazarus on Linux. Everything went well and I'm using it normally. I would like to know if you would also explain to me, please, how to do the same