On Dec 23, 2009, at 4:12 PM, Dr. Robert N. Cleaves wrote:

> Dear Sir:
>
> On startup, I get a message that the procedure entry point  
> sqlite3_prepare_v2 is missing from the dynamic link library  
> SQLite3.dll. How can I download the missing item?
>
> Thank you…

I'm guessing you are running windows.  Probably you have two or more  
applications installed that use SQLite.  (Candidates applications  
include Skype, Google Gears, Firefox, McAfee Antivirus, Adobe  
Acroread, Adobe Photoshop, iTunes, DropBox, and many others.)   
Probably when one of these applications was installing itself, it  
overwrote the system SQLite3.dll with an older version that does not  
support the sqlite3_prepare_v2() interface.  Then when one of the  
other applications that needs the new interface tries to run, it gets  
the older DLL that lacks the necessary entry point.

I beg and plead with application vendors to statically link against  
SQLite to avoid this kind of problem, but nobody listens to me about  
that....

I don't use windows myself and so I won't be much help in  
troubleshooting this.  But I have forwarded this reply to the SQLite  
mailing list where there are lots of windows users.  Perhaps someone  
there can explain what needs to be done....


>
> Dr. Robert N. Cleaves
> President
> Wilderness Conservancy
> and Project CARE
> www.wildcon.org
> [email protected]
> (310) 472-2593
>
> I am using the Free version of SPAMfighter.
> We are a community of 6 million users fighting spam.
> SPAMfighter has removed 37 of my spam emails to date.
> The Professional version does not have this message.

D. Richard Hipp
[email protected]



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to