Just a heads up that DC won't start with the cimi front-end on Windows anymore. I get a popup saying is can't start because sqlite3.dll is missing from my computer. This is after a git pull and bundle install, with neither showing any errors.
The trace starts with: D:/programs/Ruby187/lib/ruby/gems/1.8/gems/do_sqlite3-0.10.10-x86-mingw3 2/lib/do_sqlite3/1.8/do_sqlite3.so: 126: The specified module c ould not be found. - D:/programs/Ruby187/lib/ruby/gems/1.8/gems/do_sqlite3-0.10.10-x86-mingw3 2/lib/do_sqlite3/1.8/do_sqlite3.so (Load Error) I was able to get past this by doing a gem install do_sqlite, which installed do_sqlite3-0.10.10-x86-mingw32, and then downloading the sqlite dlls from http://www.sqlite.org/sqlite-dll-win32-x86-3071401.zip and unzipping them to my ruby\bin folder. Regards, Dies Koper
