Hi Richard and the other SQLite developers,

Thank you for a fantastic and inspiring project.

In many cases using SQLite as a dynamic-link library is desirable, particularly 
from non C/C++ environments. For example, I have a set of VBA declares that 
makes SQLite available to VBA in Excel. By just replacing the SQLite3.dll with 
a new 'official' version, one can upgrade the SQLite without requiring a 
rebuild under a C++ development setup, which is great. This means I only have 
to maintain the 'glue' to SQLite, which changes very seldom, and don't have to 
rebuild and host the regularly updated SQLite library itself. Paths and 
different versions of the library can be managed by explicitly loading from 
private location and not relying on the Windows .dll path resolution.

However, the precompiled Windows binary is currently only available as a 32-bit 
library. I'd like to request that a precompiled Win64 Windows binary be added 
to the list of standard build outputs and downloads available from the 
sqlite.org site. This will be consistent with the basic Win32 binary that is 
currently maintained, and will support the growing popularity of 64-bit 
applications under Windows.

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

Reply via email to