Re: New winetricks 20090902: new verbs vc2005trial, python26

2009-09-02 Thread Vitaliy Margolen
Dan Kegel wrote: > vc2005trial is the 180 day Team Server edition of Visual C++ 2005. > The winetricks verb for this is a bit odd - it prompts you for > your password so it can mount the volume before installation. > If you have a better idea, please let me know. You can use fuseiso/fusermount to m

Re: New winetricks 20090902: new verbs vc2005trial, python26

2009-09-02 Thread Dan Kegel
On Wed, Sep 2, 2009 at 9:36 PM, Dan Kegel wrote: > Another week, another winetricks. > > The only interesting changes are new verbs vc2005trial and python26. I lied -- there's one more interesting change. More verbs with prerequisites are now smart, and won't waste time installing already-installe

New winetricks 20090902: new verbs vc2005trial, python26

2009-09-02 Thread Dan Kegel
Another week, another winetricks. The only interesting changes are new verbs vc2005trial and python26. These are only of interest to developers. vc2005trial is the 180 day Team Server edition of Visual C++ 2005. The winetricks verb for this is a bit odd - it prompts you for your password so it ca

Re: Asynchronus serial port

2009-09-02 Thread Mike Kaplinskiy
On Wed, Sep 2, 2009 at 7:31 PM, Fenixk19 wrote: > Hello! I've already post the > bug(http://bugs.winehq.org/show_bug.cgi?id=19713) on this subject, but i > need more help. So I've decided to write here. > There is a problem in wine. When I use asynchronous serial port read, > data never comes. Even

Re: Wine t-shirts?

2009-09-02 Thread Ismael Barros²
Hi there, The T-shirt is finally on sale. We waited to have the Valgrind T-shirt ready to release both at the same time, as I guess many Wine lovers may also be Valgrind lovers. Direct link: http://www.freewear.org/?page=show_item&id=FW0030 If we have resources we'll try to upgrade our Wine cata

Asynchronus serial port

2009-09-02 Thread Fenixk19
Hello! I've already post the bug(http://bugs.winehq.org/show_bug.cgi?id=19713) on this subject, but i need more help. So I've decided to write here. There is a problem in wine. When I use asynchronous serial port read, data never comes. Event, caused by select comes. But operation status stays pen

Re: [1/3] riched20: Implement handling of WM_KEYDOWN VK_RETURN in a dialog mode.

2009-09-02 Thread Dylan Smith
On Wed, Sep 2, 2009 at 1:34 PM, Sergey Khodych wrote: > >> 1. editor->hWnd may be NULL for windowless richedit controls, but you >> code doesn't seem to take that into consideration. >> 2. The style flags that you get from GetWindowLongW should probably >> come from the cached values in editor->sty

Re: [1/3] riched20: Implement handling of WM_KEYDOWN VK_RETURN in a dialog mode.

2009-09-02 Thread Sergey Khodych
1. editor->hWnd may be NULL for windowless richedit controls, but you code doesn't seem to take that into consideration. 2. The style flags that you get from GetWindowLongW should probably come from the cached values in editor->styleFlags. The main reason why GetWindowLongW is used there is that

Re: [PATCH 5/5] wined3d: Print a warning when an ARB program exceeds the native resource limits.

2009-09-02 Thread Stefan Dösinger
Am Wednesday 02 September 2009 15:07:42 schrieb Henri Verbeet: > > That said, I haven't seen a GL implementation yet that successfully > > compiles and SW-emulates a program that exceeds the limits. > > It isn't necessarily a problem when this happens, it's more meant as a > diagnostic while debugg

Re: gdiplus/tests: Fix test on Win7

2009-09-02 Thread Vincent Povirk
Eh never mind, I'll do it. On Wed, Sep 2, 2009 at 9:22 AM, Vincent Povirk wrote: > -    gdiplusStartupInput.GdiplusVersion = 2; > +    gdiplusStartupInput.GdiplusVersion = 42; > > Could you please test the intermediate versions to determine what's > supported? You could use a loop to determine the

Re: gdiplus/tests: Fix test on Win7

2009-09-02 Thread Vincent Povirk
-gdiplusStartupInput.GdiplusVersion = 2; +gdiplusStartupInput.GdiplusVersion = 42; Could you please test the intermediate versions to determine what's supported? You could use a loop to determine the highest supported version (making sure the return is UnsupportedGdiplusVersion if it's not

Re: [PATCH 5/5] wined3d: Print a warning when an ARB program exceeds the native resource limits.

2009-09-02 Thread Henri Verbeet
2009/9/2 Stefan Dösinger : > Am Wednesday 02 September 2009 09:27:58 schrieb Henri Verbeet: >> +        GL_EXTCALL(glGetProgramivARB(GL_FRAGMENT_PROGRAM_ARB, >> GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, &native)); + >> checkGLcall("glGetProgramivARB()"); >> +        if (!native) WARN("Program exceeds nat

Re: [PATCH 5/5] wined3d: Print a warning when an ARB program exceeds the native resource limits.

2009-09-02 Thread Stefan Dösinger
Am Wednesday 02 September 2009 09:27:58 schrieb Henri Verbeet: > +GL_EXTCALL(glGetProgramivARB(GL_FRAGMENT_PROGRAM_ARB, > GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, &native)); + > checkGLcall("glGetProgramivARB()"); > +if (!native) WARN("Program exceeds native resource limits.\n");

Re: [PATCH 1/3] jscript: Added to_primitive on hosting objects test.

2009-09-02 Thread Alexandre Julliard
Jacek Caban writes: > --- > dlls/jscript/tests/run.c | 32 > 1 files changed, 28 insertions(+), 4 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M jscript.dll -T ../../.. -p jscript_test.exe.so run.c && touch run.ok run.c:216: Test fai

Re: Mirror Space

2009-09-02 Thread Ben Klein
2009/9/2 David Gerard : > 2009/9/2 Scott Ritchie : > >> I don't think it's worth bothering to set that up, as my medium term >> plan is to migrate users to a real Launchpad PPA for Ubuntu 9.10.  In >> 9.10, it'll actually be much easier to add PPAs (and their unique key), >> so I can cut the instru

Re: Mirror Space

2009-09-02 Thread David Gerard
2009/9/2 Scott Ritchie : > I don't think it's worth bothering to set that up, as my medium term > plan is to migrate users to a real Launchpad PPA for Ubuntu 9.10.  In > 9.10, it'll actually be much easier to add PPAs (and their unique key), > so I can cut the instructions on the download page dra