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 re

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 t

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

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

Re: dlls/user/button.c - fix AUTO3STATE with BS_OWNERDRAW (Resend)

2005-03-21 Thread Michael Lin
Hi Alexandre, I was trying to make the following dialog compile and work in WINE. The dialog compiles and works in Borland. MSGBOX_DLG DIALOG 21, 32, 168, 83 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Error" FONT 8, "MS Sans Serif" { GROUPBOX "", 101, 6,

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 n

msi.spec different parameter count of exported functions

2005-03-21 Thread Stefan Leichter
Hello, when played with native msi.dll i found three functions with have a different parameter count between msi.spec of wine and the native dll. Here are the snoop logs of the native dll and wine: 0009:RET msi.MsiDatabaseImportA(,,) retval=0006 ret=004013fc 0009:R

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: h

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.

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 (wit

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? rega

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

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 vi

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: http://mirzam.it.vu.nl/

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 c

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 wi

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 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 result

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 s

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

Re: dlls/user/button.c - fix AUTO3STATE with BS_OWNERDRAW (Resend)

2005-03-21 Thread Alexandre Julliard
Michael Lin <[EMAIL PROTECTED]> writes: > inline static UINT get_button_type( LONG window_style ) > { > -return (window_style & 0x0f); > +if ((window_style & BS_OWNERDRAW) == BS_OWNERDRAW) > +return BS_OWNERDRAW; > +else > +return (window_style & 0x0f); BS_OWNERDRAW

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 s

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.

Re: [ntdll] NtCreateFile update

2005-03-21 Thread Mike McCormack
Jonathan Wilson wrote: Does anyone have any links to these "documented only because Microsoft have to" type functions (like NtCreateFile etc)? Ever tried google? http://www.google.com/search?q=NtCreateFile&sourceid=mozilla&start=0&start=0&ie=utf-8&oe=utf-8

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

2005-03-21 Thread Paul Vriens
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?) comes back with: shreg.c:97:sExplen1 = (24) shreg.c:99:sExplen2 = (86) while all others (i.e. win98/nt4/w2k/winxp) I've