What's the right way to implement _wtoi_l?

2012-07-22 Thread Alex Henrie
Dear Wine developers, Bug 24389 documents an application crash due to the unimplemented function msvcr90._wtoi_l. I have been looking into how to resolve this problem. I see three workable options: 1. Implement msvcr90._wtoi_l by copying the code from ntdll._wtoi to msvcrt, ignoring the locale pa

Noticed openwatcom.org's afxapi

2012-07-22 Thread Dan Kegel
"Initial checkin of afxapi, a class library aiming to provide source-level compatibility with MFC." http://www.openwatcom.org:4000/@md=d&cd=//depot/openwatcom/bld/afxapi/include/&cdf=//depot/openwatcom/bld/afxapi/include/afxcmn4.mnl&ra=s&rc=s&c=3Z1@/36051?ac=10 Wonder how that's going.

Re: Error When Using winedbg on 64-bit Ubuntu 12.04

2012-07-22 Thread Eric Pouech
likely you're trying to debug a 32bit app using the 64bit debugger this doesn't work yet a+ 2012/7/21 John Edmonds > I'm using 64-bit Ubuntu 12.04. I built and installed wine using the > instructions from > http://wiki.winehq.org/**WineOn64bit. > Whenever I

Re: [PATCH 3/5] wined3d: Don't use GL_EXTCALL for WGL extension functions.

2012-07-22 Thread Henri Verbeet
Actually, ignore this one, it shouldn't be needed anymore.

Re: user32: search more aggressively for a window under a tooltip

2012-07-22 Thread Dmitry Timoshkov
Daniel Jelinski wrote: > As for a test case, do you prefer a minimalistic test case with one > test that would be todo_wine without this patch and ok without it, or > a massive test involving several overlapping windows belonging to > different threads? There are some existing test for RealChild