-----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 <jicman at cinops.xerox.com> 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 this had happened before and it > was some compiler issue. Thoughts? There appears to be a problem with the officially provided DLL. It only has sqlite3_json_init exported in the DLL. _______________________________________________ When can we expect a new DLL? Or is there going to be one? Or are we going to have to download a compiler and prepare our own DLL? Thanks.