Re: CoGetClassObject and SHQueryValueEx A/W/AW fixxes

2002-04-19 Thread juergen . schmied
Hmm, I think ole32 must not import shlwapi.dll... Instead after the RegQueryValue call it should do a ExpandEnvironmentStrings when returned lpType is REG_EXPAND_SZ. ... and never ever call a *AW Function internally, it will behave differently (one time it takes ASCII one time UNICODE)

Re: Please educate me

2002-04-19 Thread David Laight
On Fri, Apr 19, 2002 at 04:13:03AM +0200, Sylvain Petreolle wrote: noticed that for ac_dir in /sbin:/usr/sbin:$PATH was splitting as 1. /sbin:/usr/sbin:/usr/local/bin 2. /bin 3. /usr/bin etc. it's a normal behaviour, because for uses space as a separator, not ':' ??

Re: toolbar.c problem (ATTN: Duane)

2002-04-19 Thread Dusan Vujosevic
- Original Message - From: Duane Clark [EMAIL PROTECTED] To: Dusan Vujosevic [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 7:18 PM Subject: Re: toolbar.c problem (ATTN: Duane) Dusan Vujosevic wrote: Hello, - Original Message - From: Duane Clark

Re: [WINE with XIM] help - runtime error

2002-04-19 Thread Ulrich Czekalla
Hi Leanne, This error is usually caused by unresolved symbols in the libx11drv.so. Look for compile warnings about implicitly defined symbols when building the x11drv. By the way, I'm also looking into XIM support. Unfortunately my code isn't complete yet. How far along are you? Could you post

Re: toolbar.c problem (ATTN: Duane)

2002-04-19 Thread Duane Clark
Dusan Vujosevic wrote: Under Wine, I can make the flying toolbar stick (even with my patch) by holding the mouse button down and sliding it out of the main toolbar. Once out of the toolbar, I can let up the mouse button without the toolbar going away. Once stuck, if I simply slide the mouse

ALSA driver

2002-04-19 Thread Marco Pietrobono
Hi, I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work on or to contribute to, or if I need to start from scratch. If there is nothing already

FW: Please educate me

2002-04-19 Thread Medland, Bill
Thanks for the responses guys, but.. -Original Message- From: David Laight [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 3:33 AM Cc: Wine devel (E-mail) Subject: Re: Please educate me On Fri, Apr 19, 2002 at 04:13:03AM +0200, Sylvain Petreolle wrote: noticed that

Re: ALSA driver

2002-04-19 Thread Marcus Meissner
On Fri, Apr 19, 2002 at 05:57:07PM +0200, Marco Pietrobono wrote: Hi, I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work on or to

Re: ALSA driver

2002-04-19 Thread David Hammerton
Hi, Eric has written one which is almost complete, I am in the midst of debugging it and finising it off. Contact me directly if you like. David On 19 Apr 2002 17:57:07 +0200, Marco Pietrobono wrote: | Hi, | |I'm starting to work on a native ALSA driver for wine. Since I | remember

Re: ALSA driver

2002-04-19 Thread Ove Kaaven
On 19 Apr 2002, Marco Pietrobono wrote: I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work on or to contribute to, or if I need to start from

Re: small patch for ./tools/wineinstall

2002-04-19 Thread Tony Lambregts
Speeddymon wrote: my first patch fixes that problem and quite a few others Please resubmit your patch in proper diff format. I have made proper diffs for you (attached) but I don't feel right about submitting someone elses work. I have tested it on my machine and it works fine. I

Re: Using WineLib directly

2002-04-19 Thread Marcus Meissner
On Thu, Apr 18, 2002 at 06:45:05AM -0700, Zavada, Ed wrote: I've seen this question asked before, but there was never a response to the newsgroup. We'd like to use WineLib to provide implementations of the Windows calls in our application's Linux build while we work on a full blown port.

Re: toolbar.c problem (ATTN: Duane)

2002-04-19 Thread Dusan Vujosevic
- Original Message - From: Duane Clark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 19, 2002 11:41 AM Subject: Re: toolbar.c problem (ATTN: Duane) I think you misunderstood my explanation. Once the menu is stuck and the button released, I slide the mouse into the

Re: [PATCH] Big winsock2 / overlapped patch

2002-04-19 Thread Sylvain Petreolle
--- Martin Wilck [EMAIL PROTECTED] a écrit : Hi, This stuff really approaches a usable state! I know the patch is much too big but I have no time now to split it into pieces before next week. If the patch is too big, then gzip it and send it as an attachment :)

Re: ALSA driver

2002-04-19 Thread Gavriel State
Ove Kaaven wrote: On 19 Apr 2002, Marco Pietrobono wrote: I'm starting to work on a native ALSA driver for wine. Since I remember that Marcus was working (or was planning to work) an that one too, I would like to know if there is already something to work on or to contribute to, or if I