[sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located

2015-10-14 Thread jose i cabrera
Thanks. Works great! Thanks. From: Richard Hipp Sent: Wednesday, October 14, 2015 5:37 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located On 10/14/15, jose isaias cabrera wrote: > -Origi

[sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located

2015-10-14 Thread Richard Hipp
On 10/14/15, jose isaias cabrera wrote: > -Original Message- > From: Random Coder > Sent: Wednesday, October 14, 2015 2:17 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Problems with v3.9.0: entry point sqlite3_finalize > could not be located

[sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located

2015-10-14 Thread jose isaias cabrera
-Original Message- From: Random Coder Sent: Wednesday, October 14, 2015 2:17 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located On Wed, Oct 14, 2015 at 9:55 AM, jose isaias cabrera wrote

[sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located

2015-10-14 Thread Richard Hipp
On 10/14/15, Random Coder wrote: > > There appears to be a problem with the officially provided DLL. It > only has sqlite3_json_init exported in the DLL. > Confirmed. And yet the reason for that is still a complete mystery to us SQLite developers. We are trying to figure out why the DLL build

[sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located

2015-10-14 Thread jose isaias cabrera
Greetings. I just downloaded the provided Windows DLL version from the download site, v3.9.0, and when I run my program, I get "The procedure entry point sqlite3_finalize could not be located in the dynamic link library SQLITE3.DLL." and the program aborts. I had to go back to v3.8.11.1 to

[sqlite] Problems with v3.9.0: entry point sqlite3_finalize could not be located

2015-10-14 Thread Random Coder
On Wed, Oct 14, 2015 at 9:55 AM, jose isaias cabrera wrote: > "The procedure entry point sqlite3_finalize could not be located in the > dynamic link library SQLITE3.DLL." > > and the program aborts. I had to go back to v3.8.11.1 to make the program > work again. Any thoughts? I thought that