Re: GetKeyboardState problems in Age of Empires II

2013-04-17 Thread Dmitry Timoshkov
Stevie Trujillo wrote: > "Age of Empires II scrolling gets stuck after Alt-Tab away > and back" ( http://bugs.winehq.org/show_bug.cgi?id=30814 ) has been > debugged now. > > The problem is that GetKeyboardState starts returning 0x40 after > changing window. Documentation seems to only define LSB

GetKeyboardState problems in Age of Empires II

2013-04-17 Thread Stevie Trujillo
"Age of Empires II scrolling gets stuck after Alt-Tab away and back" ( http://bugs.winehq.org/show_bug.cgi?id=30814 ) has been debugged now. The problem is that GetKeyboardState starts returning 0x40 after changing window. Documentation seems to only define LSB and MSB ( http://msdn.microsoft.com/

Re: msvcr110: forward __crtSetUnhandledExceptionFilter to kernel32.SetUnhandledExceptionFilter (try 3)

2013-04-17 Thread Dmitry Timoshkov
Austin English wrote: > +LPTOP_LEVEL_EXCEPTION_FILTER > MSVCR110__crtSetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER filter) > +{ > +return SetUnhandledExceptionFilter(filter); > +} msvcrt APIs need an explicit calling convention specifier. -- Dmitry.

Re: [PATCH 2/3]vbscript: Implemented builtin function CInt

2013-04-17 Thread Dmitry Timoshkov
larmbr zhan wrote: > +case VT_BOOL: > +*ret = V_BOOL(v) ? -1 : 0; > +break; Shouldn't this be VARIANT_TRUE/VARIANT_FALSE instead of -1/0? -- Dmitry.

Re: Application for GSoC 2013

2013-04-17 Thread Austin English
On Wed, Apr 17, 2013 at 9:38 AM, larmbr zhan wrote: > Hi all, > > I'm a junior student from a non-famous college, > I apply to parcitipate in GSoC , to help do some > vbscript module implementation. I've just submitted > a patchset on this. > Howdy Zhan, While your college may not be famous, i

Re: [PATCH 3/3]vbscript: Implemented builtin function CBool

2013-04-17 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=25139 Your paranoid android

Application for GSoC 2013

2013-04-17 Thread larmbr zhan
Hi all, I'm a junior student from a non-famous college, I apply to parcitipate in GSoC , to help do some vbscript module implementation. I've just submitted a patchset on this. Thanks. -- Regards, Zhan Jianyu

Re: [PATCH 2/3]vbscript: Implemented builtin function CInt

2013-04-17 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=25138 Your paranoid android