Re: [MSI/tests] ConvertSidToStringSid not available on win98/NT4

2007-08-09 Thread Jakob Eriksson
Kai Blin wrote: > On Thursday 09 August 2007 18:01:47 Jakob Eriksson wrote: > > >> My $.05 ; I would like to see the NT4 column all green some day, because >> NT4 ended as a very stable and useful version of Windows. >> If we can't even verify we support NT4 functionality with Wine, how far >> h

Re: winex11: added missing sync_current_drawable calls

2007-08-09 Thread Kai Blin
On Thursday 09 August 2007 15:59:59 plams wrote: > Here's a patch to fix a regression since 0.9.28 (in response to bug > 9029). OpenGL scissoring had apparently been wrapped in commit > 715d0e84097cb2dc07369c4e1cec8cf8a41e9035 but it seems that it made it > possible to make a glDisable(GL_SCISSOR_T

Re: [MSI/tests] ConvertSidToStringSid not available on win98/NT4

2007-08-09 Thread Kai Blin
On Thursday 09 August 2007 18:01:47 Jakob Eriksson wrote: > My $.05 ; I would like to see the NT4 column all green some day, because > NT4 ended as a very stable and useful version of Windows. > If we can't even verify we support NT4 functionality with Wine, how far > have we really come? That wo

Re: ANNOUNCE: Wine/Mono Regression Test Suite

2007-08-09 Thread Matt Jones
On 8/7/07, Dan Kegel <[EMAIL PROTECTED]> wrote: > Matt wrote: > > ...I've found that running the mono regression test suite has > > given me a better idea of how to approach debugging mono/wine. > > ... > > http://mhjones.org/wine/wine-tests/wine-test-reader.tar.gz > > I downloaded this and had a l

Re: [MSI/tests] ConvertSidToStringSid not available on win98/NT4

2007-08-09 Thread Jakob Eriksson
Paul Vriens wrote: > Hi, > > ConvertSidToStringSid (advapi32) is not available on win98/NT4 so the > msi tests (all of them) do not run on those platforms currently. > > I could use skip but that basically would mean no > MsiQueryProductState, MsiQueryFeatureState and MsiQueryComponentState > tests

Re: [SNMPAPI] How to fix the tests for win98 and NT4?

2007-08-09 Thread Jakob Eriksson
Paul Vriens wrote: > Hi, > > There are several functions in the util.c test that are not available > on win98 and NT4. That can be dealt with easily. > > Almost all tests with a NULL parameter crash on win98/NT4. I know that > a few weeks back we talked about ignoring win98 if it would mean > skipp

Re: Wine Kernel Handle Support Module

2007-08-09 Thread Michael Ost
I know there is some discussion of what should be put in the kernel module, so I am asking for advice on what to implement... ie. just handles, everything wineserver does, etc. The first question is: Why do you want to do that and what specifically do you want to achieve? A smal

[MSI/tests] ConvertSidToStringSid not available on win98/NT4

2007-08-09 Thread Paul Vriens
Hi, ConvertSidToStringSid (advapi32) is not available on win98/NT4 so the msi tests (all of them) do not run on those platforms currently. I could use skip but that basically would mean no MsiQueryProductState, MsiQueryFeatureState and MsiQueryComponentState tests. Another thing is to copy

RE: exporting file associations for linux desktops

2007-08-09 Thread Koshelev, Misha Vladislavo
>From: [EMAIL PROTECTED] on behalf of Vincent Povirk >On 8/9/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > >> still be able to start both). Using this approach would also solve any >> problems with wine's start not necessarily having the appropriate >> command line parameter support. I am startin

Re: exporting file associations for linux desktops

2007-08-09 Thread Vincent Povirk
On 8/9/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > still be able to start both). Using this approach would also solve any > problems with wine's start not necessarily having the appropriate > command line parameter support. I am starting to like/favor the > install-time association approach.

Re: exporting file associations for linux desktops

2007-08-09 Thread Misha Koshelev
On Thu, 2007-08-09 at 13:24 +0200, Stefan Dösinger wrote: > Another drawback of using a general "wine start" to call the windows apps is > that we sacrifice a bit of desktop integration. It would be cool if the Linux > mime type generated from the wine registry contained the application's name >

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-09 Thread Detlef Riekenberg
On Di, 2007-08-07 at 09:43 +0200, Paul Vriens wrote: > My plan, and this is open for discussion of course, is to: > > 1. Add the main dll back as part of the IMPORTS in the Makefile.in files Some API are defined once, but implemented many times: The monitor in localspl and localui as examples.

Re: exporting file associations for linux desktops

2007-08-09 Thread Stefan Dösinger
> You will have to forgive my ignorance but I guess my other concern would > be is there even a way for GNOME to handle such verbs at the moment? I > was looking at > http://www.freedesktop.org/wiki/Specifications/mime-actions-spec > and it seems like there is plans for this but, at least according

Re: WineD3D: better pixelformat selection code

2007-08-09 Thread H. Verbeet
On 09/08/07, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: > Hi, > > This code lets WineD3D use the pixelformat of the D3D device. The code helps > on Windows where OpenGL offers multiple pixelformats. > The stencil column is probably useful for determining if we need an stencil attachment for F