Re: [ntdll] NtCreateFile update

2005-03-21 Thread Jonathan Wilson
I found that page. But what I want to know is if there is one overall list (at msdn or elsewhere) of all the things Microsoft has documented as a result of the various lawsuits in various places (US, EU etc). I didnt see anything specific on the MSDN link that pointed to such a thing.

Broken winetest compilation

2005-03-21 Thread Paul Millar
Hi, Building winetests is broken again (see errors at end of email). Is this the usual mingw missing functions again? Cheers, Paul. PS, actually there's another problem to do with a RAID system dying. I'll relocate the webpages to somewhere a bit better. i686-mingw32msvc-gcc db.o record.o

Re: RICHEDIT: RTF reader i18n (now with font charset support)

2005-03-21 Thread Phil Krylov
On Mon, 21 Mar 2005 14:40:38 +0300 Vitaly Lipatov [EMAIL PROTECTED] wrote: Will we do this code in locale independent manner? Why we have ansiCodePage=1252 by default? It is locale independent. 1252 is the default value used if RTF does not specify another codepage (which almost never

Re: [ntdll] NtCreateFile update

2005-03-21 Thread Ivan Leo Puoti
Jonathan Wilson wrote: I found that page. But what I want to know is if there is one overall list (at msdn or elsewhere) of all the things Microsoft has documented as a result of the various lawsuits in various places (US, EU etc). I didnt see anything specific on the MSDN link that pointed to

Re: [shlwapi/tests/shreg.c] Question about ExpandEnvironmentStringsA

2005-03-21 Thread Ivan Leo Puoti
Paul Vriens wrote: Hi, while going through some results on test.winehq.org I've noticed something regarding ExpandEnvironmentStringsA. One of the NT4 tests (I think it's one from Ivan Leo Puoti?) Possibly, I don't use winrash because I want interactive tests, so you won't see my nick in the

Re: Eliminate casts of the return value of HeapAlloc

2005-03-21 Thread Francois Gouget
On Mon, 21 Mar 2005, Alexandre Julliard wrote: [...] Log message: Mike McCormack [EMAIL PROTECTED] Eliminate casts of the return value of HeapAlloc. This could be turned into a pretty easy janitorial the starting point of which would be the output of this command: find . -name

Re: [shlwapi/tests/shreg.c] Question about ExpandEnvironmentStringsA

2005-03-21 Thread Paul Vriens
On Mon, 2005-03-21 at 13:39, Ivan Leo Puoti wrote: Paul Vriens wrote: Hi, while going through some results on test.winehq.org I've noticed something regarding ExpandEnvironmentStringsA. One of the NT4 tests (I think it's one from Ivan Leo Puoti?) Possibly, I don't use winrash

Status and (nearby) future of wined3d

2005-03-21 Thread Paul Vriens
Hi, what will happen to the wined3d stuff, now Oliver has some 'problems' staying on-line? There were at least 4 patches or so he send which were not applied (yet). If the sole reason for that is that it couldn't be merged/applied to CVS I could give it a try. But that's about the only thing I

Re: Broken winetest compilation

2005-03-21 Thread Hans Leidekker
On Monday 21 March 2005 12:49, Paul Millar wrote: Building winetests is broken again (see errors at end of email). Is this the usual mingw missing functions again? I updated my RPM packages today and included a fix for this breakage. As usual you can find them here:

Re: Preview-window works in Virtualdub,Paltalk etc.

2005-03-21 Thread Rick Romero
That code doesn't with with my QuickCam 3000, which defaults to YUV420. The attached patch adds YUV420 support back in to vidcat.c, and should still work with RGB cams. Rick On Sun, 2005-03-20 at 22:37 +, luis lenders wrote: Hi, don't know if it's of much use for anyone, but i can now

Re: Status and (nearby) future of wined3d

2005-03-21 Thread Oliver Stieber
--- Paul Vriens [EMAIL PROTECTED] wrote: Hi, what will happen to the wined3d stuff, now Oliver has some 'problems' staying on-line? Thanks to everyone I should be ok for a while, now. If the sole reason for that is that it couldn't be merged/applied to CVS I could give it a try. But

Regression in file tests

2005-03-21 Thread Jakob Eriksson
Between http://cvs.winehq.org/cvsweb/wine/dlls/kernel/tests/file.c#rev1.46 http://test.winehq.org/data/200502231000/ and http://test.winehq.org/data/200503041000/ http://cvs.winehq.org/cvsweb/wine/dlls/kernel/tests/file.c#rev1.48 we have more about 50 more failed test results. What happened?

Re: [WINEALSA] direct sound fallback patch

2005-03-21 Thread Robert Reif
Robert Reif wrote: Don't fail when opening a device in direct sound mode. Rather, try alternate formats first before failing. With the wave api, requesting a format that the hardware can't do should fail so the wave mapper can fix it up. However, the direct sound api does not expect a failure

Re: [WINEALSA] multiple sound card support patch review needed

2005-03-21 Thread Paul van Schayck
On Sat, 19 Mar 2005 14:44:30 -0500, Robert Reif [EMAIL PROTECTED] wrote: I downloaded the program and ran it and don't even get as far as you got. Try different devices and combinations of devices: hw, plug:hw plughw and see if that helps. I'll look into it when I get some more time.

Attempt to make buttons themed

2005-03-21 Thread Frank Richter
Hi, to see how easy (or not) it would be to make the controls use themes, I tried to get themed buttons; the result is the attached patch (to try it out, you need an .msstyles file and appropriate registry setup). It's probably not perfect as it is, comments/questions are welcome. Screenshot:

Re: Attempt to make buttons themed

2005-03-21 Thread Mike Hearn
On Mon, 21 Mar 2005 20:05:57 +0100, Frank Richter wrote: Hi, to see how easy (or not) it would be to make the controls use themes, I tried to get themed buttons; the result is the attached patch (to try it out, you need an .msstyles file and appropriate registry setup). It's probably not

Re: Eliminate casts of the return value of HeapAlloc

2005-03-21 Thread Dimitrie O. Paun
On Mon, Mar 21, 2005 at 02:03:59PM +0100, Francois Gouget wrote: On Mon, 21 Mar 2005, Alexandre Julliard wrote: [...] Log message: Mike McCormack [EMAIL PROTECTED] Eliminate casts of the return value of HeapAlloc. This could be turned into a pretty easy janitorial the starting

registry TODO

2005-03-21 Thread James Hawkins
Alexandre, Recently you removed the loading of the Windows registry on startup and stated that Nobody's working on it, so it won't be supported until someone cares enough to do it. I encouraged a few people to start working on it but nobody did, so taking out the existing support is a way to

Re: NTDLL: teach wine about Mingw32 (RESUBMIT)

2005-03-21 Thread Steven Edwards
Hi, --- C. Scott Ananian [EMAIL PROTECTED] wrote: This patch seems to have gotten lost: it was sent last Thursday but hasn't yet been applied or rejected (as far as I can tell). It's even got a testimonial from a wine developer: Andreas Mohr says, Nice patch. =) I don't understand why

Re: Eliminate casts of the return value of HeapAlloc

2005-03-21 Thread Mike McCormack
Dimitrie O. Paun wrote: Yeah, it's so straightforward, we should just do it. However, I don't think we should sed it, most places require human touch to maintain sane formatting. Well, it's always nice to leave some entry level tasks behind for people who want to start working on Wine. They're