Re: NTDLL: Fix signed/unsigned comparison warnings

2004-08-13 Thread Mike McCormack
Dimitrie O. Paun wrote: Any gadge on if/when will be able to turn this warning on by default? How many warnings are currently left? I'm compiling with this warning on at the moment and there's still loads of warnings. It may be hard to clean up every warning without making the code messy (ie. us

Re: Acknowledgment page

2004-08-13 Thread Tom
But I suspect if I dug around I could find a list of additional names to add there. The list I have was from the old faq-o-matic way before the current faq. and from one of the pages that dimi use to have on his site. Donations to the MFC docs? and the money went to the wpf? So should we list peop

Re: Fix compilation of the wininet generated tests

2004-08-13 Thread Francois Gouget
On Fri, 13 Aug 2004, Hans Leidekker wrote: > On Friday 13 August 2004 13:55, Francois Gouget wrote: > > > * compiling the test with the Windows headers may result in different > > sizes/alignments if the Wine headers got the packign wrong. If that's > > the case, the compiler will put in different

Re: Acknowledgment page

2004-08-13 Thread Alexandre Julliard
Brian Vincent <[EMAIL PROTECTED]> writes: > 5) On our FAQ page we say this: > People and organizations who have given generous contributions of > money, equipment, or licenses, include: > David L. Harper > Bob Hepple > Mark A. Horton > Kevin P. Lawton > The Syntropy Institute

Re: wineoss mmap fail error message

2004-08-13 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > This patch doesn't fix the problem but gives a possible solution. > > If/when the config file goes away, where will we be able to > set [dsound] parameters? It will be in the registry under HKLM\Software\Wine\dsound or something like that; but clearly we

Re: comctl ipaddress enable not working

2004-08-13 Thread Dimitrie O. Paun
On Fri, Aug 13, 2004 at 03:10:01PM -0400, Robert Reif wrote: > I have a program which will not gray out an IP address control when it > is not enabled. ipaddress is a distant memory :) I can look at it in a few days, I'll be leaving for the weekend in a few hours, so I can not do it sooner. --

Re: NTDLL: Fix signed/unsigned comparison warnings

2004-08-13 Thread Dimitrie O. Paun
On Fri, Aug 13, 2004 at 03:14:21PM +0200, Hans Leidekker wrote: > > This time I have tried to be more careful, by not watching a > football match at the same time for example ;) And with this > patch all tests still succeed, although they would not detect > every signedness change of course. Any

comctl ipaddress enable not working

2004-08-13 Thread Robert Reif
I have a program which will not gray out an IP address control when it is not enabled.

Re: Fixed some ref handling

2004-08-13 Thread Jacek Caban
I've sent today patch called "Fixed some ref handling". It should be called "Added polish translation to notepad". Sory for that. Jacek

Re: dlls/kernel/heap.c breakage

2004-08-13 Thread Gerald Pfeifer
On Fri, 13 Aug 2004, Robert Reif wrote: the following change to dlls/kernel/heap.c broke FreeBSD, both 4.10 and 5.2: Here is the bsd fix. Thanks! Builds like a charm now. Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTED] http://www.pfeifer.com/gerald/

RE: usb support in ROS

2004-08-13 Thread Steven Edwards
Hi, --- Ge van Geldorp <[EMAIL PROTECTED]> wrote: > No, not yet. Some work is being done on USB but it will take a while > before support is finished. Right now some very basic support accessing HID devices has been implemented but I am sure it does not work on ROS. I assume Thomas just developed

Re: [GDI] - More Leaks

2004-08-13 Thread Dmitry Timoshkov
"Jon Griffiths" <[EMAIL PROTECTED]> wrote: > Changelog: >+controls/button.c controls/combo.c controls/desktop.c > controls/edit.c controls/icontitle.c controls/listbox.c > controls/menu.c controls/scroll.c controls/static.c > dlls/gdi/gdi_main.c dlls/gdi/gdiobj.c dlls/gdi/gdi_priva

Re: Acknowledgment page

2004-08-13 Thread Jeremy White
Here's a question for you - should money contribution's credit expire? If someone donated 100$ some five years ago, should we still list them? Another comment on this - - I have a list of names that have donated to Wine over the past 2 years - some folks quite generously - and yet I don't feel it'

Re: Fix compilation of the wininet generated tests

2004-08-13 Thread Hans Leidekker
On Friday 13 August 2004 13:55, Francois Gouget wrote: > * compiling the test with the Windows headers may result in different > sizes/alignments if the Wine headers got the packign wrong. If that's > the case, the compiler will put in different values for sizeof(struct X) > which will result in s

Re: dlls/kernel/heap.c breakage

2004-08-13 Thread Robert Reif
Gerald Pfeifer wrote: Robert, the following change to dlls/kernel/heap.c broke FreeBSD, both 4.10 and 5.2: Here is the bsd fix. Index: dlls/kernel/heap.c === RCS file: /home/wine/wine/dlls/kernel/heap.c,v retrieving revision 1.10 diff

wine tests

2004-08-13 Thread Ivan Leo Puoti
On our sf page we now have, under the winetest-200408071000 release, 6 copies of the same file, same name and same size, with the exemption of winetest-200408071000-kevin-mingw.zip that has 6 different sizes. Why is this? Ivan.

dlls/kernel/heap.c breakage

2004-08-13 Thread Gerald Pfeifer
Robert, the following change to dlls/kernel/heap.c broke FreeBSD, both 4.10 and 5.2: revision 1.10 date: 2004/08/13 00:41:34; author: julliard; state: Exp; lines: +115 -88 Robert Reif <[EMAIL PROTECTED]> Use GlobalMemoryStatusEx in GlobalMemoryStatus rather than the other way around. T

Re: ADVAPI32: implement SetThreadToken using NtSetInformationThread

2004-08-13 Thread Dmitry Timoshkov
"Mike McCormack" <[EMAIL PROTECTED]> wrote: > @@ -545,6 +545,12 @@ > case ThreadBasePriority: > case ThreadAffinityMask: > case ThreadImpersonationToken: > +{ > +const HANDLE *phToken = data; > +if (length != sizeof(HANDLE)) return STATUS_INVALID_PARA

Re: Development model/versioning stuff: Interesting essay on why decentralised versioning is a bad idea

2004-08-13 Thread Mike McCormack
Mike Hearn wrote: http://web.mit.edu/ghudson/thoughts/bitkeeper.whynot What are peoples thoughts on this? It's not (despite appearances) an argument against BitKeeper due to licensing concerns, but rather a short paper on why the author believes the "pyramid" patch/development system is a bad i

Re: Development model/versioning stuff: Interesting essay on why decentralised versioning is a bad idea

2004-08-13 Thread Mike Hearn
Well, if you agree with the article, you are basically saying that Alexandre should let other people commit to the tree. Another way to read the article is to say that 'wow, BK is exactly that we need in Wine because it matches exactly the way we work' :-) I never said I agree with it, just that it

Re: Acknowledgment page

2004-08-13 Thread Shachar Shemesh
Brian Vincent wrote: 4) Who's Who does need an update, and I can think of quite a few people who deserve to be on there. I'd encourage anyone who isn't on there to speak up and add themselves (patch to wine-patches, or email to me). The most likely for someone not being on there is simply an over