re: VarDateFromStr parses yyyy-mm-dd as yyyy-dd-mm in European locales

2011-04-23 Thread Dan Kegel
Nikolay wrote: >> Who has authority to approve it? > A patch? Alexandre Julliard, he's the only project maintainer. > Send a patch to wine-patches at winehq.org when you think > it's ready and you'll get some feedback if it's not. Be sure to send it to winetestbot first, and fix any problems it fi

Re: VarDateFromStr parses yyyy-mm-dd as yyyy-dd-mm in European locales

2011-04-23 Thread Nikolay Sivov
On 4/23/2011 22:46, John Fremlin wrote: Nikolay Sivov writes: On 4/23/2011 22:22, John Fremlin wrote: Nikolay Sivov writes: On 4/23/2011 19:00, John Fremlin wrote: Europeans write dates generally as dd-mm-. This makes sense. So does -mm-dd. Native will parse dates written -mm

Re: VarDateFromStr parses yyyy-mm-dd as yyyy-dd-mm in European locales

2011-04-23 Thread Nikolay Sivov
On 4/23/2011 22:22, John Fremlin wrote: Nikolay Sivov writes: On 4/23/2011 19:00, John Fremlin wrote: Europeans write dates generally as dd-mm-. This makes sense. So does -mm-dd. Native will parse dates written -mm-dd correctly. Wine for some reasons assumes they are -dd-mm. T

Re: VarDateFromStr parses yyyy-mm-dd as yyyy-dd-mm in European locales

2011-04-23 Thread John Fremlin
Nikolay Sivov writes: > On 4/23/2011 19:00, John Fremlin wrote: >> Europeans write dates generally as dd-mm-. This makes sense. So does >> -mm-dd. Native will parse dates written -mm-dd correctly. Wine for >> some >> reasons assumes they are -dd-mm. This is not a date ordering us

Re: VarDateFromStr parses yyyy-mm-dd as yyyy-dd-mm in European locales

2011-04-23 Thread Nikolay Sivov
On 4/23/2011 19:00, John Fremlin wrote: Europeans write dates generally as dd-mm-. This makes sense. So does -mm-dd. Native will parse dates written -mm-dd correctly. Wine for some reasons assumes they are -dd-mm. This is not a date ordering used anywhere as far as I know and cont

Re: Matching Windows 7 folder locations?

2011-04-23 Thread newsletter [at] Schiermeier-Software
Hello Dan, wdrwo> Windows 7 changed the folders in c:/users/$USERNAME around a bit. not only 'a bit'. There are a lot of changes in the folder structure since Vista: See URL: -- Joerg Schiermeier

ERROR: Compile wine tests on WINDOWS with MS C/C++

2011-04-23 Thread Gerold Jens Wucherpfennig
Regarding: 5.5.4. Standalone, using the Microsoft C++ Toolkit of http://www.winehq.org/docs/winedev-guide/testing-windows : I tried to compile dlls/rasapi32/test/rasapi.c on Windows and got these error messages: Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 8

VarDateFromStr parses yyyy-mm-dd as yyyy-dd-mm in European locales

2011-04-23 Thread John Fremlin
Europeans write dates generally as dd-mm-. This makes sense. So does -mm-dd. Native will parse dates written -mm-dd correctly. Wine for some reasons assumes they are -dd-mm. This is not a date ordering used anywhere as far as I know and contradicts the MS behaviour. I've submitted

Re: Missing backtrace when debugging a game

2011-04-23 Thread Eric Pouech
Le 23/04/2011 11:34, Jerome Leclanche a écrit : I'm currently trying to debug http://bugs.winehq.org/show_bug.cgi?id=25977. Even when running "winedbg bin/release/loader.exe", this is what happens: Unhandled exception: page fault on read access to 0x in 32-bit code (0x00365327). Registe

Re: user32: Fix Jittery Mouse movement

2011-04-23 Thread EG Galano
On Fri, Apr 22, 2011 at 6:10 PM, Vitaliy Margolen wrote: > On 04/22/2011 02:06 PM, EG Galano wrote: >> >> This fixes jittery mouse movement in Combat Arms. This was introduced >> in commit 79c2e55b5a6331d15788f65a929e9e002c2f8b05 >> >> This is likely the same issue discussed here but I don't have

Re: Missing backtrace when debugging a game

2011-04-23 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 23.04.2011 um 11:34 schrieb Jerome Leclanche: > Any advice, or idea why this would happen? For example the stack could be broken > Furthermore, is it a bug with winedbg, and worth filing? If you think it is some problem with the debugger you may h

Missing backtrace when debugging a game

2011-04-23 Thread Jerome Leclanche
I'm currently trying to debug http://bugs.winehq.org/show_bug.cgi?id=25977. Even when running "winedbg bin/release/loader.exe", this is what happens: Unhandled exception: page fault on read access to 0x in 32-bit code (0x00365327). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 G

Re: Matching Windows 7 folder locations?

2011-04-23 Thread Kornél Pál
Hi, Note that these changes were introduced in Windows Vista, so applications that are being actively maintained should have no issues with these changes. Also note that on localized versions localized folder names link to the English physical folder, so the folder structure is more consiste