Re: What the hell is up with searching google for wine-devel and wine-patches posts?

2007-11-10 Thread Jan Zerebecki
On Wed, Nov 07, 2007 at 01:36:01AM -0500, Steven Edwards wrote: > I used to just be able to > search as follows > > wine-patches Steven Edwards > > and see every patch I ever submitted to wine. For searching mailinglists I found http://search.gmane.org/ (e.g. use gmane.comp.emulators.wine.patche

Re: Linux/Windows app connection, how?

2007-11-10 Thread Jan Zerebecki
> This comes up from time to time, the solution is always compile a > winelib app with winegcc then use sockets or something to communicate. > In your server app you can use windows and linux code mixed together. If you don't need to use linux APIs in your windows application you can also make a n

Re: alsa->pulseaudio->alsa directsound hang

2007-11-10 Thread Jan Zerebecki
I now tested wine (and mplayer) with pulseaudio through the alsa plugin and it worked just fine. I'm positively impressed by pulseaudio. The bug with alsa where it played random noise at the start because the buffer was not correctly cleared also doesn't appear with this setup. The winmm wave test

Re: USER32: Patch 1 of 6: Fix returned value of LB_DIR

2007-11-10 Thread James Hawkins
On 11/10/07, James Hawkins <[EMAIL PROTECTED]> wrote: > On 11/10/07, Alex Villacís Lasso <[EMAIL PROTECTED]> wrote: > > Tests reveal that (on an unsorted listbox), LB_DIR returns the value of the > > highest index inserted, as if it had sorted the list of files before > > starting > > the insertio

Re: USER32: Patch 1 of 6: Fix returned value of LB_DIR

2007-11-10 Thread James Hawkins
On 11/10/07, Alex Villacís Lasso <[EMAIL PROTECTED]> wrote: > Tests reveal that (on an unsorted listbox), LB_DIR returns the value of the > highest index inserted, as if it had sorted the list of files before starting > the insertion. This patch attempts to replicate this behavior. > > Changelog: >

How can we handle undcomented shell functionsAW, that MS declared now (WSTR version only)

2007-11-10 Thread Detlef Riekenberg
Hi There are a some undocumented Functions in shell32, which have one entrypoint that use STR in win9x, but WSTR in NT: - dlls/shell32/undocshell.h - http://www.geocities.com/SiliconValley/4942/paths.html Some of them are now declared without A/W suffix (include/shobj.h from SDK 2003), but sinc

Re: %fs, %gs on AROS hosted

2007-11-10 Thread Staf Verhaegen
On Thu, 08 Nov 2007 09:08:29 +0100, Marcus Meissner <[EMAIL PROTECTED]> wrote: >> But the use of %fs by wine does not seem to conflict in any way with a >> possible usage of that segment register by the OS where wine is running >> on. Or is there some OS specific code that is handling it ? > > N