Re: FPS tool for wine

2007-05-21 Thread Stefan Dösinger
Am Dienstag 22 Mai 2007 00:13 schrieb [EMAIL PROTECTED]: > The largest gaming site in Norway recently did an extensive review of > gaming on Linux, but Wine was left out of the benchmark because "no FPS > tool exists for Wine". Surely this can't be true? What exactly do they mean with FPS tools? Af

Re: FPS tool for wine

2007-05-21 Thread Lei Zhang
Right, for instance Tom Wickline ran 3dmark2000 and posted the results here: http://wiki.winehq.org/BenchMark-0.9.33 On 5/21/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: Tirsdag 22 mai 2007 00:13, skrev [EMAIL PROTECTED]: > The largest gaming site in Norway recently did an extensi

RE: FPS tool for wine

2007-05-21 Thread EA Durbin
does fraps not work in wine? From: [EMAIL PROTECTED] To: wine-devel@winehq.org Subject: FPS tool for wine Date: Tue, 22 May 2007 00:13:22 +0200 The largest gaming site in Norway recently did an extensive review of gaming on Linux, but Wine was left out of the benchmark because "no FPS tool ex

Re: FPS tool for wine

2007-05-21 Thread Alexander Nicolaysen Sørnes
Tirsdag 22 mai 2007 00:13, skrev [EMAIL PROTECTED]: > The largest gaming site in Norway recently did an extensive review of > gaming on Linux, but Wine was left out of the benchmark because "no FPS > tool exists for Wine". Surely this can't be true? Isn't the point rather to test how actual games

FPS tool for wine

2007-05-21 Thread Tomas . Zijdemans
The largest gaming site in Norway recently did an extensive review of gaming on Linux, but Wine was left out of the benchmark because "no FPS tool exists for Wine". Surely this can't be true?

Re: shlwapi: stub implementation for SHSetTimerQueueTimer (try 2)

2007-05-21 Thread James Hawkins
On 5/21/07, Nigel Liang (梁乃強) <[EMAIL PROTECTED]> wrote: Hi, I am not quite sure I understand what you mean? CreateTimerQueueTimer should return a Boolean indicating whether the operation has succeeded. Checking the return value in a ternary operation should return the correct handle if CreateTi

Re: ADVAPI32: Start test for service tests

2007-05-21 Thread James Hawkins
On 5/21/07, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote: James Hawkins [mailto:[EMAIL PROTECTED] wrote: >+ok(size <= 1, "size should be <= 1 was %d!", size); > >This is a bad test. According to msdn, GetServiceDisplayName does not >modify lpcchBuffer on error, so size should be exactly 0.

Re: msi ole automation: where to next?

2007-05-21 Thread Dan Kegel
On 5/21/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: I guess the bottom line is I don't mind eventually implementing _all_ the automation functions as long as I know that I'm not just wasting my time ... I doubt anyone knows the complete set of those functions that actually get used by real-wo

Re: msi ole automation: where to next?

2007-05-21 Thread Misha Koshelev
On Mon, 2007-05-21 at 10:05 -0700, Dan Kegel wrote: > On 5/21/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > > I guess what I am still concerned about is this blurb from an email Mike > > McCormack had sent me when I started working on the scripting/automation > > stuff: > > > > > The work that I

Re: msi ole automation: where to next?

2007-05-21 Thread Misha Koshelev
On Mon, 2007-05-21 at 10:05 -0700, Dan Kegel wrote: > On 5/21/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > > I guess what I am still concerned about is this blurb from an email Mike > > McCormack had sent me when I started working on the scripting/automation > > stuff: > > > > > The work that I

Re: shlwapi: stub implementation for SHSetTimerQueueTimer (try 2)

2007-05-21 Thread Nigel Liang (梁乃強)
Hi, I am not quite sure I understand what you mean? CreateTimerQueueTimer should return a Boolean indicating whether the operation has succeeded. Checking the return value in a ternary operation should return the correct handle if CreateTimerQueueTimer succeeds and NULL otherwise. Unless I have m

Re: msi ole automation: where to next?

2007-05-21 Thread Dan Kegel
On 5/21/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: I guess what I am still concerned about is this blurb from an email Mike McCormack had sent me when I started working on the scripting/automation stuff: > The work that I was doing is aimed at running custom action threads in > a separate pro

re: msi ole automation: where to next?

2007-05-21 Thread Misha Koshelev
On Mon, 2007-05-21 at 08:23 -0700, Dan Kegel wrote: > Misha wrote: > > [I have the scripting required by the Vector NTI and the iTunes 7 installers > > working. What should I do next?] > > First off, congratulations! > > If you're interested in continuing to work on MSI, I'd suggest > asking Ja

localui/tests: Add tests for ConfigurePortUI (try 2)

2007-05-21 Thread Detlef Riekenberg
Changelog: localui/tests: Add tests for ConfigurePortUI Removed the implicit import of msvcrt, as suggested by Alexandre (Replaced swprintf by sprintf with MultiByteToWideChar as Alexandre did in serialui/tests) -- By by ... Detlef >From 3ec5c52ce8f27f41543e54ab5771f5e5faca3deb Mon Sep

Re: [PATCH 2/2] wininet: Implement basic non-proxy authentiction.

2007-05-21 Thread Detlef Riekenberg
On Mo, 2007-05-21 at 14:28 +0100, Robert Shearman wrote: > +int userlen = WideCharToMultiByte(CP_UTF8, 0, > domain_and_username, lstrlenW(domain_and_username), NULL, 0, NULL, > NULL); > +int passlen = WideCharToMultiByte(CP_UTF8, 0, password, > lstrlenW(password), NULL, 0, NULL, NU

re: msi ole automation: where to next?

2007-05-21 Thread Dan Kegel
Misha wrote: [I have the scripting required by the Vector NTI and the iTunes 7 installers working. What should I do next?] First off, congratulations! If you're interested in continuing to work on MSI, I'd suggest asking James Hawkins for suggestions. If you're more interested in adding COM

Re: hnetcfg: [resend 2] 1/6 uuids for INetFwMgr interface

2007-05-21 Thread Robert Shearman
Jeff Latimer wrote: diff --git a/include/uuids.h b/include/uuids.h index e3fb41b..cf99672 100644 --- a/include/uuids.h +++ b/include/uuids.h @@ -271,5 +271,7 @@ OUR_GUID_ENTRY(CLSID_VideoProcAmpPropertyPage, 0x71f96464, 0x78f3, 0x11d0, OUR_GUID_ENTRY(CLSID_CameraControlPropertyPage,

Re: hnetcfg: [resend 2] 3/6 add local header file

2007-05-21 Thread Michael Stefaniuc
Jeff Latimer wrote: --- dlls/hnetcfg/hnetcfg_dll.h | 70 1 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 dlls/hnetcfg/hnetcfg_dll.h diff --git a/dlls

Re: review: add Video Memory text input to winecfg Graphics/Direct3D tab

2007-05-21 Thread Vit Hrachovy
On Wed, May 16, 2007 at 06:41:33PM +0200, Frank Richter wrote: > > just add all > > "preset" memory sizes, and WM_SETTEXT the value read from the registry. > > Might be code-wise a bit simpler than your GETCURSEL approach, but > otherswise not much different I think. > > -f.r. Hi Frank, I've sim

Re: localui/tests: Add tests for ConfigurePortUI

2007-05-21 Thread Alexandre Julliard
Detlef Riekenberg <[EMAIL PROTECTED]> writes: > diff --git a/dlls/localui/tests/Makefile.in b/dlls/localui/tests/Makefile.in > index 191a312..634060b 100644 > --- a/dlls/localui/tests/Makefile.in > +++ b/dlls/localui/tests/Makefile.in > @@ -3,7 +3,7 @@ TOPOBJDIR = ../../.. > SRCDIR= @srcdir@

Re: shlwapi: stub implementation for SHSetTimerQueueTimer (try 2)

2007-05-21 Thread Dmitry Timoshkov
"Nigel Liang" <[EMAIL PROTECTED]> wrote: +HANDLE WINAPI SHSetTimerQueueTimer(HANDLE hQueue, +WAITORTIMERCALLBACK pfnCallback, LPVOID pContext, DWORD dwDueTime, +DWORD dwPeriod, LPCSTR lpszLibrary, DWORD dwFlags) +{ ... +return CreateTimerQueueTimer(&hNewTimer, hQueue, pfnCa

RE: ADVAPI32: Start test for service tests

2007-05-21 Thread Rolf Kalbermatter
James Hawkins [mailto:[EMAIL PROTECTED] wrote: >+ok(size <= 1, "size should be <= 1 was %d!", size); > >This is a bad test. According to msdn, GetServiceDisplayName does not >modify lpcchBuffer on error, so size should be exactly 0. MSDN says a lot of things. On my XP SP2 it returns 1 as siz