Re: Cleaning up W->A calls

2004-06-29 Thread Marcelo Duarte
James Hawkins wrote: First I suggest you to subscribe in the list, you are welcome, thus you will receive all the answers from the other users. http://www.winehq.org/mailman/listinfo/wine-devel I recently decided to help with the development of Wine, and seeing as how I am new to the process, I h

Cleaning up W->A calls

2004-06-29 Thread James Hawkins
I recently decided to help with the development of Wine, and seeing as how I am new to the process, I have chosen menial tasks to take on. This way I can learn more about Wine while contributing. I am currently working on the janitorial task of getting rid of W->A calls and I have a few questio

Re: Typo in winedbg

2004-06-29 Thread Andrei Barbu
Wouldn't that sound better as 'the process being debugged'? On Tue, 2004-06-29 at 10:14, Mike Hearn wrote: > On Mon, 28 Jun 2004 20:45:35 -0400, Andrei Barbu wrote: > > This fixes debuggee to debugger. > > I think debuggee is the right word, it means "the one that is being debugged". > Ctrl-C do

Failed to compile on Sparc/Solaris 9

2004-06-29 Thread John O'Donnell
make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/export/home/root/wine/wine/dlls/newdev' make[2]: Entering directory `/export/home/root/wine/wine/dlls/ntdll' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdll.speccdrom.o critsection.o debugbuffer.o debugtool

Re: [RFC] Wine upgrade procedure (spec)

2004-06-29 Thread Vincent Béron
Le mar 29/06/2004 à 09:29, Dimitrie O. Paun a écrit : > On Tue, Jun 29, 2004 at 11:49:12AM +0100, Mike Hearn wrote: > > Short of copying the entire codebase into the users account when they > > explicitly choose to upgrade (ew, no other program does this) I can't see > > I agree, I personally hate

Re: A wine magic trace key

2004-06-29 Thread Eric Pouech
Andrei Barbu a écrit : I'm about to implement a set of keys that lets me enable disable traces any time. Seems to me like it's a good idea, like that I can get traces for exactly what I need. Especially when I'm faced with weird debugger output that's 10 minutes into the game and I can't turn trace

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-29 Thread Nicolai Kuntze
Is it possible that you got confused with the wine versions? I think you have permuted the names of your uploaded pictures Maybe I am wrong. Am 25.06.2004 um 18:31 schrieb Gabriele Giorgetti: Hello, I've noticed a problem with scrollbars in the latest Wine's release (20040615). With wine ve

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-29 Thread Nicolai Kuntze
Am 29.06.2004 um 09:20 schrieb George Marshall: Gabriele Giorgetti wrote: Trying to describe the problem: The application show up with a bottom scrollbar and a right scrollbar even if they are not needed. When executing the very same application, with the very same settings and size with wine 2004

Temporary moderator needed

2004-06-29 Thread Duane Clark
Howdy, Someone is needed for the period June 30-July 5 to handle moderation of the Wine lists. If you are willing to do it, please email me off list. Thanks.

Re: Missing declaration for MSVCRT_div_t and MSVCRT_ldiv_t

2004-06-29 Thread Dimitrie O. Paun
On Tue, Jun 29, 2004 at 01:27:23PM +0200, Pierre d'Herbemont wrote: > Hi! > > On non-i386 we have to define MSVCRT_div_t and MSVCRT_ldiv_t. Please also add the appropriate tests to tests/headers.c. -- Dimi.

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-29 Thread George Marshall
Gabriele Giorgetti wrote: Trying to describe the problem: The application show up with a bottom scrollbar and a right scrollbar even if they are not needed. When executing the very same application, with the very same settings and size with wine 20040505 the scrollbars are not there. I've also not

Delayed breakpoints in winedbg

2004-06-29 Thread Adrian Rees
Hi all, Apologies in advance for what is probably a dumb question... I'm trying to debug a windows application by breaking on a call to a DLL function - in fact it's the NtCreateKey function within the ntdll library. I must be missing something fundamental because the debugger indicates that it

Re: A wine magic trace key

2004-06-29 Thread Mike Hearn
On Tue, 2004-06-29 at 12:39 -0400, Andrei Barbu wrote: > Thanks, > Why doesn't this get committed to the main tree? > It'd help developers, and wouldn't hurt anyone else. If they don't want > it they can just not set the environment variable. Alexandre felt it would dictate policy too much (I feel

Re: parameter checking in CoMarshalInterface

2004-06-29 Thread Uwe Bonnes
> "Aric" == Aric Stewart <[EMAIL PROTECTED]> writes: Aric> Changlog: return an error if the IUnknown pointer is NULL and dont Aric> crash tested with win2k and this is proper behavior Index: The test is welcome in the test suite... Thanks -- Uwe Bonnes[EMAIL PROTECTE

Re: Mandrake RPMs

2004-06-29 Thread Mike Hearn
On Tue, 29 Jun 2004 16:12:04 +0200, Ivan wrote: > No, wine segfaulted, so it probably wasn't a packaging related problem. Yeah that was almost certainly just bugs in the preloader ...

Re: A wine magic trace key

2004-06-29 Thread Andrei Barbu
Thanks, Why doesn't this get committed to the main tree? It'd help developers, and wouldn't hurt anyone else. If they don't want it they can just not set the environment variable. Andrei On Tue, 2004-06-29 at 09:59, Mike Hearn wrote: > On Tue, 29 Jun 2004 12:02:26 -0400, Andrei Barbu wrote: > >

Re: Typo in winedbg

2004-06-29 Thread Mike Hearn
On Mon, 28 Jun 2004 20:45:35 -0400, Andrei Barbu wrote: > This fixes debuggee to debugger. I think debuggee is the right word, it means "the one that is being debugged". Ctrl-C doesn't interrupt winedbg, it interrupts the process you are currently attached to.

Re: Mandrake RPMs

2004-06-29 Thread Ivan
> It turns out the reason they don't work on Fedora is because they don't > work at all No, wine segfaulted, so it probably wasn't a packaging related problem. > wine.inf is in /usr/share/doc/wine-20040615 which is wrong, > it needs to be in /usr/share/wine. This is strange because I tested both RP

Re: A wine magic trace key

2004-06-29 Thread Mike Hearn
On Tue, 29 Jun 2004 12:02:26 -0400, Andrei Barbu wrote: > Is there another way, possibly existing, to do this? > Is this a really bad idea? I already implemented this some time ago. You'll need to use -p1 to patch. To use it set WINEDELAY=1 in the environment. You can then toggle tracing with the

Mandrake RPMs

2004-06-29 Thread Mike Hearn
Hi, Ivans comment that the Mandrake RPMs didn't work on Red Hat/Fedora surprised me, so after encountering a stuck Mandrake user for whom the RPMs weren't working either on IRC I decided to check them out. It turns out the reason they don't work on Fedora is because they don't work at all - wine.

A wine magic trace key

2004-06-29 Thread Andrei Barbu
I'm about to implement a set of keys that lets me enable disable traces any time. Seems to me like it's a good idea, like that I can get traces for exactly what I need. Especially when I'm faced with weird debugger output that's 10 minutes into the game and I can't turn traces on to begin with. Is

Re: [RFC] Wine upgrade procedure (spec)

2004-06-29 Thread Dimitrie O. Paun
On Tue, Jun 29, 2004 at 11:49:12AM +0100, Mike Hearn wrote: > Short of copying the entire codebase into the users account when they > explicitly choose to upgrade (ew, no other program does this) I can't see I agree, I personally hate this too, but Alexandre has a point in that this may be the mos

Re: fix typo in wwn

2004-06-29 Thread Fabian Cenedese
>(from South Africa, where we have lions roaming the streets, no computers or >electricity, and Zimbabwe is like, as far as you can throw a stone to the north from >here) I was just wondering how you wrote that email... :) bye Fabi

Re: [RFC] Wine upgrade procedure (spec)

2004-06-29 Thread Mike Hearn
On Tue, 29 Jun 2004 02:33:15 -0400, Dimitrie O. Paun wrote: > Intuitively, upgrading wine is simple to understand: once a new version > is installed, we need to get users in a state where they can use it. > While simple to state, this problem is complicated by the various corner > cases that can ap