Re: RFC: Adding annotations to function declarations to improve static analysis

2008-09-27 Thread Marcus Meissner
On Sun, Sep 28, 2008 at 12:08:22AM +0100, Rob Shearman wrote: > Hi all, > > This will be talked about in more detail at WineConf tomorrow, but I > just thought I'd throw this out there as a bit of background to any > discussions. > > Adding annotations to function declarations allows Prefast to p

Re: RFC: Adding annotations to function declarations to improve static analysis

2008-09-27 Thread Reece Dunn
2008/9/28 Rob Shearman <[EMAIL PROTECTED]>: > Hi all, > > This will be talked about in more detail at WineConf tomorrow, but I > just thought I'd throw this out there as a bit of background to any > discussions. > > Adding annotations to function declarations allows Prefast to pick up > certain cla

RFC: Adding annotations to function declarations to improve static analysis

2008-09-27 Thread Rob Shearman
Hi all, This will be talked about in more detail at WineConf tomorrow, but I just thought I'd throw this out there as a bit of background to any discussions. Adding annotations to function declarations allows Prefast to pick up certain classes of bugs with varying degrees of false positives. In p

Re: Wine PulseAudio Driver

2008-09-27 Thread Juan Lang
>> Great. In general, emailing the patch here will get more feedback >> than posting it to bugzilla. > > Woots! Um.. I still don't see the patch? Sorry, but I'm too lazy to get it myself. Could you send it here? Also, just to warn you: some people disagree that a PulseAudio driver is a good i

Re: mlang: test, make sure UNICODE->1252 is convertable before failing when we cannot convert. (this fixes the tests on japanese windows installs)

2008-09-27 Thread Aric Stewart
Sorry all, this patch is clearly incorrect. I am continuing to try to find out why these test fail on my windows 2000 japanese vm. -aric Aric Stewart wrote: > --- > dlls/mlang/tests/mlang.c | 100 > +- > 1 files changed, 63 insertions(+), 37 deletio

Re: mlang: tests update IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly

2008-09-27 Thread Rob Shearman
2008/9/27 Aric Stewart <[EMAIL PROTECTED]>: > +if (hr != S_FALSE) > +/* > + * this happens when 'kok' instead matches to a different Rfc1766 > name > + * for example 'ko' so it is not a falure but does not give us what "falure" -> spelling mistake > + * we are

Re: Wine PulseAudio Driver

2008-09-27 Thread Arthur Taylor
On Sat, 2008-09-27 at 11:37 -0700, Juan Lang wrote: > Hi Arthur, > > > I have written a waveout/in driver for wine to use pulseaudio which is > > in bugzilla. I would appreciate feedback on it, as I have received > > little thus far. > > Great. In general, emailing the patch here will get more f

Re: Compiling WINE from source - Documentation needs to be updated?

2008-09-27 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > On Sat, Sep 27, 2008 at 1:45 AM, Henri Verbeet <[EMAIL PROTECTED]> wrote: >> 2008/9/27 Dan Kegel <[EMAIL PROTECTED]>: >>> And while we're on the subject, is "make depend" really >>> needed anymore? I thought it happened automatically. >> >> It does. > > G

Re: Wine PulseAudio Driver

2008-09-27 Thread Juan Lang
Hi Arthur, > I have written a waveout/in driver for wine to use pulseaudio which is > in bugzilla. I would appreciate feedback on it, as I have received > little thus far. Great. In general, emailing the patch here will get more feedback than posting it to bugzilla. > I would appreciate it also

Re: WineConf

2008-09-27 Thread Jeremy Newman
Zachary Goldberg wrote: > If you're reading this now at Wineconf, shame on you. > > > Ooops! -Newman

Re: Size of SUBHEAP in heap.c

2008-09-27 Thread Martin Profittlich
Hello, it took me a while, but I got some more info. Michael Karcher wrote: > So you should find out where the HeapAlloc call was issued from that > returned 0x6d50028. If it was from a wine dll, that dll might need to be > fixed to ensure more strict alignment (might be some kind of audio > buff

WineConf

2008-09-27 Thread Zachary Goldberg
If you're reading this now at Wineconf, shame on you.

Re: Compiling WINE from source - Documentation needs to be updated?

2008-09-27 Thread Dan Kegel
On Sat, Sep 27, 2008 at 1:45 AM, Henri Verbeet <[EMAIL PROTECTED]> wrote: > 2008/9/27 Dan Kegel <[EMAIL PROTECTED]>: >> And while we're on the subject, is "make depend" really >> needed anymore? I thought it happened automatically. > > It does. Great. So can we get rid of all the doc that tells

Wine PulseAudio Driver

2008-09-27 Thread Arthur Taylor
"If someone wants to write a pulseaudio driver, he should feel free to do so, but he should be aware that just writing a simple 20 line linear PCM out driver is not sufficient." http://bugs.winehq.org/show_bug.cgi?id=10495 I have written a waveout/in driver for wine to use pulseaudio which is in b

Re: Compiling WINE from source - Documentation needs to be updated?

2008-09-27 Thread Henri Verbeet
2008/9/27 Dan Kegel <[EMAIL PROTECTED]>: > And while we're on the subject, is "make depend" really > needed anymore? I thought it happened automatically. > It does. You don't generally need "make install" either, you can just run from whatever place you built Wine.