Re: [PATCH] Tests that prove ntdll has no notion of HKCR.

2013-05-18 Thread Dmitry Timoshkov
George Stephanos wrote: > > Ah, well, strcmp comes from the C library your compiler uses. wcsncmp can > > only come from msvcrt. When compiling for Wine, this can result in mixing C > > runtime libraries, and hilarity can result. ... > Perhaps I could just use memcmp? Use lstrcmpW/lstrcmpiW for

Re: [PATCH] ieframe: Add a IServiceProvider stub to IBindStatusCallback

2013-05-18 Thread Alistair Leslie-Hughes
On 18/05/2013 11:11 PM, Detlef Riekenberg wrote: -- By by ... Detlef --- dlls/ieframe/navigate.c | 51 +++ 1 files changed, 51 insertions(+), 0 deletions(-) Tests to prove the interface exists. Best Regards Alistair Leslie-Hughes

Re: [PATCH] Tests that prove ntdll has no notion of HKCR.

2013-05-18 Thread George Stephanos
On Sun, May 19, 2013 at 2:24 AM, Juan Lang wrote: > (consider subscribing to wine-devel so your emails don't get stuck in >>> moderation.) >>> >> Hmm but I am already! >> > > Ok, that's strange. Maybe I just got it late. > > >> I think Alexandre will object to using msvcrt functions (wcsncmp in

Re: [PATCH] Tests that prove ntdll has no notion of HKCR.

2013-05-18 Thread Juan Lang
> > (consider subscribing to wine-devel so your emails don't get stuck in >> moderation.) >> > Hmm but I am already! > Ok, that's strange. Maybe I just got it late. > I think Alexandre will object to using msvcrt functions (wcsncmp in this >> case), but I don't have a straightforward alternative

Re: [PATCH] Tests that prove ntdll has no notion of HKCR.

2013-05-18 Thread George Stephanos
On Sat, May 18, 2013 at 11:57 PM, Juan Lang wrote: > Hi George, > (consider subscribing to wine-devel so your emails don't get stuck in > moderation.) > Hmm but I am already! > > > On Sat, May 11, 2013 at 7:43 AM, George Stephanos > wrote: > >> As instructed, I added a few lines to the already

Re: [PATCH 2/2] Fixing ReleaseCapture of child window bug in EnableWindow (resend)

2013-05-18 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=25614 Your paranoid android

Re: [PATCH] Tests that prove ntdll has no notion of HKCR.

2013-05-18 Thread Juan Lang
Hi George, (consider subscribing to wine-devel so your emails don't get stuck in moderation.) On Sat, May 11, 2013 at 7:43 AM, George Stephanos wrote: > As instructed, I added a few lines to the already written tests that > confirm my claim. > > Part of the research of the registry merging proje

Re: wineconsole screen scenarios

2013-05-18 Thread Joel Holdsworth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/05/13 13:04, Hugh McMaster wrote: > In my effort to improve wineconsole and its calculations of the > largest possible window size, three scenarios come into play. > > 1. wineconsole with --backend=user (or more simply, 'wineconsole > app.exe, i

Re: Duplicate relocations in DLL

2013-05-18 Thread Alexandre Julliard
Alessandro Pignotti writes: > Wine does not seem to even try to load DLLs at their preferred address. > Still, > I'm not sure this is actually bad and I think Win8 forces randomization of > the > layout anyway, We definitely try, but for high addresses there's a chance that some Linux librar