Re: Acid test: migrating the spouse

2008-05-31 Thread James McKenzie
Dan Kegel wrote: > Been looking forward to trying this for a long time. > What with Wine 1.0 nearly here, and a brand new > computer to populate, I thought I'd try actually > migrating my spouse to Linux / Wine, or at least > see why it isn't yet practical. > Looks like a worthwhile project. > I

Acid test: migrating the spouse

2008-05-31 Thread Dan Kegel
Been looking forward to trying this for a long time. What with Wine 1.0 nearly here, and a brand new computer to populate, I thought I'd try actually migrating my spouse to Linux / Wine, or at least see why it isn't yet practical. I'll record the process here: http://kegel.com/wine/migrating-user-

Re: shell32: fix SHFileOperation copying to an empty file list

2008-05-31 Thread James Hawkins
On Sat, May 31, 2008 at 8:56 PM, Vincent Povirk <[EMAIL PROTECTED]> wrote: > OK, I'll add the test for FO_MOVE. > > On Sat, May 31, 2008 at 9:52 PM, James Hawkins <[EMAIL PROTECTED]> wrote: >> What does that have to do with this fix? You don't talk about it in >> your email, changelog, or the code

Re: shell32: fix SHFileOperation copying to an empty file list

2008-05-31 Thread Vincent Povirk
OK, I'll add the test for FO_MOVE. On Sat, May 31, 2008 at 9:52 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > What does that have to do with this fix? You don't talk about it in > your email, changelog, or the code. It's part of truncating to 8.3 format. The extension can't be longer than 3 cha

Re: shell32: fix SHFileOperation copying to an empty file list

2008-05-31 Thread James Hawkins
On Sat, May 31, 2008 at 8:47 PM, Vincent Povirk <[EMAIL PROTECTED]> wrote: > Grr, forgot to copy list. > > -- Forwarded message -- > From: Vincent Povirk <[EMAIL PROTECTED]> > Date: Sat, May 31, 2008 at 9:46 PM > Subject: Re: shell32: fix SHFileOperation copying to an empty file lis

Fwd: shell32: fix SHFileOperation copying to an empty file list

2008-05-31 Thread Vincent Povirk
Grr, forgot to copy list. -- Forwarded message -- From: Vincent Povirk <[EMAIL PROTECTED]> Date: Sat, May 31, 2008 at 9:46 PM Subject: Re: shell32: fix SHFileOperation copying to an empty file list To: James Hawkins <[EMAIL PROTECTED]> On Sat, May 31, 2008 at 9:42 PM, James Hawki

Re: shell32: fix SHFileOperation copying to an empty file list

2008-05-31 Thread James Hawkins
On Sat, May 31, 2008 at 8:10 PM, Vincent Povirk <[EMAIL PROTECTED]> wrote: > On Windows, copying files to an empty file list copies each file to > the working directory, truncating each filename to 8.3 format. See bug > 13394. > > I'm not very happy about the way I implemented this (a special loop

Re: MinGW RPM packages - discontinued

2008-05-31 Thread Hin-Tak Leung
Hans Leidekker wrote: > On Saturday 31 May 2008 22:50:38 Vitaliy Margolen wrote: > >> Thank you very much for all the hard work you did maintaining those RPMs! >> Your hard work is greatly appreciated. I would like to say a thank-you as well. I only wrote to Mingw-devel and R-devel (an R packag

Re: [2/2] ddraw: Rename IDirectDraw functions (try 2)

2008-05-31 Thread Stefan Dösinger
Am Sonntag, 1. Juni 2008 00:13:22 schrieb Christian Costa: > Hi Michael, > > I think it would be better to fix function names in IDirectDraw7. The IDirectDraw7 functions are without a version number because they're the common implementation for all ddraw versions. If there's a specific function f

Re: ddraw: Don't release ddraw if a surface is still using it.

2008-05-31 Thread Stefan Dösinger
Am Samstag, 31. Mai 2008 17:03:13 schrieb Michael Karcher: > > Anyway it makes wine stop crashing when programs tries to do something > > crazy like this. Stefan Dösinger asked me to put a HeapAlloc all memory > > between the two Release's to check if the memory of ddraw object would be > > corrupt

Re: [2/2] ddraw: Rename IDirectDraw functions (try 2)

2008-05-31 Thread Christian Costa
Hi Michael, I think it would be better to fix function names in IDirectDraw7. Christian Michael Karcher a écrit : > The functions implementing IDirectDraw are called IDirectDrawImpl_Foo, > the ones implementing IDirectDraw7 are called alike. As they are > static functions in different files, the

Re: #1 wininet: Make resolving hostnames thread-safe. try2

2008-05-31 Thread Rob Shearman
2008/5/31 Hans Leidekker <[EMAIL PROTECTED]>: > Make resolving hostnames thread-safe. > > +/* critical section to protect non-reentrant gethostbyname() */ > +CRITICAL_SECTION cs_gethostbyname; > +static CRITICAL_SECTION_DEBUG critsect_debug = > +{ > +0, 0, &cs_gethostbyname, > +{ &critsect

Re: MinGW RPM packages - discontinued

2008-05-31 Thread Hans Leidekker
On Saturday 31 May 2008 22:50:38 Vitaliy Margolen wrote: > Thank you very much for all the hard work you did maintaining those RPMs! > Your hard work is greatly appreciated. Thank you. I'd like to extend this thank you to the people who contributed patches. > One use that will be missed is cros

Re: MinGW RPM packages - discontinued

2008-05-31 Thread Vitaliy Margolen
Hans Leidekker wrote: > Hi all, > > This is a message for those who used or contributed to the cross compiler > packages available from this URL: > > http://mirzam.it.vu.nl/mingw/ > > Quoting myself from that page: > > I have decided to stop maintaining these packages. The original incentive

Re: Fix debug log incosistencies and function naming

2008-05-31 Thread Vitaliy Margolen
Michael Karcher wrote: > Debugging DirectDraw reference counting is confusing, > as the IDirectDraw{,2,3,4}_AddRef methods dump to ddraw_thunk, > whereas the matching Release methods dump to ddraw. This > patch changes to consistently use the ddraw channel. > > Furthermore, as the methods from IDi

MinGW RPM packages - discontinued

2008-05-31 Thread Hans Leidekker
Hi all, This is a message for those who used or contributed to the cross compiler packages available from this URL: http://mirzam.it.vu.nl/mingw/ Quoting myself from that page: I have decided to stop maintaining these packages. The original incentive to create these packages was to be able t

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread Juan Lang
> An example of one that fails is > ret = SnmpUtilOidToA(NULL); > Under win98, this function is valid to call, but will crash if you call > it will a NULL parameter. I don't think removing this test a good idea, > since we are setting XP as a base, at this passes. I disagree that the test shouldn

Re: winex11.drv: Place tablet cursors in slots based on type

2008-05-31 Thread James Hawkins
On Sat, May 31, 2008 at 12:19 PM, John Klehm <[EMAIL PROTECTED]> wrote: > This patch looks bigger than it really is. A more detailed changelog is this: > No, it's as big as it seems. >- I've added a lot of comments describing how cursor slotting works. >- added code to slot the c

Re: dxdiagn: PhysicalMemory parameter is a string not long long

2008-05-31 Thread Vitaliy Margolen
Alexandre Julliard wrote: > Vitaliy Margolen <[EMAIL PROTECTED]> writes: > >> Well it really should be "%llu" but Wine doesn't support that. "%lu" >> is used btw at least in one place in the code: >> http://source.winehq.org/source/dlls/ntdll/actctx.c#L1746 > > It's the correct format for a ULONG

Re: [PATCH] WM_IME_SETCONTEXT is sent when a window is activated

2008-05-31 Thread Vitaliy Margolen
Christopher GAUTIER wrote: > Changelog: >* dll/user32/defwnd.c: > WM_IME_SETCONTEXT is sent when a window is activated > > Description: > The WM_IME_SETCONTEXT message should be sent when a window is (de)activated > (source: http://msdn.microsoft.com/en-us/library/ms776117(VS.85).aspx)

Re: ddraw: Don't release ddraw if a surface is still using it.

2008-05-31 Thread Michael Karcher
Am Samstag, den 31.05.2008, 15:43 +0200 schrieb Jens Albretsen: > > On wine, there is obviously no problem, as wine keeps the DirectDraw > > object itself alive for longer. On Windows, it is not clear to me that > > the DirectDraw object is not destroyed at the IDirectDraw_Release, the > > only thi

[website] Re: wine site: Translate sendind_patches to Spanish in web.site.git

2008-05-31 Thread Ángel Guzmán Maeso
Yeah! I find the perfect solution (at the moment) $quotes = explode("\n",trim($GLOBALS[html]->template('base','quotes'))); # explode + trim return $quotes[array_rand($quotes)]; # array_rand() only

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread Reece Dunn
2008/5/31 Jeff Latimer <[EMAIL PROTECTED]>: > James Hawkins wrote: >> On Fri, May 30, 2008 at 11:18 PM, Alistair Leslie-Hughes >> <[EMAIL PROTECTED]> wrote: >> >>> Hi, >>> >>> I've being investigating crashes that occur on Win98 when the tests run. I >>> have fixed a couple already which where tri

Re: ddraw: Don't release ddraw if a surface is still using it.

2008-05-31 Thread Jens Albretsen
On Saturday 31 May 2008 14:57:25 Michael Karcher wrote: > Am Samstag, den 31.05.2008, 12:08 +0200 schrieb Jens Albretsen: > The patch looks like it would work as advertised, but the following > > snippet in the testcase smells fishy: > > +static unsigned long getRefcount(IUnknown *iface) > > +{ > >

Re: ddraw: Don't release ddraw if a surface is still using it.

2008-05-31 Thread Michael Karcher
Am Samstag, den 31.05.2008, 12:08 +0200 schrieb Jens Albretsen: The patch looks like it would work as advertised, but the following snippet in the testcase smells fishy: > +static unsigned long getRefcount(IUnknown *iface) > +{ > +IUnknown_AddRef(iface); > +return IUnknown_Release(iface);

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread Alistair Leslie-Hughes
Jeff Latimer wrote: > James Hawkins wrote: >> On Fri, May 30, 2008 at 11:18 PM, Alistair Leslie-Hughes >> <[EMAIL PROTECTED]> wrote: >> >>> Hi, >>> >>> I've being investigating crashes that occur on Win98 when the tests run. I >>> have fixed a couple already which where trivial. When I attempte

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread Paul Vriens
Alistair Leslie-Hughes wrote: > Paul Vriens wrote: >> >>> >> In this particular case you could make use of this fact: >> >> util.c:42:GetProcAddress(SnmpUtilAsnAnyCpy) failed >> util.c:43:GetProcAddress(SnmpUtilAsnAnyFree) failed >> util.c:44:GetProcAddress(SnmpUtilOctetsCmp) failed >> util.c:45:Ge

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread Alistair Leslie-Hughes
Paul Vriens wrote: > >> > In this particular case you could make use of this fact: > > util.c:42:GetProcAddress(SnmpUtilAsnAnyCpy) failed > util.c:43:GetProcAddress(SnmpUtilAsnAnyFree) failed > util.c:44:GetProcAddress(SnmpUtilOctetsCmp) failed > util.c:45:GetProcAddress(SnmpUtilOctetsCpy) failed

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread Paul Vriens
Alistair Leslie-Hughes wrote: > Hi, > > I've being investigating crashes that occur on Win98 when the tests run. I > have fixed a couple already which where trivial. When I attempted to fix the > snmpapi tests, I have found that i will end up removing alot of tests (~ > 17). If I add a check f

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread Jeff Latimer
James Hawkins wrote: > On Fri, May 30, 2008 at 11:18 PM, Alistair Leslie-Hughes > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I've being investigating crashes that occur on Win98 when the tests run. I >> have fixed a couple already which where trivial. When I attempted to fix the >> snmpapi tests

Re: Fixing crashes in Tests (OS version check)

2008-05-31 Thread James Hawkins
On Fri, May 30, 2008 at 11:18 PM, Alistair Leslie-Hughes <[EMAIL PROTECTED]> wrote: > Hi, > > I've being investigating crashes that occur on Win98 when the tests run. I > have fixed a couple already which where trivial. When I attempted to fix the > snmpapi tests, I have found that i will end up r