This is an announcement for a new release of the Dynace Object
Oriented Extension to C and the Windows Development System.
Real briefly, Dynace is an OO extension to C which includes multiple
inheritance, meta object protocol (MOP), class library, native thread
support, garbage collection, and is
Francois Gouget wrote:
> #ifdef HAVE_UNISTD_H
> -# include
> +#include
> #endif
> #include
> #include
>
> I think this chunk should not be applied because:
> * as pointed out before, it's not a spelling fix
> * it's perfectly valid to have a space there
> * the indentation makes the scop
Austin English wrote:
> On Jan 8, 2008 10:42 AM, Francois Gouget <[EMAIL PROTECTED]> wrote:
>
>> - *3 - controller supports hardware stereoscopic signalling
>> + *3 - controller supports hardware stereoscopic signaling
>> *4 - =0 stereo signalling via external VESA ster
Glad I asked then. I won't touch these. Sorry for the noise.
I ran a little test, it didn't show any differences in Wine or XP in such case
(D3DTA_TEXTURE alpha selected and no alpha in texture pixelformat). This seems
to give alpha=1.0. I found nothing on this at msdn, but it more or less makes
sense (no alpha = opaque image). Do you think there would be
Austin English wrote:
> I'm seeing quite a few abbreviations. While they don't hurt anything,
> they do give the code a slang tone. I personally think that wine is a
It's not slang but jargon!
> very professional project, and it's code should reflect that. While
This is an open source project and
I also object to removing abbreviations or Britishisms.
The key to being a successful spelling policeman
is to stick to noncontroversial spelling fixes,
and avoiding anything controversial or non-spelling-related.
On Jan 8, 2008 2:44 PM, Austin English <[EMAIL PROTECTED]> wrote:
> I'm seeing quite a few abbreviations. While they don't hurt anything,
> they do give the code a slang tone. I personally think that wine is a
> very professional project, and it's code should reflect that. While
> this is obviously
> Wouldn't it be better to differ between the desktop and the Go versions?
> Dunno if some games use the information that the Go versions are
> less-featured than the desktop versions, but might get us useful.
>
> Marco
>
The only difference between the 7300go and the standard are the gpu clock
I'm seeing quite a few abbreviations. While they don't hurt anything,
they do give the code a slang tone. I personally think that wine is a
very professional project, and it's code should reflect that. While
this is obviously a very generic question, I wanted to clarify before
submitting some chang
Wouldn't it be better to differ between the desktop and the Go versions?
Dunno if some games use the information that the Go versions are
less-featured than the desktop versions, but might get us useful.
Marco
Andrew Riedi a écrit :
> changelog: user32: Test destroying the cursor of a parent process.
>
> --
> Andrew Riedi
>
>
> From 25a6a6a2eee92c4325d730ff85bd7cdf01bf2ace Mon Sep 17 00:00:00 2001
> From: Andrew Riedi <[EMAIL PROTE
You need to forward the functions of d3dx9_xx.dll (xx from 24 to 35) to the
ones of d3dx9_36.dll
Only the functions of d3dx9_36.dll can be forwarded to the ones of d3dx8.dll
David
-
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Y
On Tue, 8 Jan 2008, Austin English wrote:
[...]
> Just so I know, are we going with American or British English? There's
> a lot of inconsistency, though the majority seems to be American...
We're not standardising on either, that is, both spellings should be
considered valid. Any other course of
> Just so I know, are we going with American or British English? There's
> a lot of inconsistency, though the majority seems to be American...
I think there's a weak preference for American spelling, but I don't
see much reason to "correct" spelling from British to American
English.
--Juan
On Jan 8, 2008 10:42 AM, Francois Gouget <[EMAIL PROTECTED]> wrote:
>
> - *3 - controller supports hardware stereoscopic signalling
> + *3 - controller supports hardware stereoscopic signaling
> *4 - =0 stereo signalling via external VESA stereo connector
> *
* On Fri, 2 Nov 2007, Robert Shearman wrote:
>
> I just thought I'd note that while the From: header said these patches
> came from me, Huw actually sent them, which I think is a deficiency in
> some of the git tools. I suspect the time is also the same issue.
I may be writing this too late, b
- *3 - controller supports hardware stereoscopic signalling
+ *3 - controller supports hardware stereoscopic signaling
*4 - =0 stereo signalling via external VESA stereo connector
*=1 stereo signalling via VESA EVC connector
Why are you changing 'signalling
On Tue, 8 Jan 2008, Yarin Kaul wrote:
> Changes:
>
> This patch fixes http://bugs.winehq.org/show_bug.cgi?id=3159 :
>
> 'Some of the CFSTR_* constants (such as CFSTR_SHELLIDLIST) are
> incorrectly defined as ANSI strings even when "UNICODE" is defined.'
>
> Change log:
>
> shell32: Fix
#ifdef HAVE_UNISTD_H
-# include
+#include
#endif
#include
#include
I think this chunk should not be applied because:
* as pointed out before, it's not a spelling fix
* it's perfectly valid to have a space there
* the indentation makes the scope of the #ifdef clearer. So removing it
ma
This patch adds the d3dx9core header file, which is used for the interface
declarations.
0002-d3dx9-Add-d3dx9core.h.patch
Description: Binary data
> Well, why then hasn't this patch been accepted?
> http://www.winehq.org/pipermail/wine-patches/2007-November/047212.html
Oh well, I see, corrupted...
Seems like I'll spend the day on fixing that one :D
Well, why then hasn't this patch been accepted?
http://www.winehq.org/pipermail/wine-patches/2007-November/047212.html
Andrey Esin wrote:
> In patch:
> Full translation of wordpad on russian.
>
> Author: Andrey Esin <[EMAIL PROTECTED]>
>
>
>
>
You've messed up indentation, and there is a typo in STRING_ALL_FILES.
Shachar Shemesh escribió:
> But what good is a malware study tool if the malware can trivially
> detect it's there? What if it doesn't infect the machine, but just run
> differently?
>
> There are Windows tools that do similar things to what you need (check
> out the sys-internals web site), whe
On Jan 7, 2008 7:53 PM, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> "Michal Piaskowski" <[EMAIL PROTECTED]> writes:
>
> > I don't know of any such application.
> > It's just an old bug and one of very few bugs marked as tasklets.
> > And it seemed very easy to fix, so i tried fixing it.
> > Plu
On 07/01/2008, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> "Dan Kegel" <[EMAIL PROTECTED]> writes:
>
> > Alexandre wrote:
> >> I don't think a non null-terminated MULTI_SZ string is very useful.
> >> Do you really have an app that depends on this?
> >
> > http://www.xpregistrycleaner.com/embedd
Shachar Shemesh escribió:
> I think you should be aware that Wine is no replacement for a security
> tool. If you run a malware using Wine, it is possible for this malware
> to interact directly with your Linux machine, bypassing your protection.
>
> Shachar
I know it, but we can control all ac
On Jan 8, 2008 1:26 AM, James Hawkins <[EMAIL PROTECTED]> wrote:
>
> On Jan 8, 2008 1:20 AM, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote:
> > Recent changes in MSXML3 added a part which is conditionally compiled when
> > libxml2 is available but a member variable in a COM interface using such a
> >
On Jan 8, 2008 1:20 AM, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote:
> Recent changes in MSXML3 added a part which is conditionally compiled when
> libxml2 is available but a member variable in a COM interface using such a
> type is present unconditionally. Exclude that variable from the build in
>
Juan Carlos Montes wrote:
> Shachar Shemesh escribió:
>
>> I think you should be aware that Wine is no replacement for a security
>> tool. If you run a malware using Wine, it is possible for this malware
>> to interact directly with your Linux machine, bypassing your protection.
>>
>> Shachar
31 matches
Mail list logo