Re: Thread not detaching?

2004-10-03 Thread Alexandre Julliard
Duane Clark <[EMAIL PROTECTED]> writes: > 12 0x407fb4ca MsgWaitForMultipleObjectsEx+0x13e(count=0x0, pHandles=0x0, > timeout=0x0, mask=0x0, flags=0x0) [/home/wine/dlls/user/../../windows/message.c:599] > in user32 (0x410a58f8) > 13 0x40a59a23 X11DRV_SetWindowPos+0x27(winpos=0x410a5994) > [/

Re: audio driver autodetection

2004-10-03 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: >> I don't think we want to add yet another driver just for >> autodetection. Each driver should simply refuse to load if its >> hardware isn't present, then winmm can load each of them in turn >> until one succeeds. > you must then ensure that the list of d

Re: audio driver autodetection

2004-10-03 Thread Eric Pouech
I don't think we want to add yet another driver just for autodetection. Each driver should simply refuse to load if its hardware isn't present, then winmm can load each of them in turn until one succeeds. you must then ensure that the list of drivers from the registry fits you desired order (e.g.

Re: Thread not detaching?

2004-10-03 Thread Duane Clark
Alexandre Julliard wrote: Duane Clark <[EMAIL PROTECTED]> writes: err:ntdll:RtlpWaitForCriticalSection section 0x403f2580 "syslevel.c: Win16Mutex" wait timed out in thread 000b, blocked by 000a, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x408849c0 "../../windows/user.c: USER_S

Re: Thread not detaching?

2004-10-03 Thread Alexandre Julliard
Duane Clark <[EMAIL PROTECTED]> writes: > err:ntdll:RtlpWaitForCriticalSection section 0x403f2580 "syslevel.c: > Win16Mutex" wait timed out in thread 000b, blocked by 000a, retrying (60 > sec) > err:ntdll:RtlpWaitForCriticalSection section 0x408849c0 > "../../windows/user.c: USER_SysLevel" wait ti

Re: audio driver autodetection

2004-10-03 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > there were at that point two different discussions, which may boil > down, someday, to the same thing: > 1/ don't put driver detection in winmm. we want winmm to load drivers > from the registry settings, so that it can be shared between, say, > Wine and R

Re: Setting DllOverrides by script

2004-10-03 Thread Alexandre Julliard
"Bill Medland" <[EMAIL PROTECTED]> writes: >> Those (dlloverrides) are still in config, look at >> documentation/samples/config. > Yes, and that is mounted into the registry as HKLM\Doftware\Wine\Wine.!!! This has always been the case, nothing has changed here. > My question was to do with the m

Re: Tab control update

2004-10-03 Thread Jon Griffiths
Hi, >It would be really nice to separate formatting changes from other > changes. It's hard to see what's got changed and what not. Agreed, see my reply to Robert on that. >>"Only create a scroll control when/if we need one (like native)" >Nothing got changed. It's being created when needed, and

Re: audio driver autodetection

2004-10-03 Thread James Hawkins
For now I'll use winemmdetect, and if we decide to change it later, then that's ok...I can change it. On Sun, 3 Oct 2004 18:00:54 +0200, Andreas Mohr <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, Oct 03, 2004 at 11:11:56AM -0400, James Hawkins wrote: > > > >What about winemmdetect ? > > > I vote

Re: audio driver autodetection

2004-10-03 Thread Andreas Mohr
Hi, On Sun, Oct 03, 2004 at 11:11:56AM -0400, James Hawkins wrote: > > >What about winemmdetect ? > > I vote for winemmd, winemma or in most lengthy case - winemmauto. > > hehe what's it gonna be? Who knows, but I vote for winemmauto or winemmdetect (or _ variants of those) or wineaudioauto etc.

Re: audio driver autodetection

2004-10-03 Thread James Hawkins
> >What about winemmdetect ? > I vote for winemmd, winemma or in most lengthy case - winemmauto. hehe what's it gonna be? On Sun, 3 Oct 2004 17:57:30 +0200 (EET), Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > On Sun, 3 Oct 2004, Eric Pouech wrote: > > James Hawkins a ïcrit : > > > > >>they ar

Re: audio driver autodetection

2004-10-03 Thread Saulius Krasuckas
On Sun, 3 Oct 2004, Eric Pouech wrote: > James Hawkins a écrit : > >>they are more than that. they also implement wave in, midi, mixer type > >>of interface... You need to proxy all of that. > > > > > > Ok, well I think I have enough information to start churning out this > > driver. Does the na

Re: Setting DllOverrides by script

2004-10-03 Thread Bill Medland
- Original Message - From: "Vincent Béron" <[EMAIL PROTECTED]> To: "Bill Medland" <[EMAIL PROTECTED]> Cc: "Wine devel" <[EMAIL PROTECTED]> Sent: Saturday, October 02, 2004 10:33 AM Subject: Re: Setting DllOverrides by script > Le ven 01/10/2004 à 22:20, Bill Medland a écrit : > > I stopp

Re: audio driver autodetection

2004-10-03 Thread Eric Pouech
James Hawkins a écrit : they are more than that. they also implement wave in, midi, mixer type of interface... You need to proxy all of that. Ok, well I think I have enough information to start churning out this driver. Does the name winemmautodetect work? perhaps a bit long. What about winemmdet

Re: ez-cdda sleep

2004-10-03 Thread Eric Pouech
Maybe if we do this right, we can get rid of the racy looking loop at the top of test_SuspendThread() in dlls/kernel/tests/thread.c ... or is that loop needed on Windows, too? I think it's needed. The loop is only here to wait for the child to call actually SuspendThread. So, it's just about being

Re: systemparamatersw question

2004-10-03 Thread Ivan Leo Puoti
>Write a program looping through the SPI values, then use regmon >to find the keys it accesses. Thanks, I'll give this a go. Ivan. Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://

Re: Regression to Get IE Help to Work after September Snapshot

2004-10-03 Thread Dan McGhee
Filip Navara wrote: Dan McGhee wrote: Filip Navara wrote: This commit adds implementation of the ITSS library that is used to read the Html Help files. Maybe you can try WINEDLLOVERRIDES="*itss=b" wine xxx.exe Oops, sorry, I meant WINEDLLOVERRIDES="*itss=n" wine xxx.exe (ie. use native itss

Re: [Wine] Edit Windows XP registry with wines regedit?

2004-10-03 Thread Shachar Shemesh
Saulius Krasuckas wrote: I hope there would be no license [2] collisions. You meant to say that you hope that the license collisions are resolvable. The current license is not LGPL compatible due to the "no making money" clause. The "docs" credit is also not LGPL compatible. However, the autho

Re: [Wine] Edit Windows XP registry with wines regedit?

2004-10-03 Thread Saulius Krasuckas
On Sat, 2 Oct 2004, Martin Bammer wrote: > When I remove the Enum-key under hkey_local_machine then Windows redetects all > hardware. So a reinstall would not be needed. Wine has a regedit. But I don't > know how to tell wine that it uses the registry from the installed windows. For sure it woul

Re: systemparamatersw question

2004-10-03 Thread Andreas Mohr
Hi, On Fri, Oct 01, 2004 at 08:29:28PM +0200, Ivan Leo Puoti wrote: > Are all SPI values in windows/sysparams.c,SystemInformationW() stored in the > registry somewhere? Not sure, but probably many. > If yes, is there a not to difficult way to find which registry key it is for a > given SPI value?

Re: Regression to Get IE Help to Work after September Snapshot

2004-10-03 Thread Filip Navara
Dan McGhee wrote: Filip Navara wrote: This commit adds implementation of the ITSS library that is used to read the Html Help files. Maybe you can try WINEDLLOVERRIDES="*itss=b" wine xxx.exe Oops, sorry, I meant WINEDLLOVERRIDES="*itss=n" wine xxx.exe (ie. use native itss.dll) Anyway, thanks