On 23 Apr 2012, at 10:06pm, Roger Binns <rog...@rogerbinns.com> wrote:

> I think what is confusing Windows developers is that they go to the
> download page and can find 32 bit downloads, but no 64 bit downloads and
> hence come to the conclusion there must be some sort of unspecified issue.
> 
> It is probably worthwhile putting a paragraph like the following at the
> top of the binary downloads:
> 
>  It is far more convenient to include the SQLite amalgamation directly
> into your application where you can control compilation options, versions
> and builds (eg 32 or 64 bit).  The precompiled binaries below are for some
> additional tools and those who do not have access to a compiler.

Agreed.  I'd go even further by titling it and addressing it very obviously to 
anyone looking for a DLL to download.  Looking for a DLL is a natural thing for 
a Windows developer to do.  That's what you do for libraries: find an existing 
DLL that the authors provided.  SQLite is extremely unusual in that it was 
designed from the ground up to be suited for compiling the source code into 
your own project.

(In case it's not clear from the above, I really like the way SQLite does that, 
and I'd be happiest if in fact there was /no/ precompiled DLL available on the 
SQLite site.  I think a lot of the posts to this list are caused by DLL-related 
problems which would never happen if there were clear instructions instead for 
compiling the amalgamation into the most popular versions of the 'Studio' IDE.)

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

Reply via email to