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=6315
Your paranoid android.
About a year or so ago a Korean company called Tmax was claiming to have
developed a new operating system that was 100% fully Windows compatible.
They also claimed to have their own office suite, web browser, and
more, all developed with their own special Korean engineering to keep
the license pro
On 10/18/2010 12:51 PM, Krzysztof Nowicki wrote:
Where I come from copying structures directly is considered bad practice and
it's safer to use memcpy. We had problems before with broken compilers that
would try to do some black magic in such cases.
Then don't use broken compilers. GCC handles st
On Sun, Oct 17, 2010 at 5:51 PM, Erich Hoover wrote:
> On Sat, Oct 16, 2010 at 1:41 PM, Mike Kaplinskiy
> wrote:
>> On Thu, Oct 14, 2010 at 10:08 PM, Erich Hoover wrote:
>>> ...
>>> DWORD flags;
>>> unsigned int n_iovecs;
>>> unsig
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=6284
Your paranoid android.
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=6286
Your paranoid android.
I hadn't see any talk about this, so passing this along from Google:
--
-Austin
-- Forwarded message --
From: Carol Smith
Date: Mon, Oct 18, 2010 at 8:10 AM
Subject: Invitation: Apply to be a Mentoring Organization for GCI
To: Google Summer of Code Mentors List
Hi everyone,
Here is a free compiler to create apps on ARM:
http://www.smorgasbordet.com/pellesc/
(Untested, how this app works in Wine)
--
By by ... Detlef
On Sun, Oct 17, 2010 at 3:59 AM, Yaron Shahrabani wrote:
> Is there any way to localize the AppDB?
> The Israeli community assumes that having a Hebrew system will make more
> users report issues.
It seems unlikely. There are many different languages used by wine's
users, and English is the most
On Mon, Oct 18, 2010 at 08:51:49PM +0200, Krzysztof Nowicki wrote:
> W dniu 17.10.2010 18:49, Vitaliy Margolen pisze:
> >On 10/17/2010 01:59 AM, Krzysztof Nowicki wrote:
> >>Doing a memcpy to a local rectangle seems a morenatural way to do it
> >
> >Not really. Doing RECT = RECT is the natural way
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=6285
Your paranoid android.
Hi,
I've a question concerning d3dcompiler, d3d10 and d3dx10 dlls in
combination with the shader reflection interfaces.
It seems there are 4 different known interfaces:
IID_ID3D10ShaderReflection -> d3d10.dll (D3D10ReflectShader())
IID_ID3D10ShaderReflection1 -> d3dx10_xx.dll (D3DX10ReflectSha
On 10/18/10 8:15 PM, Alexandre Julliard wrote:
Jacek Caban writes:
---
dlls/urlmon/bindprot.c | 343 +--
1 files changed, 212 insertions(+), 131 deletions(-)
It breaks the tests:
../../../tools/runtest -q -P wine -M gameux.dll -T ../../.. -p g
W dniu 17.10.2010 18:49, Vitaliy Margolen pisze:
On 10/17/2010 01:59 AM, Krzysztof Nowicki wrote:
Doing a memcpy to a local rectangle seems a morenatural way to do it
Not really. Doing RECT = RECT is the natural way to do it. Don't use
memcpy to copy one structure to another structure of the s
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=6283
Your paranoid android.
Hi Piotr,
+(tmp = new VBArray(createArray())).f = Object.prototype.toString;
+ok(tmp.f() === "[object Object]", "tmp.f() = " + tmp.f());
We have Function.call implemented now, you can use
String.prototype.toString.call(new VBArray ...).
+case DISPATCH_METHOD:
+if(arg_cnt(dp)<1 |
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=6281
Your paranoid android.
Jacek Caban writes:
> ---
> dlls/urlmon/bindprot.c | 343 +--
> 1 files changed, 212 insertions(+), 131 deletions(-)
It breaks the tests:
../../../tools/runtest -q -P wine -M gameux.dll -T ../../.. -p
gameux_test.exe.so gameexplorer.c && touch game
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=6282
Your paranoid android.
Charles Davis writes:
> Only if the file system doesn't preserve case. Most modern
> case-insensitive file systems (FAT, NTFS, HFS) preserve case. CIOPFS
> preserves case if it's allowed to write xattrs to the underlying FS.
> This is why I even had the case-preserving handling in there in the
>
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=6279
Your paranoid android.
On 10/18/10 10:57 AM, Alexandre Julliard wrote:
> Charles Davis writes:
>
>> When I wrote that, I was thinking, "If we do the stat() on a
>> case-insensitive file system, it will succeed even if the filename has
>> the wrong case. We don't want that when we're checking case, so we may
>> as well
Charles Davis writes:
> When I wrote that, I was thinking, "If we do the stat() on a
> case-insensitive file system, it will succeed even if the filename has
> the wrong case. We don't want that when we're checking case, so we may
> as well read the dirents to see if the file exists with the righ
On 10/18/10 8:28 AM, Alexandre Julliard wrote:
> Charles Davis writes:
>
>> @@ -1828,13 +2054,24 @@ static NTSTATUS find_file_in_dir( char *unix_name,
>> int pos, const WCHAR *name, i
>> if (ret >= 0 && !used_default)
>> {
>> unix_name[pos + ret] = 0;
>> -if (!stat( un
On 10/18/10 8:10 AM, Joris Huizer wrote:
> Hello,
>
> In the proposed patch "[PATCH 2/2] ntdll: Check for case-insensitive
> volumes.", I found this piece:
>
> +/* Add a new entry */
> +for (i = 0; i < sizeof(fs_cache)/sizeof(fs_cache[0]); i++)
> +if (fs_cache[i].dev == 0)
> +
Charles Davis writes:
> @@ -1828,13 +2054,24 @@ static NTSTATUS find_file_in_dir( char *unix_name,
> int pos, const WCHAR *name, i
> if (ret >= 0 && !used_default)
> {
> unix_name[pos + ret] = 0;
> -if (!stat( unix_name, &st ))
> +/* when checking case on a cas
On 10/18/2010 18:21, Joris Huizer wrote:
Hello,
In proposed patch msxml3: Partially implement ::setAttributeNode()
I think I found a little possible memory leak:
+name = xmlChar_from_wchar(nameW);
+value = xmlChar_from_wchar(V_BSTR(&valueW));
+
+if (!name || !value)
+{
+
Hello,
In proposed patch msxml3: Partially implement ::setAttributeNode()
I think I found a little possible memory leak:
+name = xmlChar_from_wchar(nameW);
+value = xmlChar_from_wchar(V_BSTR(&valueW));
+
+if (!name || !value)
+{
+SysFreeString(nameW);
+VariantClear
Hello,
In the proposed patch "[PATCH 2/2] ntdll: Check for case-insensitive volumes.",
I found this piece:
+/* Add a new entry */
+for (i = 0; i < sizeof(fs_cache)/sizeof(fs_cache[0]); i++)
+if (fs_cache[i].dev == 0)
+{
+/* This entry is empty, use it */
+
On Mon, Oct 18, 2010 at 3:26 PM, Aric Stewart wrote:
> ---
> dlls/winegstreamer/regsvr.c | 951 +++
Please consider IRegistrar or inf file based registration instead,
regsvr.c is the worst way to support DLL registration, especially if
you have to customize it the way y
On 10/18/2010 16:03, Jacek Caban wrote:
On 10/18/10 1:57 PM, Nikolay Sivov wrote:
On 10/18/2010 15:53, Jacek Caban wrote:
Hi Nikolay,
On 10/18/10 11:26 AM, Nikolay Sivov wrote:
Get rid of ::get_dataType() forward to IXMLDOMNode interface
switch ( This->node->type )
{
ca
On 10/18/10 1:57 PM, Nikolay Sivov wrote:
On 10/18/2010 15:53, Jacek Caban wrote:
Hi Nikolay,
On 10/18/10 11:26 AM, Nikolay Sivov wrote:
Get rid of ::get_dataType() forward to IXMLDOMNode interface
switch ( This->node->type )
{
case XML_ELEMENT_NODE:
On of points of suc
On 10/18/2010 15:53, Jacek Caban wrote:
Hi Nikolay,
On 10/18/10 11:26 AM, Nikolay Sivov wrote:
Get rid of ::get_dataType() forward to IXMLDOMNode interface
switch ( This->node->type )
{
case XML_ELEMENT_NODE:
On of points of such patches is to get rid of such switches. In
Hi Nikolay,
On 10/18/10 11:26 AM, Nikolay Sivov wrote:
Get rid of ::get_dataType() forward to IXMLDOMNode interface
switch ( This->node->type )
{
case XML_ELEMENT_NODE:
On of points of such patches is to get rid of such switches. In this case
it seems like introducing new
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=6265
Your paranoid android.
Detlef Riekenberg writes:
> or do we have to remove all related "const" from the strings?
Yes.
--
Alexandre Julliard
julli...@winehq.org
Alexandre Goujon writes:
> I was looking for a forbidden char in batch files but just I found
> accentuated chars whereas I wanted a single (not wide) char.
> Finally, I found it in the ASCII table.
> The \x1a character name is SUBSTITUTE and is exactly what we need.
It means end of file on Win
Hi Tomasz,
Please use a more specific subject such as "mscms: Handle bitmap formats
BM_xRGBQUADS and BM_xBGRQUADS in TranslateBitmapBits".
38 matches
Mail list logo