Newer version of SqlIte3

Windows specific questions.
Post Reply
wallyg
Posts: 270
Joined: May 08, 2009 7:08
Location: Tucson Arizona

Newer version of SqlIte3

Post by wallyg »

The version of SqLite I have with FB 1.07 (WinFBE version) is

Code: Select all

#define SQLITE_VERSION "3.8.11.1"
const SQLITE_VERSION_NUMBER = 3008011
#define SQLITE_SOURCE_ID "2015-07-29 20:00:57 cf538e2783e468bbc25e7cb2a9ee64d3e0e80b2f"
On the SqLite website the current binaries are for 3.37.0

Does anyone have an updated .bi file for a version newer than 6 1/2 years ago that I can use with the current binaries?

Wally
St_W
Posts: 1626
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: Newer version of SqlIte3

Post by St_W »

latest version in the official FBC Github repo is at v3.34.0
https://github.com/freebasic/fbc/blob/m ... sqlite3.bi

for convenience, you can download the whole "inc" folder as found on github here:
https://users.freebasic-portal.de/stw/b ... eaders.zip

I recently (~2 months ago) upgraded to v3.36.0
https://github.com/swurzinger/fbbinding ... sqlite3.bi

If you really need the latest headers it's probably pretty easy to alter the makefile/configs in the fbbindings repo accordingly and generate the latest bindings.
wallyg
Posts: 270
Joined: May 08, 2009 7:08
Location: Tucson Arizona

Re: Newer version of SqlIte3

Post by wallyg »

Thank you very much. I do not need the absolute latest, it was just something I wanted was not in the 3.8 version.

Wally
Post Reply