From b817c337dc2c5d8efda710f445114aa9a9344611 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 18 Feb 2012 00:33:52 +0000 Subject: On Windows automatically load the correct native ODE library depending on whether the process is 32-bit or 64-bit In theory, this means that a 64-bit Windows OS user can now run OpenSim.exe with ODE and use more than 2 (or 3) GB of memory. However, this is completely untested since I don't currently own a 64-bit Windows box. Feedback appreciated. Using OpenSim.32BitLaunch.exe should continue to work. Other platforms are unaffected. This will currently not work with sqlite - I will add that too if this works. --- bin/lib32/ode.dll | Bin 0 -> 496640 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib32/ode.dll (limited to 'bin/lib32') diff --git a/bin/lib32/ode.dll b/bin/lib32/ode.dll new file mode 100755 index 0000000..f310358 Binary files /dev/null and b/bin/lib32/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/lib32/sqlite3.dll | Bin 0 -> 559244 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib32/sqlite3.dll (limited to 'bin/lib32') diff --git a/bin/lib32/sqlite3.dll b/bin/lib32/sqlite3.dll new file mode 100755 index 0000000..f29dc62 Binary files /dev/null and b/bin/lib32/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/lib32/BulletSim.dll | Bin 0 -> 562176 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib32/BulletSim.dll (limited to 'bin/lib32') diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll new file mode 100755 index 0000000..d1571cf Binary files /dev/null and b/bin/lib32/BulletSim.dll differ -- cgit v1.1