Re: Updating the 1.2 release announcement text

2010-06-14 Thread Peter Urbanec
On 14/06/10 18:12, Edward Savage wrote: I'm looking to try and fill out a WWN for this friday I really think it would be very beneficial to go into some detail on the 64-bit support. In particular, it would be a good idea to outline the expected user experience when running a 64-bit app.

Re: Changes to enable the use of gcov

2010-06-14 Thread Scott Ritchie
On 06/14/2010 08:04 PM, James McKenzie wrote: > Peter Davies wrote: >> To use gcov you must pass --coverage at both compile and link time. >> This patch means that "make CFLAGS=--coverage LDFLAGS=--coverage", >> "make test", >> "gcov file.c" is sufficient generate .gcov files. >> >> > Peter: >

Re: Inviting users to look for regressions in wine-1.2rc3?

2010-06-14 Thread Scott Ritchie
On 06/14/2010 11:02 AM, Ing. Simone. Giustetti wrote: > How about 64 bit packages with Wow64 ? This feature is described as a major > one > for Wine release 1.2, but as far as I know no x86_64 package was released yet. > I've been using it since release 1.1.44 for testing purposes and it seems >

Re: Two enhancement requests for winetricks

2010-06-14 Thread James McKenzie
Jan Hoogenraad wrote: James Mckenzie wrote: Jan Hoogenraad Jun 14, 2010 8:05 AM wrote: OK. New version of the script: it also finds uppercase filename matches. It also removed: 131072 1999-01-15 04:37 system32/MAPISTUB.DLL 70656 2008-10-06 23:30 system32/MSVCIRT.DLL 326656 2008-10-06

Re: Changes to enable the use of gcov

2010-06-14 Thread James McKenzie
Peter Davies wrote: To use gcov you must pass --coverage at both compile and link time. This patch means that "make CFLAGS=--coverage LDFLAGS=--coverage", "make test", "gcov file.c" is sufficient generate .gcov files. Peter: Somehow this patch got munged in transit and will not apply to cur

Re: msvcrt: Add _wmakepath_s implementation

2010-06-14 Thread testbot
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=2647 Your paranoid android.

Re: Two enhancement requests for winetricks

2010-06-14 Thread Jan Hoogenraad
Mind the timestamps & sizes. In this case, these files were installed with the installation of an application or winetricks. I am now trying to get rid of as much of this old stuff, in order to be as much wine as possible. James Mckenzie wrote: Jan Hoogenraad Jun 14, 2010 8:05 AM wrote: OK.

Re: Two enhancement requests for winetricks

2010-06-14 Thread Jan Hoogenraad
OK. New version of the script: it also finds uppercase filename matches. It also removed: 131072 1999-01-15 04:37 system32/MAPISTUB.DLL 70656 2008-10-06 23:30 system32/MSVCIRT.DLL 326656 2008-10-06 23:30 system32/MSVCRT40.DLL 492304 2008-10-06 23:30 system32/OLEAUT32.DLL Now, is seems t

RFC: Standardize paths in shell32.SHChangeNotify [Bug 18606]

2010-06-14 Thread Andrew Eikum
Hey folks, I have a fix here for bug 18606. I think it's decent, but I could use another few sets of eyes to make sure I didn't miss anything, or even that I'm not way on the wrong track. The problem and solution are described in patch 3. In brief, SHChangeNotify notifies windows when a ch

Re: propsys: mention that the functions are stubs

2010-06-14 Thread André Hentschel
Am 14.06.2010 22:01, schrieb Hans Leidekker: > On Mon, 2010-06-14 at 21:26 +0200, André Hentschel wrote: > >> Hans might have missed that > > No, to me a fixme that prints a parameter list without further > explanation implies that the function is a stub. > > That's somehow true, but for easier

Re: propsys: mention that the functions are stubs

2010-06-14 Thread Hans Leidekker
On Mon, 2010-06-14 at 21:26 +0200, André Hentschel wrote: > Hans might have missed that No, to me a fixme that prints a parameter list without further explanation implies that the function is a stub.

Re: Inviting users to look for regressions in wine-1.2rc3?

2010-06-14 Thread Marcus Meissner
On Mon, Jun 14, 2010 at 08:02:08PM +0200, Ing. Simone. Giustetti wrote: > How about 64 bit packages with Wow64 ? This feature is described as a major > one > for Wine release 1.2, but as far as I know no x86_64 package was released yet. > I've been using it since release 1.1.44 for testing purpose

Polish translations of Wine at 100%

2010-06-14 Thread Paul Vriens
Hi, Łukasz did it, Polish translations of Wine reached the 100% mark !!! Great job done. -- Cheers, Paul.

Portuguese translations of Wine back at 100%

2010-06-14 Thread Paul Vriens
Hi, Just a note to thank Ricardo for getting the Portuguese translations back to 100%. -- Cheers, Paul.

Re: Make depend

2010-06-14 Thread Reece Dunn
On 14 June 2010 18:54, Peter Davies wrote: > On 14 June 2010 18:40, Damjan Jovanovic wrote: >> >> Since around 2-3 months ago, you don't need to run "make depend" at all :-). >> >> Damjan >> > > Then why is it still there? When you run `make`, `make depend` is called automatically so you don't n

Re: Inviting users to look for regressions in wine-1.2rc3?

2010-06-14 Thread Ing. Simone. Giustetti
How about 64 bit packages with Wow64 ? This feature is described as a major one for Wine release 1.2, but as far as I know no x86_64 package was released yet. I've been using it since release 1.1.44 for testing purposes and it seems pretty stable. If there are no objections, I'll upload i486 and x8

Re: Make depend

2010-06-14 Thread Octavian Voicu
On Mon, Jun 14, 2010 at 8:54 PM, Peter Davies wrote: > Then why is it still there? I think it's still used internally. If you run `make depend' then 'make' you'll see it will go a bit faster because the dependencies are already precomputed. Octavian

Re: Make depend

2010-06-14 Thread Peter Davies
On 14 June 2010 18:40, Damjan Jovanovic wrote: > > Since around 2-3 months ago, you don't need to run "make depend" at all :-). > > Damjan > Then why is it still there? Peter

Re: Make depend

2010-06-14 Thread Damjan Jovanovic
On Mon, Jun 14, 2010 at 6:52 PM, Peter Davies wrote: > How often do I need to run "make depend"? > > Peter > > > Since around 2-3 months ago, you don't need to run "make depend" at all :-). Damjan

Make depend

2010-06-14 Thread Peter Davies
How often do I need to run "make depend"? Peter

Re: mshtml: Check if event_table entry is allocated before using it in remove_event_handler.

2010-06-14 Thread testbot
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=2632 Your paranoid android.

Re: Two enhancement requests for winetricks

2010-06-14 Thread James Mckenzie
Jan Hoogenraad Jun 14, 2010 8:05 AM wrote: >OK. New version of the script: it also finds uppercase filename matches. >It also removed: > > 131072 1999-01-15 04:37 system32/MAPISTUB.DLL >70656 2008-10-06 23:30 system32/MSVCIRT.DLL > 326656 2008-10-06 23:30 system32/MSVCRT40.DLL > 492304 2

Re: [2/2] msi: Add tests for MsiLocateComponent and make them pass.

2010-06-14 Thread testbot
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=2626 Your paranoid android.

Re: [PATCH] atl: Do not fail on Wine64

2010-06-14 Thread Alexandre Julliard
Marcus Meissner writes: > It seems to input 248 in my case. Probably it will not get 240, > but _ATL_MODULEW (or better, the ATL_MODULE C++ class) has some other > difference. > > Question is really how to find out more, as atl.dll is written in C++ > and documentation scarce. > > -> so for start

Re: Inviting users to look for regressions in wine-1.2rc3?

2010-06-14 Thread Alexandre Julliard
Nikolay Sivov writes: > On 6/13/2010 18:53, Dan Kegel wrote: >> How close are we to release? > Not closely related to a beta testing, but for quality it is - it > would be nice to have valgrind tests logs as you did some months ago. > I think it's possible to catch something new that is easy to f

RE: msxml3: Avoid SysStringLen() testing for an empty string in ::createNode()

2010-06-14 Thread Greg Geldorp
> From: Reece Dunn > > msxml3 is not present on NT4, so CLSID_XMLHTTPRequest is not > registered. This does not fail on the test page, as the msxml3 tests > are skipped when msxml3.dll is not present. > > It would probably be better to issue a win_skip in this instance, but > it is not relevant to

Re: Two enhancement requests for winetricks

2010-06-14 Thread Francois Gouget
On Sat, 12 Jun 2010, Jan Hoogenraad wrote: [...] > Can wine handle multiple instances of the server for the different > directories, when applications from different start directories are running in > parallel ? Yes. -- Francois Gouget http://fgouget.free.fr/ You can have my

Re: Updating the 1.2 release announcement text

2010-06-14 Thread Edward Savage
On Mon, Jun 14, 2010 at 6:00 PM, Reece Dunn wrote: > On 14 June 2010 08:49, Edward Savage wrote: >> I've emailed a couple of people today to get an idea of what has >> changed between 1.0 and 1.2 so we can start to compile the important >> improvements.  Hopefully this can be expanded upon pretty

Re: Updating the 1.2 release announcement text

2010-06-14 Thread Reece Dunn
On 14 June 2010 08:49, Edward Savage wrote: > On Mon, Jun 14, 2010 at 3:16 AM, Dan Kegel wrote: >> http://wiki.winehq.org/Wine1.2Announcement could use some work >> if anyone has time... > > I've emailed a couple of people today to get an idea of what has > changed between 1.0 and 1.2 so we can s

Re: Updating the 1.2 release announcement text

2010-06-14 Thread Edward Savage
On Mon, Jun 14, 2010 at 3:16 AM, Dan Kegel wrote: > http://wiki.winehq.org/Wine1.2Announcement could use some work > if anyone has time... > I've emailed a couple of people today to get an idea of what has changed between 1.0 and 1.2 so we can start to compile the important improvements. Hopeful

Re: [PATCH] atl: Do not fail on Wine64

2010-06-14 Thread Marcus Meissner
On Mon, Jun 14, 2010 at 03:07:39AM +0200, Maarten Lankhorst wrote: > Hi Marcus, > > 2010/6/13 Marcus Meissner : > > Hi, > > > > The size is 248 on Wine64 ... (expected 240), so we miss > > perhaps a pointer or some alignment. > > > > Its not fully clear what. > > > > It at least does not crash whe