Greetings Farid.
I looked inside the stdcxx_testlocales.vcproj file that I generated
locally, and the contents appeared to be correct (it listed all the
locales). The theoretical fixed length buffer I was referring to would
be used when the project file is read in, and the the temporary batch
file (C:\DOCUME~1\batman\LOCALS~1\Temp\BAT000209.bat) is created.
I can still send you a copy of the project file in question, either
generated on my windows box or from nightly testing archives, but I
suspect the only difference you'll find will be differences in path names.
--Andrew Black
Farid Zaripov wrote:
-----Original Message-----
From: Andrew Black [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 17, 2007 6:08 PM
To: [email protected]
Subject: Re: Windows locale failures
I wonder if MSVC 7.1 has a fixed length buffer used in
generating the temporary batch file.
I don't think so. At least the mine MSVC 7.1 works properly.
Could you, please, send me the project file:
%builddir%\Projects\locales\stdcxx_testlocales.vcproj ?
It might also be
possible to compress the command string
by using a for /F loop to iterate over the locales to test,
rather than spelling out each test step.
I agree with it.
Farid.