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
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
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
>
> (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
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
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
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
-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
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