Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 12422 invoked from network); 27 Aug 2007 14:33:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 14:33:52 -0000 Received: (qmail 25787 invoked by uid 500); 27 Aug 2007 14:33:48 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 25727 invoked by uid 500); 27 Aug 2007 14:33:48 -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 25703 invoked by uid 99); 27 Aug 2007 14:33:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 07:33:48 -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, 27 Aug 2007 14:33:43 +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, 27 Aug 2007 17:33:19 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438DF4AF5@epmsa009.minsk.epam.com> In-Reply-To: <46CF714C.2040502@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how does rw_locales() work on Windows? Thread-Index: AcfmqyMe4tje4SWMQ6ywUCdqbT5WHgCC/KAw References: <46C62403.1090106@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE6438D3EA1D@epmsa009.minsk.epam.com> <46CB06BB.3080501@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE6438D3EC1B@epmsa009.minsk.epam.com> <46CF714C.2040502@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 25, 2007 3:01 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: how does rw_locales() work on Windows? >=20 > Farid Zaripov wrote: > >> -----Original Message----- > >> From: Martin Sebor [mailto:sebor@roguewave.com] > >> Sent: Tuesday, August 21, 2007 6:38 PM > >> To: stdcxx-dev@incubator.apache.org > >> Subject: Re: how does rw_locales() work on Windows? > >> > > We can't set PATH just before run test from the IDE - there is no=20 > > Pre-Run step. > > The MSVC8 IDE has Envoronment field in Debugging page of=20 > the Project=20 > > Properties dialog, but this field can be changed only=20 > manually. So we=20 > > should either add %BUILDDIR%/bin in the PATH before run IDE or copy=20 > > locale.exe and localedef.exe to the tests directory at Post-Build=20 > > step. Both solutions are not convinient as for me. >=20 > You mean you don't like neither of them? I don't blame you :) >=20 > And there is no way for a solution to automatically add a=20 > specific directory to PATH the first time you open it in the IDE? It seems, no :( Farid.