Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 9535 invoked from network); 4 Dec 2008 10:47:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 10:47:43 -0000 Received: (qmail 32720 invoked by uid 500); 4 Dec 2008 10:47:55 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 32684 invoked by uid 500); 4 Dec 2008 10:47:55 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 32675 invoked by uid 99); 4 Dec 2008 10:47:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 02:47:55 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 10:46:34 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 10743118DA for ; Thu, 4 Dec 2008 10:47:22 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Thu, 04 Dec 2008 10:47:21 -0000 Message-ID: <20081204104722.25399.28078@eos.apache.org> Subject: [Couchdb Wiki] Update of "Installing on Windows" by Netherlord X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by Netherlord: http://wiki.apache.org/couchdb/Installing_on_Windows ------------------------------------------------------------------------------ This is a wrapper to provide ICU features to CouchDB. - ''Here is a binary (no warranty! may burn your eyes out!) built against ICU 4.0 in 32-bit Windows: attachment:couch_erl_driver.dll'' + ''Here is a binary (no worry! MS bleeding-edge technology proved!) built against ICU 4.0 in 32-bit Windows: attachment:couch_erl_driver.dll'' The simplest way to build a DLL is to create a Win32 DLL project in an IDE, add `couch_erl_driver.c` into the project, and change project settings to include the Erlang ERTS and ICU4C header paths. You must also include the various ICU `*.lib` files to the MSVC linker as inputs. MSVC doesn't know how to create a DLL with unresolved names.