Hi list,
Every once in a while my boss asks me about 64 bit wine. And today was
the day. So what's the status?
From my understanding there are two parts to the question. First, is
anyone using a 64 bit build of Wine? How successfully? Does it pass the
internal wine tests?
And second, is ther
On Saturday 29 November 2008 15:40:33 Paul Vriens wrote:
> This also means that Paul Millars winetest is no longer available.
Yup, this is true. After providing winetest.exe for (I think) a little over 4
years, quisquiliae is falling silent and WineHQ is picking up the baton for
winetest.exe.
Am Samstag, den 29.11.2008, 10:52 +0100 schrieb Michael Karcher:
> This makes the xmlnode structures kind-of aggregatable COM objects.
> The explanation of the new reference management is in the rather verbose
> comment at the top of the new node_unk.c file.
For reference, the comment explaining t
On Wed, Nov 26, 2008 at 2:15 PM, Austin English <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 26, 2008 at 4:12 PM, Jeremy Newman <[EMAIL PROTECTED]> wrote:
>> mysqld didn't crash at least. This seems to be a temporary issue that
>> cleared up when the server load came back down.
>>
>> I don't think the
2008/11/30 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Hi,
>
> I'm in Southern California.
> I did a search for the event when my
> Office 2000 Professional gave me an error
> message. It won't setup.
> The event was 1000
> and the fault address is the same as a
> read out of your computer that you po
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Dan,
did the patchwatcher look up? The last patch it shows is from
30-Nov-2008 14:01.
bye
michael
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org
iD8DBQFJNC
>On Mon, Dec 1, 2008 at 9:06 AM, Susan Cragin <[EMAIL PROTECTED]> wrote:
I don't know off hand then. I'd say run a regression test. As a guess,
you might try removing:
#ifdef HAVE_LINUX_SERIAL_H
#include
#endif
but that would just be a kludgy workaround.
--
>>
On Monday 01 December 2008 18:45:22 Alexandre Julliard wrote:
> Vitaly Perov <[EMAIL PROTECTED]> writes:
> > +GetCurrentDirectoryA(MAX_PATH, tmpPath);
> > +result = SetCurrentDirectoryW(path);
> > +SetCurrentDirectoryA(tmpPath);
> > +if (!result) return ERROR_FILE_NOT_FOUND;
>
> Thi
On Mon, Dec 1, 2008 at 12:08 AM, Paul Bryan Roberts
<[EMAIL PROTECTED]> wrote:
> In mshtml, I count 7 dll reference count inc/dec pairs, including the server
> lock pair, in main.c, htmldoc.c and protocol.c I count 28 pairs of
> InterlockedDecrement / InterlockedIncrement calls around the creatio
Vitaly Perov wrote:
> What is wrong with my patch?
>
> I have fixed all errors found by Juan Lang.
> I resent this patch several times, but hasn't received any answer.
>
> Why my patch is ignored?
>
> Maybe something is still wrong, but why somebody just tell me about it?
>
> "Juan Lang" <[EMAI
On Monday 01 December 2008, Francois Gouget wrote:
> On Sun, 30 Nov 2008, Ambroz Bizjak wrote:
> [...]
>
> > To allow that, I've modified winemenubuilder to record created shortcuts
> > to registry, and my service will obtain and maintain the list of .lnk/url
> > files from there.
>
> The general
Vitaly Perov <[EMAIL PROTECTED]> writes:
> +GetCurrentDirectoryA(MAX_PATH, tmpPath);
> +result = SetCurrentDirectoryW(path);
> +SetCurrentDirectoryA(tmpPath);
> +if (!result) return ERROR_FILE_NOT_FOUND;
This is not the right way to test if a directory exists.
--
Alexandre Julli
What is wrong with my patch?
I have fixed all errors found by Juan Lang.
I resent this patch several times, but hasn't received any answer.
Why my patch is ignored?
Maybe something is still wrong, but why somebody just tell me about it?
"Juan Lang" <[EMAIL PROTECTED]> wrote:
>Hi Vitaliy, overal
>>I don't know off hand then. I'd say run a regression test. As a guess,
>>you might try removing:
>>#ifdef HAVE_LINUX_SERIAL_H
>>#include
>>#endif
>>
>>but that would just be a kludgy workaround.
>>
>>--
>>-Austin
>
>Will try both tomorrow.
>Thanks.
Austin:
Did not see above section, but did se
Hi,
Wine is still using Mono by creating a new process altough it has
support for _CorExeMain and _CorDllMain. There is a MonoFixupCorEE
method exported by mono.dll that could be used.
I also did some research on executing exe assemblies without creating a
mono.exe process on MS Windows by inj
Jan de Mooij wrote:
> Hi Paul,
>
> Thanks for your reply.
>
> On Mon, Dec 1, 2008 at 3:35 PM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>
>> There is an unrelated change to shelllink.c in this patch.
>
> It's not unrelated, initguid.h needs to be included exactly once or
> you will get linker warn
Hi Paul,
Thanks for your reply.
On Mon, Dec 1, 2008 at 3:35 PM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> There is an unrelated change to shelllink.c in this patch.
It's not unrelated, initguid.h needs to be included exactly once or
you will get linker warnings (multiple definitions for...).
It
Jan de Mooij wrote:
> Tests pass on 98, XP and Wine (after applying my previous patch)
>
>
>
>
>
There is an unrelated change to shelllink.c in this patch.
--
Cheers,
Paul.
On Sun, 30 Nov 2008, Ambroz Bizjak wrote:
[...]
> To allow that, I've modified winemenubuilder to record created shortcuts to
> registry, and my service will obtain and maintain the list of .lnk/url files
> from there.
The general idea is good, but I don't think you should store these paths
in
Hello,
Anybody knows why this patch was rejected?
Thanks in advance.
-- Forwarded message --
From: Jan de Mooij <[EMAIL PROTECTED]>
Date: Sat, Nov 29, 2008 at 8:57 PM
Subject: [1/2] shell32/autocomplete: fix handling of WM_KILLFOCUS
messages (try 2)
To: [EMAIL PROTECTED]
Austin English wrote:
>> This->baseShader.device;
>> int i;
>> -unsigned int extra_constants_needed = 0;
>> +unsigned int i, extra_constants_needed = 0;
>
> You forgot to remove 'int i' here.
>
Thanks, Austin. Good catch!
--
Andy.
Hello,
I sent patch "Add support of WDM drivers for USB devices." in October and
received such reply from Alexandre Julliard:
> Your design needs a lot more thought. You can't add all these
> Wine-specific modules, or make winedevice special-case usb devices, or
> poll the server for the add_dev
On Sat, Nov 29, 2008 at 12:52 PM, Paul Vriens
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> (Try2 removes some useless LocalFree's when NewAcl is NULL, duh).
>
> NT4 crashes at 3 distinct places. The first two we can get rid of by
> removing
> the LocalFree on failure. The third one we can skip as we can de
2008/11/30 Austin English <[EMAIL PROTECTED]>:
> +if( !ppv)
> +return E_INVALIDARG;
> +
> +/* get COM tls */
> +info = COM_CurrentInfo();
> +if( !info)
Please try to keep the style consistent here. The style that the rest
of the file uses is a space after the "if" and no sp
On Mon, 1 Dec 2008, Kai Blin wrote:
On Sunday 30 November 2008 00:52:57 Martin Storsjö wrote:
poll can't handle terminal devices on Darwin, since Tiger. See the
following discussion:
http://lists.apple.com/archives/Darwin-dev/2006/Apr/msg00066.html
There's reasons we switched from select to p
2008/11/30 Jérôme Gardou <[EMAIL PROTECTED]>:
> -if (ref == 0) {
> +if (ref <= 0) {
This doesn't work, of course. ref is an ULONG. The check for Reset
should probably go into wined3d.
Hi,
I'm in Southern California.
I did a search for the event when my
Office 2000 Professional gave me an error
message. It won't setup.
The event was 1000
and the fault address is the same as a
read out of your computer that you posted online.
http://www.winehq.org/pipermail/wine-devel/2003-July/
> Dan Kegel wrote:
> Thanks to Mike Hearn for pointing out that mshtml reference
> counting was wrong, and Jacek for pointing out how to fix
> it for now.
>
> Once gecko is loaded, don't let mshtml unload.
> This fixes a crash in starting Sketchup (bug 16164),
> and probably fixes a number
28 matches
Mail list logo