From a15b00d3ef6a082c1cd6e49ef648654daf28c4d4 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 04:01:27 +0000 Subject: Replace previous windows 64-bit sqlite3.dll with one from http://system.data.sqlite.org/downloads/1.0.79.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.79.0.zip In this zip, it's called System.Data.SQLite.dll. We rename it to lib64/sqlite3.dll This is a little unexpected but it works. For some reason my hand-rolled one in Visual Studio 2008 did not. This is sqlite 3.7.10. Other libraries are still currently 3.7.6 but this should make no difference. This should make it possible to use OpenSim.exe on 64-bit Windows now, though currently the bullet physics plugin will still complain (can be ignored if you are not using bullet). --- bin/lib64/sqlite3.dll | Bin 613888 -> 1083392 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/bin/lib64/sqlite3.dll b/bin/lib64/sqlite3.dll index 3682eee..815c4d3 100755 Binary files a/bin/lib64/sqlite3.dll and b/bin/lib64/sqlite3.dll differ -- cgit v1.1