Re: Winehq donation and DATA COMPRESSION

2010-01-30 Thread Wolfram Sang
> BTW I've done some cabinet.dll stuff some years ago. > Can anybody give me a hint to some easy-to-understand data compression > documentation? You mean in general? http://en.wikipedia.org/wiki/Data_Compression Should have enough links for the specific sub-topics. Regards, Wolfram

Re: Winehq donation and DATA COMPRESSION

2010-01-30 Thread Tom Wickline
On Sat, Jan 30, 2010 at 9:58 PM, Gerold Jens Wucherpfennig < gjwucherpfen...@gmx.net> wrote: > > Hi, I've donated some bucks to winehq by PayPal and want to spend more... > :) > Can I decide for which things will be spend? > The money goes to support future Wine Conference expenses. In the pas

Re: [PATCH] Implement OleCreatePropertyFrame (try 3)

2010-01-30 Thread Reece Dunn
On 30 January 2010 16:44, Geoffrey Hausheer wrote: > On Fri, Jan 29, 2010 at 11:10 AM, Stefan Leichter Stefan. wrote: >> >> Am Friday 29 January 2010 15:01:55 schrieb Geoffrey Hausheer: >> > Is there anything I can do to move this patch forward?  I've fixed all >> > the >> > issues that have been

Re: [PATCH] Implement OleCreatePropertyFrame (try 3)

2010-01-30 Thread Geoffrey Hausheer
On Fri, Jan 29, 2010 at 11:10 AM, Stefan Leichter Stefan. wrote: > Am Friday 29 January 2010 15:01:55 schrieb Geoffrey Hausheer: > > Is there anything I can do to move this patch forward? I've fixed all > the > > issues that have been raised so far. I have no dea what it is waiting > on, > > and

Re: [PATCH] shlwapi/tests: ChrCmpI* not present on Win95B (winetestbot)

2010-01-30 Thread Nikolay Sivov
On 1/30/2010 18:25, Detlef Riekenberg wrote: @@ -608,9 +610,13 @@ static void test_StrCmpA(void) static const char str2[] = {'a','B','c','d','e','f'}; ok(0 != StrCmpNA(str1, str2, 6), "StrCmpNA is case-insensitive\n"); ok(0 == StrCmpNIA(str1, str2, 6), "StrCmpNIA is case-sensitive\n"

new valgrind results...

2010-01-30 Thread Dan Kegel
This is with an almost-unpatched trunk (the only patch is my tweak to handle bogus environment variables), so it's now using Alexandre's heap patches rather than mine. There are some interesting new warnings, not sure quite what to make of them yet. Logs at http://kegel.com/wine/valgrind/logs/2010

Winehq donation and DATA COMPRESSION

2010-01-30 Thread Gerold Jens Wucherpfennig
Hi, I've donated some bucks to winehq by PayPal and want to spend more... Can I decide for which things will be spend? When donating money, how much of it will go to PayPal? Is there a better way than using PayPal (by the donate link of the winehq front-page)? BTW I've done some cabinet.dll st

Re: msi: Fix crash with access to component

2010-01-30 Thread André Hentschel
Hans Leidekker schrieb: > On Saturday 30 January 2010 12:55:21 André Hentschel wrote: > >> --- >> dlls/msi/files.c |2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/dlls/msi/files.c b/dlls/msi/files.c >> index 7e74dca..afeb451 100644 >> --- a/dlls/msi/files.c >> ++

Re: msi: Fix crash with access to component

2010-01-30 Thread Hans Leidekker
On Saturday 30 January 2010 12:55:21 André Hentschel wrote: > --- > dlls/msi/files.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/dlls/msi/files.c b/dlls/msi/files.c > index 7e74dca..afeb451 100644 > --- a/dlls/msi/files.c > +++ b/dlls/msi/files.c > @@ -363,6 +3