Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 83090 invoked from network); 20 Aug 2007 15:24:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2007 15:24:53 -0000 Received: (qmail 55699 invoked by uid 500); 20 Aug 2007 15:24:51 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 55688 invoked by uid 500); 20 Aug 2007 15:24:50 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 55677 invoked by uid 99); 20 Aug 2007 15:24:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2007 08:24:50 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2007 15:24:48 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: how does rw_locales() work on Windows? Date: Mon, 20 Aug 2007 18:24:24 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438D3EA1D@epmsa009.minsk.epam.com> In-Reply-To: <46C62403.1090106@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how does rw_locales() work on Windows? Thread-Index: AcfhIBBV3+GUZZfrQRqj/rKdVMzj8gCHLCgg References: <46C62403.1090106@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Saturday, August 18, 2007 1:41 AM > To: stdcxx-dev@incubator.apache.org > Subject: how does rw_locales() work on Windows? >=20 > The rw_locales() function defined in the driver invokes the=20 > "locale -a" command regardless of the platform (i.e.,=20 > including Windows). When I run tests that invoke the function=20 > from within the IDE they produce errors because the locale=20 > utility can't be found (it's probably not in PATH). > I'm curious: how do others run tests on Windows so that calls=20 > to rw_locales() succeed ? Farid? When I debug the single test, I have just copy locale.exe and localedef.exe (and libstdxx.dll in dynamic builds) to some directory in the path (i.e. c:\windows) and remove them later. Farid.