How update PB 5.45 to latest SQLite version

Everything else that doesn't fall into one of the other PB categories.
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

How update PB 5.45 to latest SQLite version

Post by swhite »

Hi

I have a project that needs to run in ASCII mode so I am using PB 5.45 64 bit but I need to use the latest SQLite version. What files need to be updated to make this possible since the UseSQLiteDatabase() does not support the optional library argument?

Thanks,
Simon
Simon White
dCipher Computing
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: How update PB 5.45 to latest SQLite version

Post by infratec »

You can try to copy the sqlite3.lib file from PB 6

Folder is

PureBasic/PureLibraries/Windows/Libraries/
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Re: How update PB 5.45 to latest SQLite version

Post by swhite »

Yes I did that but the version is newer but not new enough to include the feature I want to use from SQLite hence my request to update the SQLite library to the latest version of SQLite.

Simon
Simon White
dCipher Computing
plouf
Enthusiast
Enthusiast
Posts: 250
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: How update PB 5.45 to latest SQLite version

Post by plouf »

Maybe best way is to use sqlite3.dll and make direct calls to the lib
Christos
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Re: How update PB 5.45 to latest SQLite version

Post by swhite »

Hi

In the past I have not had much luck trying to use Linux .so files directly so I have not tried this method. Any instructions about how this can be accomplished would be appreciated.

Simon
Simon White
dCipher Computing
Post Reply