I statically link for exactly this reason. If I WAS going to dynamic
link though, I'd make my own DLL from the sources, give it a unique
name, link against it's import lib and keep it in the same folder as
my EXE.

C


Wednesday, December 23, 2009, 4:50:08 PM, you wrote:

DRH> 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Â…

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

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

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


>>
>> Dr. Robert N. Cleaves
>> President
>> Wilderness Conservancy
>> and Project CARE
>> www.wildcon.org
>> b...@wildcon.org
>> (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.

DRH> D. Richard Hipp
DRH> d...@hwaci.com



DRH> _______________________________________________
DRH> sqlite-users mailing list
DRH> sqlite-users@sqlite.org
DRH> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



-- 
Best regards,
 Teg                            mailto:t...@djii.com

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to