Re: wineboot: Start items in StartUp folder on boot.

2007-02-10 Thread [EMAIL PROTECTED]
On 2/10/07, Jacob Alberty <[EMAIL PROTECTED]> wrote: Why not integrate this functionality into wineboot? That way if a user wants to completely deny the start-up folder they can just not add wineboot to the list of programs to be started on login, but if they want that functionality they can simp

Re: Comctl32 Status Bar Test

2007-02-10 Thread Felix Nawothnig
Alex Arazi wrote: -ok(rc.top == 2, "Expected 2, got %d\n", rc.top); -ok(rc.bottom == 21, "Expected 21, got %d\n", rc.bottom); -ok(rc.left == 0, "Expected 0, got %d\n", rc.left); -ok(rc.right == 50, "Expected 50, got %d\n", rc.right); I didn't really look at your new tests but th

Re: wineboot: Start items in StartUp folder on boot.

2007-02-10 Thread Jacob Alberty
Why not integrate this functionality into wineboot? That way if a user wants to completely deny the start-up folder they can just not add wineboot to the list of programs to be started on login, but if they want that functionality they can simply add wineboot to the list of programs for start up w

Re: wineboot: Start items in StartUp folder on boot.

2007-02-10 Thread [EMAIL PROTECTED]
On 2/10/07, David Lichterman <[EMAIL PROTECTED]> wrote: Stefan Dösinger wrote: > Am Samstag 10 Februar 2007 05:20 schrieb Vitaliy Margolen: >> Misha Koshelev wrote: >>> Hi, >>> >>> As you all may have noticed, I have been making quite a few patches >>> within the last two weeks (or at least quite

Re: wineshelllink: disable startup notification

2007-02-10 Thread Alexander Nicolaysen Sørnes
Fredag 09 februar 2007 18:25, skrev Tijl Coosemans: > Wine doesn't support startup notification afaict and endlessly bouncing > cursors are annoying. Wine does support startup notifications, but not if the 'enable window manager to control windows applications' is disabled in winecfg. Regards,

Re: wineboot: Start items in StartUp folder on boot.

2007-02-10 Thread David Lichterman
Stefan Dösinger wrote: Am Samstag 10 Februar 2007 05:20 schrieb Vitaliy Margolen: Misha Koshelev wrote: Hi, As you all may have noticed, I have been making quite a few patches within the last two weeks (or at least quite a few when compared to zero before then) because I had figured out that t

Handling of EXCEPTION_BREAKPOINT

2007-02-10 Thread Vitaliy Margolen
It seems Wine has problems with correct return address for the int3 brakepoint exception. It's covered in bug http://bugs.winehq.org/show_bug.cgi?id=7063 There is even a test case with a proposed fixes. Can anyone with knowledge of the debugger events take a look at it? If the patch can be commit

Fullscreen broken in XVidMode

2007-02-10 Thread Vitaliy Margolen
For about a month now Wine is completely unusable for fullscreen games when using XVidMode instead of XRandr extension. Worse, this is a regression, caused by this patch: f6702ec4afb4098cbb67d6bd670a9f0527191f80 is first bad commit commit f6702ec4afb4098cbb67d6bd670a9f0527191f80 Author: Dmitry Ti

Re: opengl code, WoW and graphic cards with 64MB video memory

2007-02-10 Thread Chris Robinson
On Saturday 10 February 2007 06:24:04 am Nick Law wrote: > It could be just a coincidence, however it seems that most users that > have the problem where WoW hangs after login in, seem to have graphics > cards with 64MB memory. Is it possible that the opengl code may not > handle a condition where

opengl code, WoW and graphic cards with 64MB video memory

2007-02-10 Thread Nick Law
This is probably a question for Roderick or Stefan or anybody that is familiar with the opengl code in wine. It could be just a coincidence, however it seems that most users that have the problem where WoW hangs after login in, seem to have graphics cards with 64MB memory. Is it possible that

signedness/WINAPI changing question

2007-02-10 Thread Joris Huizer
I have a small question: I find some function LONG WINAPI AVIStreamSampleToTime(PAVISTREAM pstream, LONG lSample) (in the avifil32 dll), the second parameter should really be an ULONG instead of a LONG. It'd fix the signedness problems. My question is, is such a change allowed? And what should

Re: Wine beta ASIO-driver.

2007-02-10 Thread Tom Wickline
On 2/9/07, Tor Einar Tønnessen <[EMAIL PROTECTED]> wrote: Also I would like very much that you (Robert Reif isn't it ?) develop the driver a little further. The first thing beeing a control-panel. You may want to read this post and the thread : http://www.winehq.org/pipermail/wine-devel/2006-S

Re: Some thoughts about the ominous DIB Engine

2007-02-10 Thread Stefan Dösinger
Am Samstag 10 Februar 2007 09:49 schrieb Rolf Kalbermatter: > Felix Nawothnig wrote: > >I suggested to do all the work server-side a while back: > > > >http://www.winehq.org/pipermail/wine-devel/2005-July/038695.html > > > >Especially see: > > > >http://www.winehq.org/pipermail/wine-devel/2005-July

Re: wineboot: Start items in StartUp folder on boot.

2007-02-10 Thread Stefan Dösinger
Am Samstag 10 Februar 2007 05:20 schrieb Vitaliy Margolen: > Misha Koshelev wrote: > > Hi, > > > > As you all may have noticed, I have been making quite a few patches > > within the last two weeks (or at least quite a few when compared to zero > > before then) because I had figured out that the Vec

name conflicts - Wine and OpenWatcom

2007-02-10 Thread Wesley Parish
I'm running Mandriva 2k7 and started installing Wine. The installation stalled on discovering I have OpenWatcom installed. Wine didn't like /usr/bin/wrc, the OpenWatcom Windows Resource Compiler. I could rename wrc to wwrc - what would people suggest? Wesley Parish -- Clinersterton beademun

Re: Helping a user migrate an odbc app to Wine

2007-02-10 Thread Stefan Munz
Am Donnerstag, 8. Februar 2007 08:23 schrieb Kai Blin: > On Thursday 08 February 2007 01:42, Dan Kegel wrote: > > Can somebody help this (german-speaking) fellow: > > http://www.unixboard.de/vb3/showthread.php?t=26943 > > > > He says his company's internal application requires > > you to input a DS

Re: Some thoughts about the ominous DIB Engine

2007-02-10 Thread Rolf Kalbermatter
Felix Nawothnig wrote: >I suggested to do all the work server-side a while back: > >http://www.winehq.org/pipermail/wine-devel/2005-July/038695.html > >Especially see: > >http://www.winehq.org/pipermail/wine-devel/2005-July/038703.html Well, this would mostly mirror the Windows architecture nowad