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
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
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/
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
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
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
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
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
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
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.
--- 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
--- 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
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
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
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
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
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
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
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
"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
"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
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
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
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
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
25 matches
Mail list logo