Re: ALSA implementation

2006-09-17 Thread Aaron Slunt
Jan Zerebecki wrote: On Sun, Sep 17, 2006 at 05:26:12PM +0100, James Courtier-Dutton wrote: I am an ALSA developer, and at one point tried to fix the wine alsa support. I found the wine source code very difficult to read and understand. Windows seems to have so many different sound APIs, I d

Re: winex11.drv: cleanup better in X11DRV_WineGL_InitOpenglInfo

2006-09-17 Thread Jesse Allen
On 9/17/06, Phil Costin <[EMAIL PROTECTED]> wrote: Roderick Colenbrander wrote: > The problem is that I'm not sure (and I think it is Alexandre his issue > aswell) whether this patch is a workaround or a real fix. I think that > wined3d created a GLX context in lets say thread '1' and that it wa

Re: ALSA implementation

2006-09-17 Thread Jan Zerebecki
On Sun, Sep 17, 2006 at 05:26:12PM +0100, James Courtier-Dutton wrote: > I am an ALSA developer, and at one point tried to fix the wine alsa > support. I found the wine source code very difficult to read and > understand. Windows seems to have so many different sound APIs, I did > not really kno

Re: ALSA implementation

2006-09-17 Thread James Courtier-Dutton
Aaron Slunt wrote: Hi, I talked on #winehq in irc about how horribly alsa is implemented right now. I was told that winmm would need a complete re-write and the dsound needs some changes as well. My question is: anybody here who's familiar with all of the changes that need to be made to get

Re: Wine directx and xinerama

2006-09-17 Thread Tom Spear
This isnt a problem with a single app, its a problem with every app, running on a different setup than most of us have.  In this case, I think he did the right thing by asking a question here.  It may not be a problem with wine at all, but with his video driver, but its best to ask here first if an

wine conf group photo

2006-09-17 Thread EA Durbin
The link on the winehq.org page for the photo is returning 404 not found.

Re: Wine directx and xinerama

2006-09-17 Thread Vitaliy Margolen
Roland Kaeser wrote: > Hello all > > I just regognized that I get serious trouble trying to run apps on a > xinerama screen (Matrox Parhelia) with Triple display configuration > (http://www.matrox.com/graphics/workstation/cre_pro/products/pseries/p750.cfm > > / 01:00.0 VGA compatible controll

Wine directx and xinerama

2006-09-17 Thread Roland Kaeser
Hello allI just regognized that I get serious trouble trying to run apps on a xinerama screen (Matrox Parhelia) with Triple display configuration (http://www.matrox.com/graphics/workstation/cre_pro/products/pseries/p750.cfm   /   01:00.0 VGA compatible controller: Matrox Graphics, Inc. Millenium P6

Re: Governance revisited

2006-09-17 Thread Marcus Meissner
On Sun, Sep 17, 2006 at 08:09:24AM +1000, Robert Lunnon wrote: > I note the recent flamefest, where some of this list seared yet another > contributor (Roland Kaeser) > > Since this particular very old, very shrivelled chestnut. is one of my > personal favourites (thanks to Colin Wright for the

Will Wine run with Linspire 5?

2006-09-17 Thread Ctm007
Will Wine run with Linspire 5?   Carl Martin [EMAIL PROTECTED]  

Problem with a Turbolog4.exe application under wine

2006-09-17 Thread James Courtier-Dutton
Hi, A demo version of Turbolog4 can be downloaded from: http://www.turbolog.de/ The program installs ok, but fails to run correctly. It asks for a License key, one should be able to press cancel and bypass it into demo mode where a window is displayed for entering log records. Can anyone help

Re: secur32: Add a warning if ntlm_auth is not found or in a wrongversion.

2006-09-17 Thread Kai Blin
On Sunday 17 September 2006 09:54, Dmitry Timoshkov wrote: > "Kai Blin" <[EMAIL PROTECTED]> wrote: > > +else > > +{ > > +WARN("ntlm_auth not found, or in an outdated version.\n" \ > > + "Make sure you are using ntlm_auth =< 3.x and it is in your > > path.\n"); +} > >

Re: secur32: Add a warning if ntlm_auth is not found or in a wrongversion.

2006-09-17 Thread Dmitry Timoshkov
"Kai Blin" <[EMAIL PROTECTED]> wrote: +else +{ +WARN("ntlm_auth not found, or in an outdated version.\n" \ + "Make sure you are using ntlm_auth =< 3.x and it is in your path.\n"); +} If the message is supposed to be user visible (otherwise why to bother with wo