Re: No RichEdit20A window class

2004-11-18 Thread Mike McCormack
Michael Ost wrote: (1) The wine bug (I think) is that riched32.dll is registering the wrong window class name. Here's a suggested patch: RICHEDIT_CLASS20A is provided by riched20.dll, not riched32.dll. The windows 2000 implementation uses riched20.dll to implement riched32.dll (ie. moves the ri

Re: Default System Colors

2004-11-18 Thread Kevin Koltzau
On Thursday 18 November 2004 01:04 am, William Poetra Yoga H wrote: > This is getting a bit complicated. So right now for the colors, we can use > uxtheme, right? We should just use GetThemeSysColor(), not GetSysColor(). Btw, > why does MS have GetThemeColor()? From what I can see in the MSDN, the

Re: No RichEdit20A window class

2004-11-18 Thread Michael Ost
I'm re'ing my own post, but I think there's a combination of (1) a wine bug and (2) user error at work here. (1) The wine bug (I think) is that riched32.dll is registering the wrong window class name. Here's a suggested patch: [EMAIL PROTECTED] dlls]# diff -Naur richedit/richedit.c richedit.MUSE/

No RichEdit20A window class

2004-11-18 Thread Michael Ost
Hi. My winelib application can't create a window of class RichEdit20A. It looks like the class is not being registered, because the DLL is not being loaded. Any clues why this might be? Turning on trace+richedit shows that dlls/richedit/richedit.c's RICHED32_Register and DllMain are not being cal

Re: Fwd:providing app db entries

2004-11-18 Thread Sven Paschukat
Ivan Leo Puoti schrieb: Not sure what to answer, so I'm forwarding to wine-devel Ivan. Hello! I have looked into their website und it seems to be a good idea. Offering help in porting software of windows specialized companies should benefit linux and wine. Using an official "wine compatibility lo

RE: profiling GTA4. question about polling

2004-11-18 Thread Ann and Jason Edmeades
Hi Brian, Firstly thanks for the profiling info - its something I have been waiting to try when I get through the d3d9 changes. We have always known that routine was bad (hence the name 'slow'!) but that confirms it. Re the splitting into wined3d - You asked "Is this a tedious task or does it re

Re: CVS updates?

2004-11-18 Thread Mike Hearn
On Thu, 18 Nov 2004 22:39:09 +0100, Christian Britz wrote: > sorry if this a stupid question, but I wonder why I get no new files > anymore via cvs for about a week now (may be less or more). > > Are there really no updates or have I somehow misconfigured something? > > I'm used to get updates al

Re: Version information in hhctrl.ocx breaks hhupd.exe

2004-11-18 Thread Sven Paschukat
Saulius: > It can be done just by setting Wine to use only the native version of > hhctrl.ocx, AFAIK: > > $ WINEDLLOVERRIDES="hhctrl.ocx=n" wine ... > or > $ WINEDLLOVERRIDES="hhctrl=n" wine ... Ok, first command works. Saulius: > What version of windows is your Wine set to behave like? > And what

CVS updates?

2004-11-18 Thread Christian Britz
Hi, sorry if this a stupid question, but I wonder why I get no new files anymore via cvs for about a week now (may be less or more). Are there really no updates or have I somehow misconfigured something? I'm used to get updates almost once a day... Thank you Christian

Re: Resend: Re-implement MSVCRT *printf functions

2004-11-18 Thread Jesse Allen
On Thu, Nov 18, 2004 at 04:16:02PM +, Aneurin Price wrote: > I don't really understand what it is you want, but I think I'm going to > have to give up on this for the moment, until I get enough time to get > more coding practice. > Aneurin Price If you don't mind, I will take up hacking it.

Re: prevent peekmessage from crashing when msg == NULL

2004-11-18 Thread Juan Lang
--- Eric Frias <[EMAIL PROTECTED]> wrote: > I must admit I've never looked at the test suite. What kinds of things > should have tests? Are they intended to verify implementations of the > undocumented or poorly-documented parts of the windows API? That, as well as correct and documented behavio

Re: Is it time to delete wineinstall?

2004-11-18 Thread M-Halo
--- Vincent Béron <[EMAIL PROTECTED]> wrote: > Le mer 17/11/2004 à 14:37, M-Halo a écrit : > > Yes, but what do you do when you have a brand new > > Linux user with the following criteria: > > > > 1. They are on a distro with no Wine RPMs > > Problem just here: if you're a new Linux user, stick

Re: replace a wrong fixme in dlls/winmm/playsound.c

2004-11-18 Thread Rémi Assailly
Andreas Mohr wrote : Hi, On Thu, Nov 18, 2004 at 02:30:55PM +0100, Rémi Assailly wrote: I tested a software ( a monopoly game ) and the error was that a sound was still playing so I think that is not a wine bug. Before submitting this patch to wine-patches I would like to know wh

Re: Version information in hhctrl.ocx breaks hhupd.exe

2004-11-18 Thread Tom
Hans Leidekker wrote: Well, not having version information in hhctrl.ocx breaks other applications (see the thread on the WinZip 10 installer which triggered me to send that patch). Hello, Would setting the version to 4.72.7323 allow Winzip 10 to install? And a newer version of the native hhctrl.o

Re: Resend: Re-implement MSVCRT *printf functions

2004-11-18 Thread Aneurin Price
Alexandre Julliard wrote: Aneurin Price <[EMAIL PROTECTED]> writes: Any further comments on this? Hard to say, that code is really painful to read. Please try to better follow the coding conventions used in the rest of the code. Apologies for long delay; I've been playing World of Warcraft for th

Re: wine - systray - gnome 2.8

2004-11-18 Thread Mike Hearn
You're not mad. I have a patch which does this and it's in use by many people (apparently) with no issue. Alexandre won't accept it until I've basically rewritten the entire system tray code. This is bad for the users but I suppose it's better for the project in the long term. Unfortunately I do n

wine - systray - gnome 2.8

2004-11-18 Thread Grant Williamson
Hi, I am seeing in Gnome-2.8 on the beta of RHEL4, the KDE status icons dock & are displayed correctly on the gnome systray. I am wondering if it anyone has considered using this technique to display wined based status icons now in gnome?< i.e. lotus notes new mail notification. Or am I simply b

Re: replace a wrong fixme in dlls/winmm/playsound.c

2004-11-18 Thread Andreas Mohr
Hi, On Thu, Nov 18, 2004 at 02:30:55PM +0100, Rémi Assailly wrote: > I tested a software ( a monopoly game ) and the error was that a sound > was still playing so I think that is not a wine bug. > Before submitting this patch to wine-patches I would like to know what > do you think about it, wha

Re: Version information in hhctrl.ocx breaks hhupd.exe

2004-11-18 Thread Saulius Krasuckas
On Thu, 18 Nov 2004, Sven Paschukat wrote: > I have noticed that in the last few days the native hhctrl.ocx doesn't > installs anymore. Both the automatically installation in Internet > Explorer and the manually start of Microsofts hhupd.exe fails with the > message "This computer already has a new

Re: prevent peekmessage from crashing when msg == NULL

2004-11-18 Thread Eric Frias
"Juan Lang" <[EMAIL PROTECTED]> wrote: > > Somewhere, for some reason, our client code was calling > > PeekMessage(NULL, ...), basically asking windows to > > discard a single message without returning it. From the > > MSDN docs, this seems like an illegal use of the function, > > but Windows does

Re: dialogex resource loading on sparc

2004-11-18 Thread Eric Frias
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: > This won't compile with older C compilers, you are mixing data declarations > with code. Good catch, that slipped right past me. A corrected patch is attached. Eric dialogex-revisited.diff Description: Binary data

replace a wrong fixme in dlls/winmm/playsound.c

2004-11-18 Thread Rémi Assailly
I tested a software ( a monopoly game ) and the error was that a sound was still playing so I think that is not a wine bug. Before submitting this patch to wine-patches I would like to know what do you think about it, what should be WARN, FIXME, if choosing ERR to all is correct or if some case

replace a wrong fixme in dlls/winmm/playsound.c

2004-11-18 Thread Rémi Assailly
I tested a software ( a monopoly game ) and the error was that a sound was still playing so I think that is not a wine bug. Before submitting this patch to wine-patches I would like to know what do you think about it, what should be WARN, FIXME, if choosing ERR to all is correct or if some case

Re: Version information in hhctrl.ocx breaks hhupd.exe

2004-11-18 Thread Hans Leidekker
On Thursday 18 November 2004 01:31, Sven Paschukat wrote: > I found out that integrating version information in the builtin > hhctrl.ocx caused this effect. Look into the newest version of > wine/dlls/hhctrl.ocx/Makefile.in and version.rc. > > Is this done wilfully or is it a bug? Well, not ha

Re: Version information in hhctrl.ocx breaks hhupd.exe

2004-11-18 Thread Saulius Krasuckas
On Thu, 18 Nov 2004, Sven Paschukat wrote: > I have noticed that in the last few days the native hhctrl.ocx doesn't > installs anymore. Both the automatically installation in Internet > Explorer and the manually start of Microsofts hhupd.exe fails with the > message "This computer already has a new