Re: Grumble. Lost the Valgrind magic.

2007-11-12 Thread James Hawkins
On 11/13/07, Dan Kegel <[EMAIL PROTECTED]> wrote: > I had to reinstall my main valgrind testing machine > (I foolishly ran the vmware server install script, and > it nuked my wireless), and since then, valgrind > isn't giving me stack traces. I guess something's > wrong in my recipe, but I'm not s

Grumble. Lost the Valgrind magic.

2007-11-12 Thread Dan Kegel
I had to reinstall my main valgrind testing machine (I foolishly ran the vmware server install script, and it nuked my wireless), and since then, valgrind isn't giving me stack traces. I guess something's wrong in my recipe, but I'm not sure what, the vg-3.2.3 patch is being applied. Sigh. Is an

svchost Patch Question

2007-11-12 Thread Roy Shea
Howdy, I'm looking for advice on how to clean up the implementation of svchost. The latest version is available at: http://www.winehq.org/pipermail/wine-patches/2007-November/046467.html If the stopper for this patch is the lack of a DLL using it, I can resend svchost later this week when I hav

Re: rpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp protocol sequence.

2007-11-12 Thread Hans Leidekker
On Monday 12 November 2007 21:10:19 Robert Shearman wrote: > +static CRITICAL_SECTION_DEBUG threaddata_cs_debug = > +{ > +0, 0, &uuid_cs, I smell a copy/paste artifact ;) -Hans

Too many WM_MOUSEACTIVATE

2007-11-12 Thread Peter Åstrand
I have lot's of problems with WM_MOUSEACTIVATE messages in "Magna Cura". The effekt is that certain popup dialog doesn't work: After selecting something, say a date, the whole "form" is cleared. After much debugging, I've found out that WM_MOUSEACTIVATE is the problem. If I explicitly stop WM_

Problem with wine + Dreamweaver + VNC

2007-11-12 Thread Francisco José Gallego Durán
Hello, I am trying to run Dreamweaver.exe and Photoshop.exe in a remote gnome-session through vnc4server. When I try to run it I get the following message: Xlib: extension "XFree86-DRI" missing on display ": 3.0". X Error of failed request: BadValue (integer parameter out of range for operation

Re: wininet: update test to pass on newer versions of windows

2007-11-12 Thread Hans Leidekker
On Monday 12 November 2007 11:45:06 Alexandre Julliard wrote: > > + /* sz is 14 on XP SP1 and beyond, 30 on XP and before */ > > + todo_wine ok( sz == 14, "sz wrong\n"); > > The tests have to pass on all Windows versions. If some return 30 and > some return 14 the test must accept both. FWIW,

Re: widl [2/9]: Add an option to use Wine exception handlers.

2007-11-12 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > This patch adds a --wine-seh option to widl to use Wine's SEH instead of > the Windows one. This should not be a widl option. widl should generate a single version of the C code that works on all compilers, using appropriate macros and #ifdefs. Also you

Re: wininet: update test to pass on newer versions of windows

2007-11-12 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > + > + /* sz is 14 on XP SP1 and beyond, 30 on XP and before */ > + todo_wine ok( sz == 14, "sz wrong\n"); The tests have to pass on all Windows versions. If some return 30 and some return 14 the test must accept both. -- Alexandre Julliard [EMAIL PROT

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

2007-11-12 Thread Alexandre Julliard
Detlef Riekenberg <[EMAIL PROTECTED]> writes: > Examples: PathProcessCommend, PathResolve, PathQualify > > Question for include/shlobj.h: > What is the correct way to declare such functions? They should be declared exactly like they are on Windows. The AW function is internal to shell32. > Next

Re: cmdlgtst: Rename to dialogtest

2007-11-12 Thread Alexander Nicolaysen Sørnes
On Monday 12 November 2007 04:09:31 Dmitry Timoshkov wrote: > "Detlef Riekenberg" <[EMAIL PROTECTED]> wrote: > > Windows has a lot more Dialogs in shell32, user32, kernel32 and various > > other dlls. > > > > This is only a rename, the only code that changed is the name of the > > debug-channel. >

Re: Patch Follow up

2007-11-12 Thread Alexandre Julliard
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> writes: > Hi, > Are there any reason they following patches where missed? They are not in a format that can be decoded automatically. They should either be plain text, or MIME attachments with proper MIME headers. Please fix your mail setup and resen