[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:
> -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:
>> "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?

It's on the website now.

-- 
D. Richard Hipp
drh at sqlite.org
___
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users




[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
>
> 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 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?

It's on the website now.

-- 
D. Richard Hipp
drh at sqlite.org


[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:
> "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.



[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
is not working now

Meanwhile, use the source code.  Statically link.  Your life will be
much easier that way.

-- 
D. Richard Hipp
drh at sqlite.org


[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 make the program 
work again.  Any thoughts?  I thought that this had happened before and it 
was some compiler issue.  Thoughts?

thanks.

jos? 



[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 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.