Re: [PATCH] NTDLL atom.c documentation.

2011-03-07 Thread Max TenEyck Woodbury
On 03/06/2011 02:45 PM, Nikolay Sivov wrote: What's a point to make such changes in a first place? I don't see how it's useful to have automatically extracted partially filled function names from sources (if it's a purpose of these documentation headers of course). You always have sources,

Re: [1/5] msi/tests: Check the result of get_system_dirs and get_user_dirs.

2011-03-07 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=9724 Your paranoid

Re: New winetricks-alpha 20110306: new game Crysis 2 Demo and seven others, new dll dinput, lots of bug fixes; ie8 now works

2011-03-07 Thread Vitaliy Margolen
On 03/06/2011 10:53 PM, Dan Kegel wrote: Do you think people just load dlls at random, and then complain when they break things? Reading forum indicates lots do. Most people still think that if they use more native dlls Wine will work better. You may have a point there, but increasingly,

Re: [5/5] msi: Manage one assembly cache per major version of the .NET runtime.

2011-03-07 Thread Vincent Povirk
+    static const WCHAR szVersion11[] = {'v','1','.','1','.','4','3','2','2',0}; +    static const WCHAR szVersion20[] = {'v','2','.','0','.','5','0','7','2','7',0}; No v4.0.30319 ?

Re: New winetricks-alpha 20110306: new game Crysis 2 Demo and seven others, new dll dinput, lots of bug fixes; ie8 now works

2011-03-07 Thread Dan Kegel
On Mon, Mar 7, 2011 at 6:51 AM, Vitaliy Margolen wine-de...@kievinfo.com wrote: I think it's a good idea to warn them about consequences of using native dinput. I'll add a warning. Are there others in particular that you have seen cause grief? Mostly complete DX. Users install that and

Re: [5/5] msi: Manage one assembly cache per major version of the .NET runtime.

2011-03-07 Thread Hans Leidekker
On Mon, 2011-03-07 at 08:57 -0600, Vincent Povirk wrote: +static const WCHAR szVersion11[] = {'v','1','.','1','.','4','3','2','2',0}; +static const WCHAR szVersion20[] = {'v','2','.','0','.','5','0','7','2','7',0}; No v4.0.30319 ? Not yet. It doesn't install so I can't test

Try to fix bug 25999 , patch for dlls/mshtml/navigate.c

2011-03-07 Thread Qian Hong
Hi Jacek, It seems http://bugs.winehq.org/show_bug.cgi?id=25999 has no update from Wine developers, my friend Zhuo Wei has write a patch for it, tests in dlls/mshtml/tests are run on Wine, ( according to http://www.winehq.org/docs/winedev-guide/testing-wine ), every test passes successfully,

Re: New winetricks-alpha 20110306: new game Crysis 2 Demo and seven others, new dll dinput, lots of bug fixes; ie8 now works

2011-03-07 Thread Vitaliy Margolen
On 03/07/2011 08:06 AM, Dan Kegel wrote: On Mon, Mar 7, 2011 at 6:51 AM, Vitaliy Margolen wine-de...@kievinfo.com wrote: I think it's a good idea to warn them about consequences of using native dinput. I'll add a warning. Are there others in particular that you have seen cause grief?