Hi, perhaps, this can help:
1) download zip with latest SQLite DLL from http://sqlite.org/download.html; 2) unzip it to c:\temp; 3) copy c:\temp\sqlite3.dll to Windows\System32 folder; 4) if there is already sqlite3.dll in Windows\System32 and it's locked, overwrite it with InUse.exe (http://support.microsoft.com/kb/228930); 5) reboot; 6) if some software is still complaining, delete sqlite3.dll from app's folder. Since SQLite is (mostly :) backwards compatible these steps will force wrongful app to use latest sqlite3.dll in system32 instead of the one it was installed with. I'm not sure if this would definitely work, but I would give it a try. The problem can arise if app uses some specifically built DLL that's not compatible in some way with the default one. And it's not clear how to perform step 6 - find complaining app's folder. 2013/11/12 Norma Richey <[email protected]> > Hello, > > > > I am having problem with an error that is appearing whenever I startup my > computer. This happened when I downloaded the latest update of iTunes. > > > > The issue is as follows: > > The procedure entry point sqlite3-wal-checkpoint could not be located in > the > dynamic library SQLite3.dll. > > > > I previously had an issue with the AppleSyncNotifier.exe Entry Point Not > Found but it was a little different and I was able to fix it. I tried the > same fix but it did not work. I am not real tech savvy so if you can > direct > me that would be great. > > > > Any assistance would be most appreciated. Thanks in advance. > > > > Norma Richey > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Regards, SqliteDog support team _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

