From 0ef64fbe03a0872c9ae55d615b85fb9a24bbc820 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 18 Feb 2012 02:46:07 +0000 Subject: Actually add the Windows 64-bit ode.dll file. This might be why it didn't work. --- bin/lib64/ode.dll | Bin 0 -> 656384 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/ode.dll (limited to 'bin/lib64') diff --git a/bin/lib64/ode.dll b/bin/lib64/ode.dll new file mode 100755 index 0000000..df3a6c4 Binary files /dev/null and b/bin/lib64/ode.dll differ -- cgit v1.1 From 68a4ef5ef62aef3d5e1ec5c20b03b3b4fa51743b Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 02:52:20 +0000 Subject: Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. --- bin/lib64/sqlite3.dll | Bin 0 -> 618496 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/sqlite3.dll (limited to 'bin/lib64') diff --git a/bin/lib64/sqlite3.dll b/bin/lib64/sqlite3.dll new file mode 100755 index 0000000..dadf7dd Binary files /dev/null and b/bin/lib64/sqlite3.dll differ -- cgit v1.1 From 1b906ef2addd966242d5f3a0bae274022257eee2 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 03:24:01 +0000 Subject: Replace win 64-bit sqlite3.dll with another version, though I suspect this one won't work either. --- bin/lib64/sqlite3.dll | Bin 618496 -> 613888 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/sqlite3.dll b/bin/lib64/sqlite3.dll index dadf7dd..3682eee 100755 Binary files a/bin/lib64/sqlite3.dll and b/bin/lib64/sqlite3.dll differ -- cgit v1.1 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(-) (limited to 'bin/lib64') 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 From daee2eda93c3135964784417f81c5cb4ce52871f Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 04:10:39 +0000 Subject: Load 32-bit or 64-bit BulletSim Windows library automatically as appropriate. This uses the same approach as ODE. radams, if this doesn't work for you please feel free to revert. --- bin/lib64/BulletSim-x86_64.dll | Bin 0 -> 768000 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/BulletSim-x86_64.dll (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim-x86_64.dll b/bin/lib64/BulletSim-x86_64.dll new file mode 100755 index 0000000..ec21dfe Binary files /dev/null and b/bin/lib64/BulletSim-x86_64.dll differ -- cgit v1.1 From a27e5a9c956be2150d52340543b5eec74a76f28d Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 04:12:17 +0000 Subject: Both 32-bit and 64-bit BulletSim.dll must have the same name. Rename the 64 bit one in lib64 --- bin/lib64/BulletSim-x86_64.dll | Bin 768000 -> 0 bytes bin/lib64/BulletSim.dll | Bin 0 -> 768000 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/lib64/BulletSim-x86_64.dll create mode 100755 bin/lib64/BulletSim.dll (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim-x86_64.dll b/bin/lib64/BulletSim-x86_64.dll deleted file mode 100755 index ec21dfe..0000000 Binary files a/bin/lib64/BulletSim-x86_64.dll and /dev/null differ diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll new file mode 100755 index 0000000..ec21dfe Binary files /dev/null and b/bin/lib64/BulletSim.dll differ -- cgit v1.1