Using the sqlite3_libversion is different, it can only be used *after* the DLL has been loaded. With Thomas' solution he can check the version without/before loading the DLL -- Jos Groot Lipman
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Igor Tandetnik > Sent: donderdag 1 maart 2012 14:17 > To: [email protected] > Subject: Re: [sqlite] sqlite3.dll version information not available > > Thomas Funk <[email protected]> wrote: > >> I use the sqlite3.dll for Win32, it works fine. > >> It is possible to add the version information in the next > version. I > >> think it helps a lot of users, so it is possible to read > the version > >> in my application by a windows API function, and check for > the correct version. > > http://sqlite.org/c3ref/libversion.html > > -- > Igor Tandetnik > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

