Dynace OO Extension to C and Windows Development System

2008-01-08 Thread Blake McBride
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

Re: Spelling fixes round 6 - resend - don't apply first patch

2008-01-08 Thread James McKenzie
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

Re: Spelling fixes - round 6

2008-01-08 Thread James McKenzie
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

Re: Spelling fixes - abbreviation question

2008-01-08 Thread Austin English
Glad I asked then. I won't touch these. Sorry for the noise.

Re: question about fixing D3DRENDERSTATE_TEXTUREMAPBLEND

2008-01-08 Thread Alexander Dorofeyev
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

Re: Spelling fixes - abbreviation question

2008-01-08 Thread Michael Stefaniuc
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

re: Spelling fixes - abbreviation question

2008-01-08 Thread Dan Kegel
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.

Re: Spelling fixes - abbreviation question

2008-01-08 Thread James Hawkins
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

Re: [1/2] WineD3D: Detect geforce 7300 cards

2008-01-08 Thread Roderick Colenbrander
> 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

Spelling fixes - abbreviation question

2008-01-08 Thread Austin English
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

Re: [1/2] WineD3D: Detect geforce 7300 cards

2008-01-08 Thread Marco Schuster
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

Re: user32: Test destroying the cursor of a parent process.

2008-01-08 Thread Eric Pouech
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

Re: d3dx9: Implement the different dlls

2008-01-08 Thread paulo lesgaz
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

Re: Spelling fixes - round 6

2008-01-08 Thread Francois Gouget
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

Re: Spelling fixes - round 6

2008-01-08 Thread Juan Lang
> 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

Re: Spelling fixes - round 6

2008-01-08 Thread Austin English
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 > *

Re: [PATCH 04/14] inetcomm: Add self-registration code.

2008-01-08 Thread Saulius Krasuckas
* 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

Re: Spelling fixes - round 6

2008-01-08 Thread Francois Gouget
- *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

Re: shell32: Fixed incorrect definitions of CFSTR_*.

2008-01-08 Thread Francois Gouget
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

Re: Spelling fixes round 6 - resend - don't apply first patch

2008-01-08 Thread Francois Gouget
#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

[2/2] d3dx9: Add d3dx9core.h

2008-01-08 Thread tony . wasserka
This patch adds the d3dx9core header file, which is used for the interface declarations. 0002-d3dx9-Add-d3dx9core.h.patch Description: Binary data

d3dx implementation senseless?

2008-01-08 Thread tony . wasserka
> 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

d3dx implementation senseless?

2008-01-08 Thread tony . wasserka
Well, why then hasn't this patch been accepted? http://www.winehq.org/pipermail/wine-patches/2007-November/047212.html

Re: Russian translation of wordpad.

2008-01-08 Thread Andrey Turkin
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.

Re: Bow and question

2008-01-08 Thread Juan Carlos Montes Senra
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

Re: [PATCH] Fix REG_MULTI_SZ save fromat - bug 824

2008-01-08 Thread Michal Piaskowski
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

Re: [PATCH] Fix REG_MULTI_SZ save fromat - bug 824

2008-01-08 Thread Reece Dunn
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

Re: Bow and question

2008-01-08 Thread Juan Carlos Montes
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

Re: MSXML3: Exclude member variable when external lib is not present

2008-01-08 Thread James Hawkins
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 > >

Re: MSXML3: Exclude member variable when external lib is not present

2008-01-08 Thread James Hawkins
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 >

Re: Bow and question

2008-01-08 Thread Shachar Shemesh
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