Hi folks,
Austin just checked if bug #11965 [1] was still alive. I know it's still an
issue, and I wonder if we would want to fix this sort of thing. Ok, actually
the question is if Alexandre wants to have it fixed, I'd be happy to provide
a patch.
In short, the issue is that for people develo
Alan Nisota wrote:
> I have a project (http://code.google.com/p/coreavc-for-linux) which is a
> linux executable which provides access to Windows DirectShow filters
>
> The problem is that I normally provide a static binary so that users on
> x86-64 can install it easily without needing a 32bit bui
I have a project (http://code.google.com/p/coreavc-for-linux) which is a
linux executable which provides access to Windows DirectShow filters
(despite its name, the program should work with many Directshow Video
codecs). Currently, it builds against a forked version of mplayer's
'loader' libra
On Thu, 2008-10-23 at 11:25 -0600, Brian Vincent wrote:
> I thought someone might have posted this by now. Andrew Bartlet wrote
> this:
>
> http://people.samba.org/people/abartlet/a-year-since-microsofts-appeal-failed.html
>
> quote:
>
> "Microsoft has also answered dozens of documentation quer
Am Donnerstag, den 23.10.2008, 07:41 -0500 schrieb Aric Stewart:
> +/*
> + * Windows XP is unable to recreate the ViewWindow2 returning
> + * A Catastrophic failure error
> + */
> +if (broken(hr == 0x8000 || hr == E_FAIL))
Any reason
Please ignore this patch.
The correct solution is to add
EXTRADEFS = -DCOM_NO_WINDOWS_H
to Makefile.in (e.g. see dlls/browseui/Makefile.in)
- Reece
On Thu, Oct 23, 2008 at 6:35 AM, Huw Davies <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 22, 2008 at 08:34:49PM -0500, Austin English wrote:
>> Reduces Open Office 3 application's output from infinity to 7 lines.
>> Last patch had an unnecessary whitespace change.
>>
>> --
>> -Austin
>
>> From 0dead16d
Thanks for all the help and feedback. resubmitted.
-aric
Paul Vriens wrote:
> Paul Vriens wrote:
>> Dmitry Timoshkov wrote:
>>> "Aric Stewart" <[EMAIL PROTECTED]> wrote:
>>>
+/*
+ * Windows XP is unable to recreate the ViewWindow2
returning
+
"Rob Shearman" <[EMAIL PROTECTED]> writes:
> Yes, I agree and I have plans to make widl do so. However, I don't see
> how we can detect if we are being included from widl- or
> midl-generated header files. My plan was to simply define
> COM_NO_WINDOWS_H for all __WINESRC__ files.
That's certainly
2008/10/23 Alexandre Julliard <[EMAIL PROTECTED]>:
> "Rob Shearman" <[EMAIL PROTECTED]> writes:
>
>> 2008/10/18 Reece Dunn <[EMAIL PROTECTED]>:
>>> The midl generated code allows you to define COM_NO_WINDOWS_H to
>>> prevent the inclusion of windows.h. That define is thus added to those
>>> provide
Paul Vriens wrote:
> Dmitry Timoshkov wrote:
>> "Aric Stewart" <[EMAIL PROTECTED]> wrote:
>>
>>> +/*
>>> + * Windows XP is unable to recreate the ViewWindow2
>>> returning
>>> + * A Catastrophic failure error
>>> + */
>>> +if (broken(hr =
2008/10/23 Alexandre Julliard <[EMAIL PROTECTED]>:
> "Rob Shearman" <[EMAIL PROTECTED]> writes:
>
>> 2008/10/18 Reece Dunn <[EMAIL PROTECTED]>:
>>> The midl generated code allows you to define COM_NO_WINDOWS_H to
>>> prevent the inclusion of windows.h. That define is thus added to those
>>> provide
Dmitry Timoshkov wrote:
> "Aric Stewart" <[EMAIL PROTECTED]> wrote:
>
>> +/*
>> + * Windows XP is unable to recreate the ViewWindow2 returning
>> + * A Catastrophic failure error
>> + */
>> +if (broken(hr == 0x8000 || hr == E_FAIL))
>
"Rob Shearman" <[EMAIL PROTECTED]> writes:
> 2008/10/18 Reece Dunn <[EMAIL PROTECTED]>:
>> The midl generated code allows you to define COM_NO_WINDOWS_H to
>> prevent the inclusion of windows.h. That define is thus added to those
>> provided by msvcmaker.
>
> Any reason why this hasn't been applie
2008/10/18 Reece Dunn <[EMAIL PROTECTED]>:
> When building the wine solution generated by msvcmaker, the components
> generate errors that projects that define __WINESRC__ should not
> include windows.h.
>
> I tracked this error down to windows.h being included from unknwn.h
> (generated from unknw
[resend with subscribed from]
Am Donnerstag, den 23.10.2008, 07:41 -0500 schrieb Aric Stewart:
> +/*
> + * Windows XP is unable to recreate the ViewWindow2 returning
> + * A Catastrophic failure error
> + */
> +if (broken(hr == 0x8000
"Aric Stewart" <[EMAIL PROTECTED]> wrote:
> +/*
> + * Windows XP is unable to recreate the ViewWindow2 returning
> + * A Catastrophic failure error
> + */
> +if (broken(hr == 0x8000 || hr == E_FAIL))
> +{
> +
Aric Stewart wrote:
>
> Switch the second test to be the first one as it is more important.
> So if we get to do only one do that one
> ---
> dlls/comdlg32/tests/filedlg.c | 19 +++
> 1 files changed, 15 insertions(+), 4 deletions(-)
>
>
>
> -
2008/10/23 Sylvain Petreolle <[EMAIL PROTECTED]>:
> Content-Type: application/octet-stream; name="CoGetCallerTID.diff"
Please ensure attached patches have a content type of text/
instead of application/octet-stream, as reviewing them is difficult
otherwise.
--
Rob Shearman
"Huw Davies" <[EMAIL PROTECTED]> wrote:
>> @@ -692,6 +692,7 @@ static BOOL emr_produces_output(int type)
>> case EMR_LINETO:
>> case EMR_ARCTO:
>> case EMR_POLYDRAW:
>> +case EMR_GDICOMMENT:
>> case EMR_FILLRGN:
>> case EMR_FRAMERGN:
>> case EMR_INVERTRGN:
>
> Ma
> -Original Message-
> From: Henri Verbeet [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 22, 2008 10:42 PM
> To: Stefan Dösinger
> Cc: wine-devel@winehq.org
> Subject: Re: [6/6] d3d10: d3d10 doesn't need wined3d.
>
> 2008/10/22 Stefan Dösinger <[EMAIL PROTECTED]>:
> > Do you have
On Thu, Oct 23, 2008 at 09:32:43PM +0900, Dmitry Timoshkov wrote:
> This completely fixes the print previews generated by MS Access in a Win9x
> mode. Access has a custom handler for an EMR_GDICOMMENT record, and GDI APIs
> it calls from it don't work properly due to wrong DC mapping.
> ---
> dlls
> Not sure what they are complaining about - worked for me first time around.
> I think some people might have problems with:
> 1. Entering lower case text instead of caps
Well, I'll have Jer add a note to that effect right away. Can't hurt.
> 2. Not knowing (and not willing to find out) "who is
On Wed, Oct 22, 2008 at 08:34:49PM -0500, Austin English wrote:
> Reduces Open Office 3 application's output from infinity to 7 lines.
> Last patch had an unnecessary whitespace change.
>
> --
> -Austin
> From 0dead16d2588bce8330ed862f8e5b6d3c6bb71a7 Mon Sep 17 00:00:00 2001
> From: Austin Engli
2008/10/23 Zachary Goldberg <[EMAIL PROTECTED]>:
> Captchas in general are not so good, and there are much better
> anti-spam techniques out there (Such as asking an actual question.
> There are phpbb mods which allow you to input a list of questions
> (with perhaps links to wiki pages with answer
25 matches
Mail list logo