On Thu, 18 Feb 2016 13:37:59 +1100, <david at andl.org> wrote: > Thanks for the answer. At least now I know why. > > I have already written all the P/Invoke code. It's written, tested, working > fine, using the sqlite3.dll size 658,797. Having the header and EXE is > convenient too, in a development context. > > I was able to install the package you suggest, but there is nothing in it > that looks like the DLL I've been using. If it's a drop-in replacement then > I'd happily go with it, but if it means rewriting low level code, I'd rather > not. I checked the documentation, and they really look rather different.
If all you need is the sqlite3 C API, the Precompiled Binaries for Windows on the download page provide just that: http://www.sqlite.org/download.html -- Regards, Kees Nuyt