After using native wtsapi32.dll and winsta.dll, there is no
fixme:wtsapi message.
$ wine tokenadmin.exe
fixme:win:RegisterDeviceNotificationA (hwnd=0x10090,
filter=0xe8e9c4,flags=0x) returns a fake device notification
handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB
On 23 November 2010 21:23, Stefan Dösinger wrote:
> Am Dienstag 23 November 2010, 17:22:50 schrieb Henri Verbeet:
>> On 23 November 2010 17:10, Stefan Dösinger wrote:
>> > Am Dienstag 23 November 2010, 16:52:09 schrieb Henri Verbeet:
>> >> Looks like a flaw in the d3dx9_36 test, it isn't taking t
On 1/16/11 9:55 AM, Nikolay Sivov wrote:
On 1/16/2011 19:39, James McKenzie wrote:
All:
I would like comments on this patch.
Another question is how screen resolution affects that test.
Thank you and Ge for this. Changing the resolution from 96 to 120
definitely affects the test results.
Hi Erich,
On 1/15/11 12:14 AM, Erich Hoover wrote:
Real Name:
Erich Hoover
Description:
Adds support for the IWebBrowser(2)_ExecWB function by passing the
requested operations through to IOleCommandTarget_Exec. With this
patch (and patch 1) the print button in hhctrl.ocx operates prop
Hi Michael,
Please leave there functions (and to_disp from your next patch). I have
plans for them related to GC implementation, that I hope to find time to
implement at some point.
Thanks,
Jacek
On 1/16/11 11:42 AM, Greg Geldorp wrote:
From: James McKenzie
I'll have to figure out how to change the
resolution on the test bot and or my local copy of WindowsXP SP2 (not
upgradable, no Internet connection to that system.
I've now changed the resolution to 1024x768 and 120DPI on VM
WXPPRODPY
On 1/16/11 10:58 AM, Charles Davis wrote:
On 1/16/11 10:53 AM, James McKenzie wrote:
On 1/16/11 10:27 AM, Nikolay Sivov wrote:
On 1/16/2011 20:17, James McKenzie wrote:
+todo_wine {
+SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO,
MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO))
On 1/16/11 10:58 AM, Nikolay Sivov wrote:
On 1/16/2011 20:53, James McKenzie wrote:
On 1/16/11 10:27 AM, Nikolay Sivov wrote:
On 1/16/2011 20:17, James McKenzie wrote:
+todo_wine {
+SendMessageW(hwndRichEdit, EM_SETMARGINS,
EC_USEFONTINFO, MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO))
From: James McKenzie
> I'll have to figure out how to change the
> resolution on the test bot and or my local copy of WindowsXP SP2 (not
> upgradable, no Internet connection to that system.
I've now changed the resolution to 1024x768 and 120DPI on VM
WXPPRODPY16 from their previous values of 800x6
Dear all, after replacing winscard.dll by native windows dll and
setting the native winscard.dll by default with winecfg,
I got a new result,Screenshot here: http://goo.gl/7gWbt ,
this is the same as that the regist is modified in Windows XP:
http://goo.gl/VNn2N
Here is the log:
wine tokenadmin.
On 1/16/11 10:53 AM, James McKenzie wrote:
> On 1/16/11 10:27 AM, Nikolay Sivov wrote:
>> On 1/16/2011 20:17, James McKenzie wrote:
> +todo_wine {
> +SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO,
> MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO));
> +}
Hm.
On 1/16/2011 20:53, James McKenzie wrote:
On 1/16/11 10:27 AM, Nikolay Sivov wrote:
On 1/16/2011 20:17, James McKenzie wrote:
+todo_wine {
+SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO,
MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO));
+}
Hm.
This is one of the test case
On 1/16/11 10:27 AM, Nikolay Sivov wrote:
On 1/16/2011 20:17, James McKenzie wrote:
+todo_wine {
+SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO,
MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO));
+}
Hm.
This is one of the test cases that was recommended and it appears to
b
On 1/16/11 10:24 AM, André Hentschel wrote:
see http://test.winehq.org/data/
Will do. I don't want to break Windows9x functionality though.
+ /* Per http://msdn.microsoft.com/en-us/library/bb761649%(VS.85).asp
if the lparam is
+ EC_USEFONTINFO the Left and Right Margins should be set
On 1/16/2011 20:17, James McKenzie wrote:
+todo_wine {
+SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO,
MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO));
+}
Hm.
This is one of the test cases that was recommended and it appears to
be the only one that 'works'.
There's no t
Am 16.01.2011 18:17, schrieb James McKenzie:
> On 1/16/11 9:55 AM, Nikolay Sivov wrote:
>> On 1/16/2011 19:39, James McKenzie wrote:
>>> All:
>>>
>>> I would like comments on this patch.
>> Ok.
OK
>>
>>> static HWND new_window(LPCTSTR lpClassName, DWORD dwStyle, HWND parent) {
>>>HWND hwnd;
>
On 1/16/11 9:55 AM, Nikolay Sivov wrote:
On 1/16/2011 19:39, James McKenzie wrote:
All:
I would like comments on this patch.
Ok.
static HWND new_window(LPCTSTR lpClassName, DWORD dwStyle, HWND parent) {
HWND hwnd;
- hwnd = CreateWindow(lpClassName, NULL, dwStyle|WS_POPUP|WS_HSCROLL|WS
On 1/16/2011 19:39, James McKenzie wrote:
All:
I would like comments on this patch.
Ok.
static HWND new_window(LPCTSTR lpClassName, DWORD dwStyle, HWND parent) {
HWND hwnd;
- hwnd = CreateWindow(lpClassName, NULL, dwStyle|WS_POPUP|WS_HSCROLL|WS_VSCROLL
+/* hwnd = CreateWindow(lpClassN
All:
I would like comments on this patch.
Thank you.
James McKenzie
>From da43fe92d633dade59e978e516b43ec409117a2a Mon Sep 17 00:00:00 2001
From: James McKenzie
Date: Sun, 16 Jan 2011 08:27:03 -0700
Subject: Adds tests for EM_SETMARGINS for ANSI and UNICODE
---
dlls/riched20/tests/editor.c
Am 16.01.2011 04:45, schrieb Vitaliy Margolen:
> On 01/14/2011 01:49 PM, André Hentschel wrote:
>> It can happen that the adress 0x7ffe is blocked by some loaded libraries
>> already.
>> +if (status)
>> +{
>> +MESSAGE( "wine: failed to map the shared user data: %x\n", status );
Hi,
as there is a strong Valgrind wave these days ;) and i failed to
find the problem myself here is a little exercise for anyone
interested:
1. WINEDEBUG=warn+heap wine 3DMark2001SE.exe
2. Under selected test -> (click) Clear -> (tab) Custom -> (check)
"Game2 Dragothic Low Detail" -> OK
3. (c
On Sun, Jan 16, 2011 at 8:37 PM, Qian Hong wrote:
> Regist modifyed: http://goo.gl/VNn2N
sorry,the one above is wrong, and this is write: http://goo.gl/P56PH
> scardsvr.exe killed: http://goo.gl/UcYxp
>
> Here are all the reg files I imported:
> http://goo.gl/z1v1q
there are also a new versio
On Sun, Jan 16, 2011 at 8:16 PM, Stefan Dösinger wrote:
>> http://goo.gl/BGIbl
> I can't access these screenshots. I'm not sure how you shared them, but
> please keep in mind that wine-devel is not a google group, so giving read
> access to "wine-devel@winehq.org" won't allow anyone to access th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 16.01.2011 um 12:30 schrieb Qian Hong:
> http://goo.gl/BGIbl
I can't access these screenshots. I'm not sure how you shared them, but please
keep in mind that wine-devel is not a google group, so giving read access to
"wine-devel@winehq.org" won't
Dear Alexander, thanks for you suggestion, after apply the patch,
there is no fixme messages from winscard, but tokenadmin.exe still
don't work. I know there are still a lot of work to be done, just a
report.
Best wishes!
On Sun, Jan 16, 2011 at 1:04 AM, Alexander Morozov wrote:
> In tokenadmin.
Dear all,
After some tests, I founld that scardsvr.exe is very important for
execute tokenadmiin.exe .
When I run tokenadmin.exe in Windows XP, the screenshot is like this:
http://goo.gl/BGIbl
If I modify the rigist
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SCardSvr
manually,
set the "
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=8357
Your paranoid android.
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=8354
Your paranoid android.
28 matches
Mail list logo