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
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
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
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-
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
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
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
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