Is anyone interested in helping me port the x86 specific code in Winebuild to
ARM so I can get the relay tracing working? I am relatively new to ARM so any
help would be appreciate it.
Thanks
Roger R. Cruz
From: Roger Cruz
To: "wine-devel@winehq.org"
Sent:
On Thu, Apr 12, 2012 at 16:58, Daniel Jelinski wrote:
> 2012/4/12 Scott Ritchie :
>> On 4/12/12 1:23 AM, Daniel Jeliński wrote:
>>>
>>> Hello all,
>>> I am trying to get Microsoft SQL Server Management Studio to work
>>> flawlessly under Wine. For the most part I create and triage related bug
>>>
2012/4/12 Scott Ritchie :
> On 4/12/12 1:23 AM, Daniel Jeliński wrote:
>>
>> Hello all,
>> I am trying to get Microsoft SQL Server Management Studio to work
>> flawlessly under Wine. For the most part I create and triage related bug
>> reports, but recently I also started tinkering with code, speci
On 4/12/12 1:23 AM, Daniel Jeliński wrote:
Hello all,
I am trying to get Microsoft SQL Server Management Studio to work
flawlessly under Wine. For the most part I create and triage related bug
reports, but recently I also started tinkering with code, specifically
with comctl library, which I am m
Marcus, Alexey, thank you for your ideas. I just did several builds to
see how to make things work. Here's what I got:
make clean && make - does not work (the problem persists)
make distclean && ./configure && make - same as above
git clean -xdf && ./configure && make - this one finally worked.
I'm
Christian Costa writes:
> +children = (IDirect3DRMFrame3**)HeapAlloc(GetProcessHeap(), 0,
> (This->nb_children + 1) * sizeof(IDirect3DRMFrame3*));
> +if (!children)
> +return E_OUTOFMEMORY;
> +
> +CopyMemory(children, This->children, This->nb_children *
> sizeof(IDirect3DRMF
Alexander Morozov wrote:
> +ptr = MapViewOfFile(mapping, FILE_MAP_WRITE, 0, 0, 0);
> +ok( ptr != NULL, "MapViewOfFile failed with error %d\n", GetLastError()
> );
> +CloseHandle(mapping);
> +
> +SetLastError(0xdeadbeef);
> +mapping = CreateFileMappingA(INVALID_HANDLE_VALUE, N
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
12.04.2012 12:23, Daniel Jeliński wrote:
> ... This time make clean && make depend && make did not help.
>
I had hit the problems like you describe several times while doing bisecting.
After a lot of trial and error testing I had finally come up with
On Thu, Apr 12, 2012 at 10:23:07AM +0200, Daniel Jeliński wrote:
> Hello all,
> I am trying to get Microsoft SQL Server Management Studio to work
> flawlessly under Wine. For the most part I create and triage related
> bug reports, but recently I also started tinkering with code,
> specifically wit
Hello all,
I am trying to get Microsoft SQL Server Management Studio to work
flawlessly under Wine. For the most part I create and triage related bug
reports, but recently I also started tinkering with code, specifically
with comctl library, which I am most familiar with.
Back on subject.
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=17814
Your paranoid android
11 matches
Mail list logo