Re: New winetricks 20091125: new verbs ie7, alsa, fbo, pbuffer, ...

2009-11-27 Thread Louis Lenders
Dan Kegel kegel.com> writes: > > Pie's in the oven, time for another winetricks release. > Could it be possible to "fix" mdac as well? Because of wine now having a more or less stubbed oledb32.dll, apps that need mdac don't run properly anymore. Simple solution is to set oledb32 to native, be

Re: comctl32: Implementation the WM_GETTEXT processing of datetime control

2009-11-27 Thread Nikolay Sivov
Ilya Shpigor wrote: +static INT +DATETIME_GetText (DATETIME_INFO *infoPtr, INT count, LPWSTR dst) +{ +WCHAR buf[80]; +int i; + +if(!count) return 0; + +dst[0] = 0; +for (i = 0; i < infoPtr->nrFields; i++) +{ +DATETIME_ReturnTxt(infoPtr, i, buf, sizeof(buf)/sizeof(b

windows shutdown process

2009-11-27 Thread Vincent Povirk
In order to find the correct fix for bug 18753, I've been examining the shutdown process on Windows. I have written a program that logs the messages sent to it, and I've run it on Windows 7. What I found was that a shutdown produces the following sequence of events: * We get a 0x3b message. DefWind

Re: Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e causes tooltip functions in e-Sword to stop functioning

2009-11-27 Thread Austin English
On Fri, Nov 27, 2009 at 8:42 AM, James McKenzie wrote: > Nikolay Sivov wrote: >> James McKenzie wrote: >>> All >>> >>> Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e richedit: Used ITextHost >>> methods to avoid using window handle directly caused the tooltips popups >>> to stop functioning in e-

Re: Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e causes tooltip functions in e-Sword to stop functioning

2009-11-27 Thread Michael Stefaniuc
James, James McKenzie wrote: > Nikolay Sivov wrote: >> James McKenzie wrote: >>> Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e richedit: Used ITextHost >>> methods to avoid using window handle directly caused the tooltips popups >>> to stop functioning in e-Sword. >>> >>> Has this been corrected

Re: Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e causes tooltip functions in e-Sword to stop functioning

2009-11-27 Thread James McKenzie
Nikolay Sivov wrote: > James McKenzie wrote: >> All >> >> Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e richedit: Used ITextHost >> methods to avoid using window handle directly caused the tooltips popups >> to stop functioning in e-Sword. >> >> Has this been corrected in later Wine releases? I

Re: Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e causes tooltip functions in e-Sword to stop functioning

2009-11-27 Thread Nikolay Sivov
James McKenzie wrote: All Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e richedit: Used ITextHost methods to avoid using window handle directly caused the tooltips popups to stop functioning in e-Sword. Has this been corrected in later Wine releases? I am at wine-1.1.14 with integrating the E

Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e causes tooltip functions in e-Sword to stop functioning

2009-11-27 Thread James McKenzie
All Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e richedit: Used ITextHost methods to avoid using window handle directly caused the tooltips popups to stop functioning in e-Sword. Has this been corrected in later Wine releases? I am at wine-1.1.14 with integrating the EM_FORMATRANGE patch. Th