Re: po: add missing url tag to nl.po

2012-06-27 Thread Francois Gouget
On Wed, 27 Jun 2012, Austin English wrote: > http://bugs.winehq.org/show_bug.cgi?id=31038 "Noot: Het wordt aanbevolen om distributiepakketten te gebruiken. Zie http://wiki.winehq.org/Gecko voor details." +"href=http://wiki.winehq.org/Gecko voor details." Note that this is missing a lot more th

Re: [1/5] windowscodecs: Implement MetadataHandler_GetValue. Take 2. Resend.

2012-06-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=19631 Your paranoid android

Re: [4/5] gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem. Take 2.

2012-06-27 Thread Dmitry Timoshkov
Marvin wrote: > === W7PROX64 (64 bit image) === > image.c:2817: Test failed: 0: expected property size 17 or 36, got 44 > image.c:2817: Test failed: 2: expected property size 144 or 0, got 152 > image.c:2817: Test failed: 3: expected property size 20 or 0, got 28 > > === TEST64_W7SP1 (64 bit

Re: [4/5] gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem. Take 2.

2012-06-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=19625 Your paranoid android

Re: [5/5] gdiplus: Add a bunch of tests for TIFF image properties. Resend.

2012-06-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=19626 Your paranoid android

Re: [3/4] gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.

2012-06-27 Thread Dmitry Timoshkov
Ben Peddell wrote: > > Looks like testbot picked up wrong e-mail sequence. It looks like an e-mail > > delivery problem in the mailing list software, and it is getting pretty > > annoying. > > > > The winehq.org mailserver only allows one SMTP connection per relaying > IP, so emails sent at the

Re: [3/4] gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.

2012-06-27 Thread Ben Peddell
On 27/06/2012 7:35 PM, Dmitry Timoshkov wrote: > Marvin wrote: > >> === W7PROX64 (64 bit image) === >> image.c:2811: Test failed: 0: expected property size 17 or 36, got 44 >> image.c:2811: Test failed: 2: expected property size 144 or 0, got 152 >> image.c:2811: Test failed: 3: expected prope

Re: wbemprox: Add a Win32_LogicalDisk class stub.

2012-06-27 Thread Hans Leidekker
On Wed, 2012-06-27 at 14:41 +0300, John Yani wrote: > +static void fill_logicaldisk( struct table *table ) > +{ > +static const WCHAR device_id[] = {'0',0}; > +struct record_logicaldisk *rec; > +FIXME("returns a fake logical disks table\n"); > +if (!(table->data = heap_alloc( sizeof

ODBC on 64bit system

2012-06-27 Thread Daniel Jelinski
Hello all, Is it possible to run a 32bit application using 64bit ODBC drivers? I already checked that standard 32bit wine compilation does not work - but will it work with WoW64? I am trying to get an application to connect to SQL Server via tdsodbc, but unfortunately tdsodbc:i386 in ubuntu 11.10 i

Re: [1/5] windowscodecs: Implement IWICBitmapScaler::GetSize.

2012-06-27 Thread Vincent Povirk
Good point. I'll resend with parameter checking. On Wed, Jun 27, 2012 at 11:25 AM, Dmitry Timoshkov wrote: > Vincent Povirk wrote: > >>  static HRESULT WINAPI BitmapScaler_GetSize(IWICBitmapScaler *iface, >>      UINT *puiWidth, UINT *puiHeight) >>  { >> -    FIXME("(%p,%p,%p): stub\n", iface, p

Re: [1/5] windowscodecs: Implement IWICBitmapScaler::GetSize.

2012-06-27 Thread Dmitry Timoshkov
Vincent Povirk wrote: > static HRESULT WINAPI BitmapScaler_GetSize(IWICBitmapScaler *iface, > UINT *puiWidth, UINT *puiHeight) > { > -FIXME("(%p,%p,%p): stub\n", iface, puiWidth, puiHeight); > +BitmapScaler *This = impl_from_IWICBitmapScaler(iface); > +TRACE("(%p,%p,%p)\n", ifa

Re: d3dx9_36 [patch 2 of 3]: Implementation of D3DXSHScale

2012-06-27 Thread Matteo Bruni
2012/6/27 Nozomi Kodama : > -@ stub D3DXSHScale(ptr long ptr ptr) +@ stdcall D3DXSHScale(ptr long ptr ptr) ... +FLOAT* WINAPI D3DXSHScale(FLOAT *out, UINT order, CONST FLOAT *a, CONST FLOAT scale) The last parameter doesn't match between the function prototype and the spec entry. Also, apparently

Re: [4/4] gdiplus: Add a bunch of tests for TIFF image properties.

2012-06-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=19595 Your paranoid android

Re: wbemprox: Add a Win32_LogicalDisk class stub.

2012-06-27 Thread Hans Leidekker
On Wed, 2012-06-27 at 11:34 +0300, John Yani wrote: > +static void fill_logicaldisk( struct table *table ) > +{ > +static const WCHAR fmtW[] = {'%','u',0}; > +WCHAR device_id[11]; > +struct record_logicaldisk *rec; > +UINT num_rows = 1; > +FIXME("returns a fake logical disks tab

Re: [3/4] gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.

2012-06-27 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > Marvin wrote: > > > === W7PROX64 (64 bit image) === > > image.c:2811: Test failed: 0: expected property size 17 or 36, got 44 > > image.c:2811: Test failed: 2: expected property size 144 or 0, got 152 > > image.c:2811: Test failed: 3: expected property size 20 or 0,

Re: [3/4] gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.

2012-06-27 Thread Dmitry Timoshkov
Marvin wrote: > === W7PROX64 (64 bit image) === > image.c:2811: Test failed: 0: expected property size 17 or 36, got 44 > image.c:2811: Test failed: 2: expected property size 144 or 0, got 152 > image.c:2811: Test failed: 3: expected property size 20 or 0, got 28 > > === TEST64_W7SP1 (64 bit

Re: [3/4] gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.

2012-06-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=19594 Your paranoid android