Re: RegDeleteTreeA [2nd]

2007-04-02 Thread Paul Vriens
On 4/2/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: ChangeLog -- add some tests for RegDeleteTreeA Hi Stefan, You're patch wasn't against latest GIT (or actually you reverted the last two registry test patches applied to GIT). Maybe my last mail wasn't clear but the

Re: wineprefixcreate - create symlink to cdrom drives(Try 2)

2007-04-02 Thread Marcus Meissner
On Mon, Apr 02, 2007 at 06:41:09PM -0500, EA Durbin wrote: > Is there anything wrong with this? We do this dynamically using "hal" in explorer.exe already... What OS do you use that it does not work? Also you should also symlink the :: to the cdrom devices (d:: -> /dev/cdwhatever) Ciao, Marcus

FWD: Art Assets

2007-04-02 Thread Tony Lambregts
Mike Matis wrote: > Hello, > > I'm not sure if this is the right venue to go through, but It was the > only contact I could find on WineHQ. My name is Mike Matis, and I'd > like to volunteer my skills as an amateur > artist for the Wine project. Specifically, I'd like to make icons, > logos, or oth

wineprefixcreate - create symlink to cdrom drives(Try 2)

2007-04-02 Thread EA Durbin
Is there anything wrong with this? From dd27e3eafa77b216d940538e38f0442736b67bc7 Mon Sep 17 00:00:00 2001 From: EA Durbin <[EMAIL PROTECTED]> Date: Mon, 2 Apr 2007 18:37:43 -0500 Subject: Create symlinks to cdrom drives --- tools/wineprefixcreate.in | 21 + 1 files changed,

Re: Setting debug channels in 20040914 version

2007-04-02 Thread Tom Wickline
On 4/2/07, Bill Medland <[EMAIL PROTECTED]> wrote: Can someone remind me how we used to set the debug channels back in late 2004? http://www.kernel-traffic.org/wine/topics/Debugging.html May be of use. -- Tom Wickline Respectable computing - Linux/FOSS

Re: [PATCH] winmm_test.exe fix for CALLBACK_THREAD

2007-04-02 Thread Eric Pouech
Stefan Dösinger a écrit : Am Montag 02 April 2007 16:54 schrieb Stéphan Kochen: Hello again, "wine winmm_test.exe wave" reliably locks up for me after calling waveOutOpen() with the CALLBACK_THREAD flag, waiting for a WOM_OPEN message to arrive. Which never happens because I believe the thre

Re: Setting debug channels in 20040914 version

2007-04-02 Thread Stefan Dösinger
Am Montag 02 April 2007 19:58 schrieb Bill Medland: > Can someone remind me how we used to set the debug channels back in late > 2004? I think it used to be wine --debugmsg=+foo,-bar buggy.exe pgpMcvHAI2UD3.pgp Description: PGP signature

Re: Setting debug channels in 20040914 version

2007-04-02 Thread Felix Nawothnig
Bill Medland wrote: Can someone remind me how we used to set the debug channels back in late 2004? wine --debugmsg +relay ... Or maybe it was -debugmsg? Felix

Setting debug channels in 20040914 version

2007-04-02 Thread Bill Medland
Can someone remind me how we used to set the debug channels back in late 2004?

Re: So long, and thanks for all the Wine!

2007-04-02 Thread Tom Spear
Can someone confirm if he unsubscribed from the list? I'm sure its an April fools, considering that the time he sent it was eleven o clock at night, central us time, and sometime in the early morning in england, but it would be nice to be sure.. Tom On 4/2/07, Ben Hodgetts <[EMAIL PROTECTED]>

Re: [PATCH] winmm_test.exe fix for CALLBACK_THREAD

2007-04-02 Thread Stefan Dösinger
Am Montag 02 April 2007 16:54 schrieb Stéphan Kochen: > Hello again, > > "wine winmm_test.exe wave" reliably locks up for me after calling > waveOutOpen() with the CALLBACK_THREAD flag, waiting for a WOM_OPEN > message to arrive. Which never happens because I believe the thread > doesn't have a mes

[PATCH] winmm_test.exe fix for CALLBACK_THREAD

2007-04-02 Thread Stéphan Kochen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello again, "wine winmm_test.exe wave" reliably locks up for me after calling waveOutOpen() with the CALLBACK_THREAD flag, waiting for a WOM_OPEN message to arrive. Which never happens because I believe the thread doesn't have a message queue. This

Re: So long, and thanks for all the Wine!

2007-04-02 Thread Jim White
Ben Hodgetts wrote: Although if it is an April fools he was a bit late... "Delivery-date: Mon, 02 Apr 2007 04:20:06 +" Not if you're in the right part of the world: "Date: Sun, 1 Apr 2007 21:20:56 -0700" Jim Ben H. Dan Kegel wrote: Wine was a fine dream, but come on, there's no way

PulseAudio driver

2007-04-02 Thread Stéphan Kochen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everyone, I've been working on a PulseAudio driver for Wine for a couple of days now. It was suggested I should drop a note on to wine-devel, so here I am. :) I also cc'd pulseaudio-discuss. (And subscribed to both.) I personally use PulseAudio

Re: So long, and thanks for all the Wine!

2007-04-02 Thread Ben Hodgetts
Although if it is an April fools he was a bit late... "Delivery-date: Mon, 02 Apr 2007 04:20:06 +" Ben H. Dan Kegel wrote: Wine was a fine dream, but come on, there's no way a bunch of volunteers could put together an emulator for a real operating system like Windows. Heck, after 14 years,

Re: [3/3] ddraw: Enumerate explicitly using valid formats

2007-04-02 Thread Stefan Dösinger
Am Montag 02 April 2007 10:20 schrieb Chris Robinson: > Instead of relying on WINED3DFMT_UNKNOWN to do the "right thing". Fixes a > reported regression in AOE. You can run the modes test in the ddraw testsuite on windows to find the formats windows supports. pgpQFIWR2mmyx.pgp Description: PGP si

Re: [PATCH 1/8] CMD.exe: Attempt launch even if fails to locate program

2007-04-02 Thread Alexandre Julliard
Jason Edmeades <[EMAIL PROTECTED]> writes: > + /* Internal programs wont be picked up by this, so try one final > + createprocess and wait for it to complete. > + Note: Ideally we could tell between a console app (wait) and a > + windows app, but the API's for it fail in this case

Re: Named pipes to remote machines?

2007-04-02 Thread Kai Blin
On Monday 02 April 2007 02:02, Dan Kegel wrote: > A user asked in > http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/06fbfdfb5 >3a28cbd whether Wine could communicate with remote > machines via named pipes yet (he needs it to > talk with an SQLServer box). > > I know Alexandre's be