You can find out definitively whether your problems are a missing DLL on
that particular system by using Dependency Walker:

http://www.dependencywalker.com/

Run the app and load Sqlite3.dll.  If dependent DLLs are missing, it will
highlight them.  Similarly, you can load up other DLLs and EXEs in your app
to see if something else is missing a DLL.

Doug



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

Reply via email to