Re: comctl32/tests/updown failures on xp?

2007-01-19 Thread James Hawkins
On 1/19/07, Dan Kegel [EMAIL PROTECTED] wrote: While getting ready for cs130 (thanks to Lei and James for all the help), I tried building and running comctl32/tests/updown.c standalone on winxp using Visual C++ Express 2005 (the freely downloadable one) and the Platform SDK (also freely

Dead links

2007-01-19 Thread Francois Gouget
I found some dead links on WineHQ. hat should we do about them? Does anyone want to hunt them down to see if they have simply moved elsewhere? There are also a bunch of dead links related to the Wine mailing lists. We cannot simply remove those :-( On the Wine Press page:

Re: COMCTL32: Fix InitCommonControlsEx prototype

2007-01-19 Thread Mike McCormack
Thomas Weidenmueller wrote: BOOL WINAPI -InitCommonControlsEx (LPINITCOMMONCONTROLSEX lpInitCtrls) +InitCommonControlsEx (const INITCOMMONCONTROLSEX *picce) The version of the Windows Platform SDK that I'm looking at agrees with Wine. There is also no reason to make a pointless change to

Re: Dead links

2007-01-19 Thread Tom Wickline
On 1/19/07, Francois Gouget [EMAIL PROTECTED] wrote: I found some dead links on WineHQ. hat should we do about them? Does anyone want to hunt them down to see if they have simply moved elsewhere? There are also a bunch of dead links related to the Wine mailing lists. We cannot simply remove

Re: Dead links

2007-01-19 Thread Jonathan Ernst
Le vendredi 19 janvier 2007 à 11:47 +0100, Francois Gouget a écrit : I found some dead links on WineHQ. hat should we do about them? Does anyone want to hunt them down to see if they have simply moved elsewhere? There are also a bunch of dead links related to the Wine mailing lists. We

Re: COMCTL32: Fix InitCommonControlsEx prototype

2007-01-19 Thread Thomas Weidenmueller
Mike McCormack wrote: The version of the Windows Platform SDK that I'm looking at agrees with Wine. This is how it is defined in the latest public platform SDK (Windows SDK v6.0). There is also no reason to make a pointless change to the name of the argument, so this patch looks pointless and

Re: COMCTL32: Fix InitCommonControlsEx prototype

2007-01-19 Thread Evil Jay
MSDN agrees with the specification that the data should be constant: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/common/functions/initcommoncontrolsex.asp Mike McCormack wrote: Thomas Weidenmueller wrote: BOOL WINAPI -InitCommonControlsEx

Questions concering an application I maintain

2007-01-19 Thread Jacob Alberty
I am a delphi developer (not limited to this language, I have done several projects in C, C#, as well as assembly but for the purposes of this email I am a delphi developer). I am experiencing some weirdness in regards to the richedit control in regards to database access (Specifically

Re: comctl32/tests/updown failures on xp?

2007-01-19 Thread Dan Kegel
On 1/19/07, James Hawkins [EMAIL PROTECTED] wrote: It sounds like your build environment isn't set up correctly. The easiest way to work on and compile the tests is to run wine/tools/winapi/msvcmaker under cygwin in Windows. This will create several project files, one for each dll etc, and a

Re: [3/5] wined3d: Use SetupFullscreenWindow() to make the window fullscreen

2007-01-19 Thread Stefan Dösinger
Am Donnerstag 18 Januar 2007 23:41 schrieb H. Verbeet: Changelog: - Use SetupFullscreenWindow() to make the window fullscreen I do not think that SetupFullscreenWindow should stay publically exported from wined3d. I think it would be better if IWineD3DDevice_SetFullscreen calls it, and it is

Re: [3/5] wined3d: Use SetupFullscreenWindow() to make the window fullscreen

2007-01-19 Thread H. Verbeet
On 19/01/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Am Donnerstag 18 Januar 2007 23:41 schrieb H. Verbeet: Changelog: - Use SetupFullscreenWindow() to make the window fullscreen I do not think that SetupFullscreenWindow should stay publically exported from wined3d. I think it would be

Re: [Wine] www.winehq.com newsletter dead forever?

2007-01-19 Thread Edward Savage
I came to the conclusion that trying to do a back issue is just to hard. I have most of last weeks written...Unfortunately people have been nice enough to implement directx reasonably well so I've been playing EVE Online solidly like a good addict for over two weeks now... I will see if I can

Winelib over Solaris/SPARC

2007-01-19 Thread keyur
Thanks Eric and Mike for your in-sights. Your feedback has been helpful. Regards, Keyur

Re: COMCTL32: Fix InitCommonControlsEx prototype

2007-01-19 Thread Thomas Weidenmueller
Mike McCormack wrote: The version of the Windows Platform SDK that I'm looking at agrees with Wine. This is how it is defined in the latest public platform SDK (Windows SDK v6.0). There is also no reason to make a pointless change to the name of the argument, so this patch looks pointless and

Re: user32: Some apps pass a color bitmap as a mask to CreateIconIndirect, convert it to b/w

2007-01-19 Thread Kirill K. Smirnov
Hi, these patches http://www.winehq.org/pipermail/wine-patches/2007-January/035014.html http://www.winehq.org/pipermail/wine-patches/2007-January/035052.html totally break qip IM icons. (www.qip.ru). I suspect the reason is hidden in GetDIBits(...) - resulting AND mask is not correct. XOR mask

Re: Dead links

2007-01-19 Thread Francois Gouget
On Fri, 19 Jan 2007, Tom Wickline wrote: [...] http://www.winehq.com/hypermail/wine-devel/2003/06/0325.html Does this URL work for you? It gives me a 403 Forbidden error here. -- Francois Gouget [EMAIL PROTECTED] http://fgouget.free.fr/ You can have my guns when you pry them

Re: COMCTL32: Fix InitCommonControlsEx prototype

2007-01-19 Thread Francois Gouget
On Fri, 19 Jan 2007, Mike McCormack wrote: Thomas Weidenmueller wrote: BOOL WINAPI -InitCommonControlsEx (LPINITCOMMONCONTROLSEX lpInitCtrls) +InitCommonControlsEx (const INITCOMMONCONTROLSEX *picce) The version of the Windows Platform SDK that I'm looking at agrees with Wine.

Re: Dead links

2007-01-19 Thread Lei Zhang
I get the 403 error as well, most of time from pages under hypermail/ Google indexed. I don't know when the mailing list archives changed, but the page is still viewable here: http://winehq.org/pipermail/wine-devel/2003-June/017893.html On 1/19/07, Francois Gouget [EMAIL PROTECTED] wrote: On

Re: Questions concering an application I maintain

2007-01-19 Thread Matt Finnicum
On 1/19/07, Jacob Alberty [EMAIL PROTECTED] wrote: I am a delphi developer (not limited to this language, I have done several projects in C, C#, as well as assembly but for the purposes of this email I am a delphi developer). I am experiencing some weirdness in regards to the richedit control in

Re: Questions concering an application I maintain

2007-01-19 Thread Jacob Alberty
I'm not yet sure what the specific issue is with the richedit control yet, Its not behaving as it should in regards to saving information to a database in delphi (very delphi specific), So its going to take a lot of testing and debugging to determine where the fault lies exactly (if i replace

Re: Makefiles: Add a default BISONFLAGS variable for widl, wmc, wrc and wpp.

2007-01-19 Thread Alexandre Julliard
Robert Shearman [EMAIL PROTECTED] writes: I disagree. I had a resource file that had an error because I forgot to define IDC_STATIC to a number and all I got from wrc was an unhelpful syntax error that seemed to point to the wrong line. I ended up using the debugging option to find out what

Re: Greenville Revisited, A new look at FontForge

2007-01-19 Thread Markus Amsler
Wierd_w wrote: I am currently shooting to have a full Latin-1, Latin-A, and Latin-B + Greek + Cyrillic glyphset IMO for a first version Latin-1 would be enough, so steam would be useable out of the box. But of course the more glyphs the better. Feedback would be greatly appreciated.

Re: Questions concering an application I maintain

2007-01-19 Thread Duane Clark
Jacob Alberty wrote: What method is best to watch the api interaction going on in my application so I can see if wine is returning any weirdness that it shouldnt (do normal windows api spy programs work under wine?). SPY++, at least older versions, work fine under Wine.

Re: Questions concering an application I maintain

2007-01-19 Thread Andreas Mohr
Hi, On Fri, Jan 19, 2007 at 02:12:49PM -0800, Duane Clark wrote: Jacob Alberty wrote: What method is best to watch the api interaction going on in my application so I can see if wine is returning any weirdness that it shouldnt (do normal windows api spy programs work under wine?). SPY++,

Re: Questions concering an application I maintain

2007-01-19 Thread Jacob Alberty
I'm aware of the WINEDEBUG stuff, just wanted to use something that gives me uniform results, the data it outputs is the same on wine as windows, to speed up comparison I've been going through a WINEDEBUG=+all and have found some points of interest, I just need data to compare that to on a real

re: regression from 0.9.28 - 0.9.29 breaks U.S. tax program

2007-01-19 Thread Tom Lowe
On Thu, 2007-01-18 at 21:14 -0800, Dan Kegel wrote: On 1/18/07, Tom Lowe tomlowe1 at earthlink.net wrote: Using ubuntu 6.10 and wine packages from http://wine.budgetdedicated.com/apt edgy main TaxACT 2006 ( free download from http://www.taxact.com ) works out-of-the-box with 0.9.28.

Re: [Wine] www.winehq.com newsletter dead forever?

2007-01-19 Thread Kai Blin
On Friday 19 January 2007 16:36, Edward Savage wrote: I came to the conclusion that trying to do a back issue is just to hard. I have most of last weeks written... Nice. Never mind about the back issues. Unfortunately people have been nice enough to implement directx reasonably well so

Re: regression from 0.9.28 - 0.9.29 breaks U.S. tax program

2007-01-19 Thread Dan Kegel
On 1/19/07, Tom Lowe [EMAIL PROTECTED] wrote: We had the same problem with Google Earth, and Rob Shearman kindly provided a fix: http://www.winehq.org/pipermail/wine-cvs/2007-January/029362.html Have not tried compiling wine myself yet, but may give it a try this weekend to see if that

Debian Etch package

2007-01-19 Thread Paavo Pokkinen
Hi, I would like to maintain latest Debian Etch(to-be-stable in about month) packages for wine. The download page says If you can help provide up-to-date Debian packages, please contact Scott Ritchie, but I already contacted, maybe month ago. Didn't get any answer. The debs are located