re: Rude hack fixes Run Time Error 445:Object Doesn't Support This Action

2007-07-07 Thread Dan Kegel
Dave wrote: The following rudely changed function: static HRESULT WINAPI WebBrowser_put_RegisterAsBrowser(... works around wine bug 5183. For me. The app I use to run the test is a VB app written by a friend Can you throw together a minimal test in VB and attach it with source and binary to b

Rude hack fixes Run Time Error 445:Object Doesn't Support This Action

2007-07-07 Thread David Anderson
The following rudely changed function: static HRESULT WINAPI WebBrowser_put_RegisterAsBrowser(IWebBrowser2 *iface, VARIANT_BOOL bRegister) { WebBrowser *This = WEBBROWSER_THIS(iface); FIXME("(%p)->(%x)\n", This, bRegister); TRACE("dadebug fake return\n"); /* My rude addition. */

Re: [5/5] WineD3D: Implement high order patches

2007-07-07 Thread Ivan Gyurdiev
Stefan Dösinger wrote: There are other things too which could be moved, but I'm not sure if that would make the code more readable. One big function which does things step by step vs a few smaller functions which disturbs the readflow. All of this code pasted 3 times could probably benefit

Re: [5/5] WineD3D: Implement high order patches

2007-07-07 Thread Stefan Dösinger
Am Freitag, 6. Juli 2007 21:37 schrieb H. Verbeet: > On 06/07/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > The right list this time > > I realize this has already been committed, but is there no way to > split tesselate_rectpatch() up a bit into smaller functions? It's > rather huge at the mo

Re: Paul Vriens : kernel32/tests 2/2: Use skip for not implemented function.

2007-07-07 Thread Paul Vriens
Michael Stefaniuc wrote: This patch introduced a lot of dead code. Alexandre Julliard wrote: Module: wine Branch: master Commit: 35edd40f33ba8dce6d2c39fda46c6b5045947c1c URL: http://source.winehq.org/git/wine.git/?a=commit;h=35edd40f33ba8dce6d2c39fda46c6b5045947c1c Author: Paul Vriens <[EM

Re: winealsa/dsound: Testers asked for capture patch

2007-07-07 Thread Vitaliy Margolen
Maarten Lankhorst wrote: Since apparantly counter strike goes 2 fps or so when alsa is used and capture is enabled, I was looking to see if that can be speed up,. Since I don't have that game I cannot do it myself, so can someone test attached patch and see if that fixes performance problems?

winealsa/dsound: Testers asked for capture patch

2007-07-07 Thread ling weak
Sorry, I couldn't notice any improvements using that patch. For your information: From wine-0.9.36 to .39 graphics and sound were very choppy. As of wine-0.9.40 video is still stuck at 4fps but audio plays stutter-free. I think this was caused by your remixing-patch.

Re: programs: Add extrac32

2007-07-07 Thread Vitaly Lipatov
В сообщении от 6 июля 2007 Kirill K. Smirnov написал(a): > > +int PASCAL wWinMain ( HINSTANCE hInstance, HINSTANCE prev, LPWSTR > > cmdline, > > int show ) > > Sorry for asking this too late, but what's the point to use WinMain in pure > console application? 'cmd' and 'xcopy' use wmain. extrac32 is

Re: [1/2] gdiplus: rendering of linecaps [try2]

2007-07-07 Thread Laurent Vromman
Why do you use M_PI / 2.0 or M_PI / 4.0 and not directly M_PI_2 and M_PI_4? Laurent Evan Stade a écrit : Hi, [try2] Removed non-portable constructs. Changelog: * added helpers that render line caps * added end cap drawing for GdipDrawLineI dlls/gdiplus/graphics.c | 220