[RFC] Fixes to allow developing Windows apps on Wine

2008-10-23 Thread Kai Blin
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

re: Winelib and static-build

2008-10-23 Thread Dan Kegel
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

Winelib and static-build

2008-10-23 Thread Alan Nisota
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

Re: Wine & MS protocol help?

2008-10-23 Thread Andrew Bartlett
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

Re: (try 2) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2 twice in rapid seccesion. handle this error.

2008-10-23 Thread Michael Karcher
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

Re: [PATCH] cabinet: support building with midl-generated headers.

2008-10-23 Thread Reece Dunn
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

Re: ole32: quiet a ridiculously noisy fixme (resend)

2008-10-23 Thread Austin English
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

Re: (try 4) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2twice in rapid seccesion. handle this error.

2008-10-23 Thread Aric Stewart
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 +

Re: [PATCH] msvcmaker: added COM_NO_WINDOWS_H to support midl-generated headers for __WINESRC__ components.

2008-10-23 Thread Alexandre Julliard
"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

Re: [PATCH] msvcmaker: added COM_NO_WINDOWS_H to support midl-generated headers for __WINESRC__ components.

2008-10-23 Thread Reece Dunn
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

Re: (try 4) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2twice in rapid seccesion. handle this error.

2008-10-23 Thread Paul Vriens
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 =

Re: [PATCH] msvcmaker: added COM_NO_WINDOWS_H to support midl-generated headers for __WINESRC__ components.

2008-10-23 Thread Rob Shearman
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

Re: (try 4) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2twice in rapid seccesion. handle this error.

2008-10-23 Thread Paul Vriens
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)) >

Re: [PATCH] msvcmaker: added COM_NO_WINDOWS_H to support midl-generated headers for __WINESRC__ components.

2008-10-23 Thread Alexandre Julliard
"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

Re: [PATCH] msvcmaker: added COM_NO_WINDOWS_H to support midl-generated headers for __WINESRC__ components.

2008-10-23 Thread Rob Shearman
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

Re: (try 2) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2 twice in rapid seccesion. handle this error.

2008-10-23 Thread Michael Karcher
[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

Re: (try 4) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2twice in rapid seccesion. handle this error.

2008-10-23 Thread Dmitry Timoshkov
"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)) > +{ > +

Re: (try 3) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2 twice in rapid seccesion. handle this error.

2008-10-23 Thread Paul Vriens
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(-) > > > > -

Re: ole32: Stub implementation for CoGetCallerTID

2008-10-23 Thread Rob Shearman
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

Re: gdi32: Add EMR_GDICOMMENT to the list of records producing output.

2008-10-23 Thread Dmitry Timoshkov
"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

RE: [6/6] d3d10: d3d10 doesn't need wined3d.

2008-10-23 Thread Stefan Dösinger
> -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

Re: gdi32: Add EMR_GDICOMMENT to the list of records producing output.

2008-10-23 Thread Huw Davies
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

Re: wine users forum registration issue

2008-10-23 Thread Jeremy White
> 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

Re: ole32: quiet a ridiculously noisy fixme (resend)

2008-10-23 Thread Huw Davies
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

wine users forum registration issue

2008-10-23 Thread Nicolas Le Cam
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