New kernel development guide might be good model for Wine...

2008-08-15 Thread Dan Kegel
This guide seems rather well written: http://ldn.linuxfoundation.org/how-participate-linux-community Wine could probably use something similar.

Re: Unwanted WM_CTLCOLORSTATIC notification

2008-08-15 Thread Matt J
Hi Dan, Thanks for your reply. I have filed a bug report (*Bug 14879 *) which includes the test case rewritten in plain C and able to be compiled with winegcc. I will look into this further later on, but right now its weekend :). Cheers, Matt On S

Re: .NET program crashes involving stubbed functions

2008-08-15 Thread James Mckenzie
Reece Dunn <[EMAIL PROTECTED]> on Aug 13, 2008 11:32 AM wrote about .NET program crashes involving stubbed functions > >2008/8/13 Adam Petaccia <[EMAIL PROTECTED]>: >> Its customary to make a function return NotImplemented in Gdiplus, if >> its just a dummy function that does nothing and returns.

Re: [winmm] Implement stub for midiConnect and midiDisconnect.

2008-08-15 Thread Nikolay Sivov
Christian Costa wrote: > Hi, > > This fixes bug 11142 & 11182. > > Bye, > Christian > > Changelog: > Implement stub for midiConnect and midiDisconnect. > Usually some error code returned for plain stubs like these. Does it block these bugs?

Re: .NET program crashes involving stubbed functions

2008-08-15 Thread Reece Dunn
2008/8/13 Adam Petaccia <[EMAIL PROTECTED]>: > Its customary to make a function return NotImplemented in Gdiplus, if > its just a dummy function that does nothing and returns. But .NET seems > to check for this and throw an exception, crashing the program anyway. > > See bug http://bugs.winehq.org/

Re: #1 winhttp: Add a handle management implementation.

2008-08-15 Thread Hans Leidekker
On Friday 15 August 2008 15:23:40 H. Verbeet wrote: > Not necessarily wrong, but the common way to implement tables like > this is to grow the table by some percentage of the original size, and > keep a list of free handles. Good point. I'll fix that when we have the basics of this dll covered.

Re: #1 winhttp: Add a handle management implementation.

2008-08-15 Thread Hans Leidekker
On Friday 15 August 2008 14:41:36 Hans Leidekker wrote: Sorry for the From address confusion. The CodeWeavers mail server accused me of relaying but I found out now that it's because I forgot to enable authenticated SMTP. -Hans

Re: #1 winhttp: Add a handle management implementation.

2008-08-15 Thread H. Verbeet
2008/8/15 Hans Leidekker <[EMAIL PROTECTED]>: > > +HINTERNET alloc_handle( object_header_t *hdr ) > +{ > +object_header_t **p; > +ULONG_PTR handle = 0, num; > + > +list_init( &hdr->children ); > + > +EnterCriticalSection( &handle_cs ); > +if (!max_handles) > +{ > +nu

re: Unwanted WM_CTLCOLORSTATIC notification

2008-08-15 Thread Dan Kegel
Matt wrote: > I've been trying to debug a problem with Adobe Indesign CS where the > application crashes while creating the file open dialog box. Now I believe > (not 100% sure) I have tracked down the problem to a spurious > WM_CTLCOLORSTATIC notification. Thanks for looking into this. This is

Re: wininet: default to keep-alive when the server is HTTP/1.1, not when it isn't

2008-08-15 Thread Hans Leidekker
On Friday 15 August 2008 01:54:19 Huw Davies wrote: > Vincent Povirk wrote: > > This is a fix to a problem I introduced in > > fd5b97bc4d12adc69085b739061c56e9107f8d1f. The expression that checked > > the HTTP version was true for HTTP/1.0 servers, and I treated it as if > > it were true for HTTP/