Re: Approving of the WINEprobe initiative

2004-12-20 Thread Christian Britz
Scott Ritchie schrieb: >So, yes, I support the PortWINE initiative. :) > > PortWine would be a GREAT name, english or german! :-) Liebe Schwaben, please consider this... ;-) BTW: I would be very happy if our community could give them some "official" seal or mention... Especially because they

Re: Approving of the WINEprobe initiative

2004-12-20 Thread Brian Vincent
On Mon, 20 Dec 2004 19:13:00 +0100, David Gümbel <[EMAIL PROTECTED]> wrote: > Jep, its actually a pun: WINEprobe means be something like WINEtasting in > english an maybe "degustation de WINE" in french. It's a little hard to > translate puns, sorry ;) Maybe this is helpful: > http://dict.leo.org/?

Re: Approving of the WINEprobe initiative

2004-12-20 Thread David Gümbel
On Montag 20 Dezember 2004 18:41, Brian Vincent wrote: > <[EMAIL PROTECTED]> wrote: > > - as my colleague Stefan Munz has already pointed out recently[1] on > > this list, Wirtschaftsförderung Region Stutgart GmbH (WRS) and us > > (ITOMIG) are launching an initiative called WINEprobe[2]. Its goal i

Re: [LOSTWAGES]New short About blurb on the Front Page

2004-12-20 Thread Scott Ritchie
http://www.winehq.org/hypermail/wine-patches/2004/12/0343.html Is there a reason why this little update hasn't been committed? I think it makes the front page a bit more user-friendly, as well as updating some of the links. Thanks, Scott Ritchie

My "Helping Applications Work" Guide

2004-12-20 Thread Scott Ritchie
I've recently finished up my "helping applications work" guide. It's meant to be something an end user with a problem application can read, and if he has the will to learn how to help. However, I'm not exactly sure where to put it on the winehq website. Perhaps it should be linked from the main p

Re: Approving of the WINEprobe initiative

2004-12-20 Thread Scott Ritchie
On Mon, 2004-12-20 at 16:20 +0100, David Gümbel wrote: > 1) At the option of the respective software vendor whose product we'll be > analyzing for WINE compatibility, Application Database Entries will be > maintained by us once a software product has been analyzed for its > compatibility with W

Re: [OLE #10] Make out of process COM work with OXID based marshal ids

2004-12-20 Thread tony_lambregts
Mike Hearn wrote: On Mon, 2004-12-20 at 17:56 +, Robert Shearman wrote: Sorry Mike, but we want to *remove* the current hacks for the RPC-runtime emulating named pipe code, not adding more. Yes, of course, but we also want to keep the code in CVS in a roughly working situation. As it is, the

Re: Make winetest.exe detect if it is running on a visible desktop. Now without the linewrap.

2004-12-20 Thread Ferenc Wagner
Jakob Eriksson <[EMAIL PROTECTED]> writes: > Now without the linewrap. I hate to say this, but it's still wrapped... :( -- Feri.

Janitorial: HeapFree of NULL

2004-12-20 Thread Michael Stefaniuc
Hello, there is a lot (my attached smatch script found 234 occurences) of code like if (this) HeapFree(GetProcessHeap(), 0, this); HeapFree(GetProcessHeap(), 0, that); which is redundant because after Win2000 (if i can trust the comment in RtlFreeHeap) freeing a NULL pointer isn't

Re: [OLE #10] Make out of process COM work with OXID based marshal ids

2004-12-20 Thread Mike Hearn
On Mon, 2004-12-20 at 17:56 +, Robert Shearman wrote: > Sorry Mike, but we want to *remove* the current hacks for the > RPC-runtime emulating named pipe code, not adding more. Yes, of course, but we also want to keep the code in CVS in a roughly working situation. As it is, the code is guaran

Re: [OLE #10] Make out of process COM work with OXID based marshal ids

2004-12-20 Thread Robert Shearman
Mike Hearn wrote: This patch makes InstallShield work again, and should let you get further Bill. - Ensure all intermediate threads join the original apartment - Make the listener thread fully apartment scoped (one per apt not per process) - Improve "already have mid" error message - Rename _StubR

Re: Approving of the WINEprobe initiative

2004-12-20 Thread Brian Vincent
On Mon, 20 Dec 2004 16:20:50 +0100, David Gümbel <[EMAIL PROTECTED]> wrote: > - as my colleague Stefan Munz has already pointed out recently[1] on this > list, Wirtschaftsförderung Region Stutgart GmbH (WRS) and us (ITOMIG) are > launching an initiative called WINEprobe[2]. Its goal is to make loc

Re: OpenSCManager() bug

2004-12-20 Thread Ivan Leo Puoti
>Hello, > >initially i tested this stuff under XP and it raised exception if lpDatabaseName >is invalid pointer. But after you noticed the bug i run the test under 2000 and >it has been returned ERROR_NOACCESS. > >Both versions return ERROR_INVALID_NAME if lpDatabaseName is empty string. > >I think

Approving of the WINEprobe initiative

2004-12-20 Thread David Gümbel
Hello everybody, - as my colleague Stefan Munz has already pointed out recently[1] on this list, Wirtschaftsförderung Region Stutgart GmbH (WRS) and us (ITOMIG) are launching an initiative called WINEprobe[2]. Its goal is to make local software vendors aware of the potential bussiness oppor

Re: TopLevelWindow Maximize

2004-12-20 Thread Katia Maculan
Dmitry Timoshkov wrote: "Katia Maculan" <[EMAIL PROTECTED]> wrote: + switch (message) + { +case WM_SHOWWINDOW: +case WM_SIZE: + DefWindowProc(hWnd, message, wParam, lParam); + PostMessage (hWnd, WM_PAINT, 0, 0); If you wish to schedule a WM_PAINT message