Re: Wine on cygwin

2009-07-26 Thread Stefan Dösinger
Am Sunday 26 July 2009 01:53:46 schrieb King InuYasha: .section .init,ax yields a.0dtc3a.s: Assembler messages: a.0dtc3a.s:5: Error: junk at end of line, first unrecognized character is `' Then there is: .hidden __wine_spec_nt_header = a.0dtc3a.s:14: Error: unknown

Re: ntdll: spellingfix in a comment

2009-07-26 Thread Frédéric Delanoy
On 07/26/2009 02:37 PM, André Hentschel wrote: --- dlls/ntdll/server.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) iff could be an abbreviation for if and only if (equivalence relationship), so

Re: ntdll: spellingfix in a comment

2009-07-26 Thread André Hentschel
Frédéric Delanoy schrieb: On 07/26/2009 02:37 PM, André Hentschel wrote: --- dlls/ntdll/server.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) iff could be an abbreviation for if and only if

Re: ntdll: spellingfix in a comment

2009-07-26 Thread Frédéric Delanoy
On 07/26/2009 03:59 PM, André Hentschel wrote: Frédéric Delanoy schrieb: On 07/26/2009 02:37 PM, André Hentschel wrote: --- dlls/ntdll/server.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) iff

Re: comctl32: stop flicker when drawing themed

2009-07-26 Thread Frank Richter
On 26.07.2009 15:57, André Hentschel wrote: ...and draw the correct image smothly. the code shouldnt have been copied and paste from the unthemed code. This changes the appearance of progress bars: now they look always smooth when themed. But on Windows they look always chunky when themed.

Help resources for wine-users mailing list

2009-07-26 Thread Frédéric Delanoy
Over and over, I see help requests on wine-users with responses like installed latest wine, read FAQ section x.y, ... Wouldn't it be useful to send a regular reminder (like every month, and on subscription)? This would contain: - how to upgrade to latest version - link to FAQ - link to bugzilla

Re: Help resources for wine-users mailing list

2009-07-26 Thread Austin English
2009/7/26 Frédéric Delanoy frederic.dela...@gmail.com: Over and over, I see help requests on wine-users with responses like installed latest wine, read FAQ section x.y, ... Wouldn't it be useful to send a regular reminder (like every month, and on subscription)? This would contain: - how

Re: Help resources for wine-users mailing list

2009-07-26 Thread André Hentschel
Austin English schrieb: 2009/7/26 Frédéric Delanoy frederic.dela...@gmail.com: Over and over, I see help requests on wine-users with responses like installed latest wine, read FAQ section x.y, ... Wouldn't it be useful to send a regular reminder (like every month, and on subscription)? This

Re: Help resources for wine-users mailing list

2009-07-26 Thread Rosanne DiMesio
On Sun, 26 Jul 2009 19:47:05 +0200 André Hentschel n...@dawncrow.de wrote: Austin English schrieb: 2009/7/26 Frédéric Delanoy frederic.dela...@gmail.com: Over and over, I see help requests on wine-users with responses like installed latest wine, read FAQ section x.y, ... Wouldn't it

Re: Help resources for wine-users mailing list

2009-07-26 Thread Frédéric Delanoy
Keep in mind that most of the traffic now is on the forums (traffic exploded after adding it). There's already a sticky saying to read the FAQ...we could add a second sticky with a few basic questions/answers, but I'm not sure how much good it would do. if a user is too lazy to update or to

Re: RFC XRender add support for dibsections in more color depths

2009-07-26 Thread Roderick Colenbrander
Hi all, This is an updated version of my patch. It should fix the XChangeGC crash but the text color issue in that japanese game is still around. I hope to receive some more feed back. Roderick On Sat, Jul 25, 2009 at 11:20 PM, Jesse Allenthe3dfxd...@gmail.com wrote: On Thu, Jul 23, 2009 at

Re: Help resources for wine-users mailing list

2009-07-26 Thread James McKenzie
André Hentschel wrote: Austin English schrieb: 2009/7/26 Frédéric Delanoy frederic.dela...@gmail.com: Over and over, I see help requests on wine-users with responses like installed latest wine, read FAQ section x.y, ... Wouldn't it be useful to send a regular reminder (like every month, and

Re: [1/5] ntdll: Fix ProcessExecuteFlag logic

2009-07-26 Thread Dmitry Timoshkov
Michael Karcher w...@mkarcher.dialup.fu-berlin.de wrote: The meaning of enable is the same in Windows and Wine: it enables the execute permission, not the data execution prevention. This patch precedes the test as the inverted logic would make the test case fail in interesting ways. There is no

Re: [2/5] ntdll/tests: Implement tests for data execution prevention.

2009-07-26 Thread Dmitry Timoshkov
Michael Karcher w...@mkarcher.dialup.fu-berlin.de wrote: The tests will be skipped on Wine until next patch, as the not-yet-implemented NtQueryInformationProcess(...,ProcessExecuteFlags,...,...) call is used to detect a DEP-capable platform. These tests should added to existing