Re: user32.dll SetSystemCursor

2005-06-13 Thread Steven Edwards
Hi Tom, --- Tom Wickline <[EMAIL PROTECTED]> wrote: > I have noticed while trying to get a couple games to work that they > require SetSystemCursor and the function is documented here: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources/cur

Re: Alsa initialization change

2005-06-13 Thread Jeremy White
What happens if you change the snd_pcm_open line to tweak the 3rd parameter from 0 to SND_PCM_NONBLOCK? Cheers, Jer Kevin Koltzau wrote: On Monday 13 June 2005 10:01 am, Jeremy White wrote: Attached is a fairly sizable patch that revamps the way Alsa initialization is done. In ALSA_TestDe

tester needed

2005-06-13 Thread Ivan Leo Puoti
Hello, I need a fairly simple test run for me on windows service 2003 *without* service pack 1, if you can do this please drop me a line. Ivan.

Re: Alsa initialization change

2005-06-13 Thread Kevin Koltzau
On Monday 13 June 2005 10:01 am, Jeremy White wrote: > Attached is a fairly sizable patch that revamps the > way Alsa initialization is done. In ALSA_TestDeviceForWine, the call to snd_pcm_open blocks if I have any applications currently using my sound card, and does not complete until all other a

Re: Flattening dll directories.

2005-06-13 Thread Mike McCormack
Glen Kaukola wrote: I was looking over the Janitorial section on the wiki, and it seems like flattening dlls is something I could definitely handle. Is this something that's still needed or wanted? And then how would that work? Would I need cvs write access to get anything done? Or can diff

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Johan Dahlin
Brian Vincent wrote: On 13 Jun 2005 18:11:14 +0200, Alexandre Julliard <[EMAIL PROTECTED]> wrote: If there's only a static lib then I guess it's fine. Is that the case on all major distros? I just dug through a bunch of distros and no one ships ffmpeg by default. That includes Fedora 4,

Flattening dll directories.

2005-06-13 Thread Glen Kaukola
Hi there, I was looking over the Janitorial section on the wiki, and it seems like flattening dlls is something I could definitely handle. Is this something that's still needed or wanted? And then how would that work? Would I need cvs write access to get anything done? Or can diff produce a pa

Re: activeds.dll (#1_v2)

2005-06-13 Thread Tom Wickline
On 6/13/05, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: > > To late in the night, sorry. > > I resend the mail with the Patch about 10 min later. > Did the Patch arrived in the meantime? Yes, and it's now in the main tree. http://www.winehq.org/hypermail/wine-cvs/2005/06/0282.html Tom > > --

Re: activeds.dll (#1_v2)

2005-06-13 Thread Detlef Riekenberg
Am Sonntag, den 12.06.2005, 20:22 -0400 schrieb Tom Wickline: > On 6/12/05, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: > > Changelog: > > Added "activeds.dll" with some stubs to get the native > You forgot the patch... To late in the night, sorry. I resend the mail with the Patch abo

Getting civilization 2 to work...

2005-06-13 Thread Kristiaan Lenaerts
Hello, I've been following the wine-devel lists for some time now, but I never found time to actually work on something... until now. I am trying to get civilization 2 to work (with some succes). I chose that game for some reasons (I like the game and the error looks easy, a bit like the tutorials

Re: DMLOADERe: Prevent crash on IDirectMusicLoaderResourceStream_IStream_Read if pcbRead is NULL

2005-06-13 Thread Alex Villací­s Lasso
Juan Lang wrote: - TRACE_(dmfileraw)(": data (size = 0x%08lX): '%s'\n", *pcbRead, debugstr_an(pv, *pcbRead)); + TRACE_(dmfileraw)(": data (size = 0x%08lX): '%s'\n", cb, debugstr_an(pv, *pcbRead)); Should that be: TRACE_(dmfileraw)(": data (size = 0x%08lX): '%

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Lionel Ulmer
On Mon, Jun 13, 2005 at 06:11:14PM +0200, Alexandre Julliard wrote: > If there's only a static lib then I guess it's fine. Is that the case > on all major distros? Well, do not even try to ask about a shared-library version of FFMpeg on their development list or you will be flamed away :-)

Re: Dragon NS7 on wine

2005-06-13 Thread wino
On Mon, 13 Jun 2005 19:11:06 +0200, René Rebe <[EMAIL PROTECTED]> wrote: It seems odd that your NS installation had a few differences to mine, was it the german version? Mine was 7.00 english. It was a multi language version that included 4 or 5 english variants and german. Not so odd then.

Re: How to add winmm.dll driver from within msacm32.dll?

2005-06-13 Thread Alex Villací­s Lasso
[EMAIL PROTECTED] wrote: I tried the following change in acmDriverAddA() at dlls/msacm/driver.c: if (!hinstModule) { return MMSYSERR_INVALHANDLE; } else { #define WINE_DI_MAGIC 0x900F1B01 unsigned int * d = (unsigned int *)hinstModule; if (HeapValidate(GetProcessHea

Re: Dragon NS7 on wine

2005-06-13 Thread René Rebe
Hi, On Monday 13 June 2005 19:01, you wrote: > did you get the my comcat OK? Yes - I got the file. However I have not yet injected it since I tried to get some real work done. I played far too much with Wine last week > I noticed that yours is exactly the same length but a different check

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Brian Vincent
On 13 Jun 2005 18:11:14 +0200, Alexandre Julliard <[EMAIL PROTECTED]> wrote: If there's only a static lib then I guess it's fine. Is that the caseon all major distros? I just dug through a bunch of distros and no one ships ffmpeg by default.  That includes Fedora 4, SuSE 9.2/9.3, Mandriva 10.1, an

Re: Dragon NS7 on wine

2005-06-13 Thread wino
Rene, did you get the my comcat OK? I noticed that yours is exactly the same length but a different checksum. md5sum c/windows/system/comcat.dll 4e72c4b7eb91bca165fd04e0ab4f121e c/windows/system/comcat.dll It seems odd that your NS installation had a few differences to mine, was it the germa

Re: alsa: device name

2005-06-13 Thread Robert Reif
Mike Hearn wrote: On Mon, 13 Jun 2005 00:20:20 -0400, Kevin Koltzau wrote: To be honest I didn't think it was correct either, but the current solution does not work correctly either so I figured I'd give it a shot. I have default overridden to pass through dmix/dsnoop, wine cannot access my

Re: wineserver CreateFile flags

2005-06-13 Thread Robert Shearman
Andreas Mohr wrote: Hi, the create_file request checks for GENERIC_READ or GENERIC_WRITE, but not for GENERIC_ALL. The flags should be mapped from generic to specific access rights. The wineserver should then check for a subset of these attributes. This would also allow applications to use

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Christian Costa
IFAIK, no... Christian > Message du 13/06/05 16:47 > De : "Mike Hearn" > A : wine-devel@winehq.com > Copie à : > Objet : Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3) > > On Mon, 13 Jun 2005 14:59:37 +0200, Alexandre Julliard wrote: > > > Changelog: > > > Added FFMpeg video wrapper fi

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Alexandre Julliard
Christian Costa <[EMAIL PROTECTED]> writes: > Well, it was meant to link with the static library only however I > admit my configure check is not that good. The FFMpeg build > the static lib by default and it's not likely you find a shared version > lying somewhere when building Wine. If there's

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Christian Costa
Well, it was meant to link with the static library only however I admit my configure check is not that good. The FFMpeg build the static lib by default and it's not likely you find a shared version lying somewhere when building Wine. > Message du 13/06/05 15:12 > De : "Alexandre Julliard" > A :

wineserver CreateFile flags

2005-06-13 Thread Andreas Mohr
Hi, the create_file request checks for GENERIC_READ or GENERIC_WRITE, but not for GENERIC_ALL. http://groups.google.de/group/microsoft.public.vc.language/browse_thread/thread/167a5c6c5460f77c/f9e971b2f468cba4?q=CreateFile+GENERIC_ALL&rnum=20#f9e971b2f468cba4 Documented on MSDN via http://msdn.mi

Re: wine and gdi+

2005-06-13 Thread Brian Vincent
On 6/13/05, Felix Nawothnig <[EMAIL PROTECTED]> wrote: Anyway, I found a mozilla build which uses (and ships) GDI+ to renderSVG and it seems to work just fine:http://img81.echo.cx/my.php?image=mozsvggdiplus5un.png So yes, native GDI+ works in Wine. PowerPoint Viewer 2003 also uses it and works fin

Re: winefile: UNICODE

2005-06-13 Thread Martin Fuchs
> > Changelog: > > switch winefile to UNICODE mode > Why to go through all this pain and not just make it unicode > only? First of all: Winefile was designed to be usable both in ANSI and UNICODE mode from the begin on, and I won't remove this functionality. So you can build and use it also on 8

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Mike Hearn
On Mon, 13 Jun 2005 14:59:37 +0200, Alexandre Julliard wrote: > > Changelog: > > Added FFMpeg video wrapper filter. > > You should dlopen the library to avoid creating a run-time dependency. I was under the impression that libavcodec did not have a stable API anyway. I thought it was simply a pla

Re: alsa: device name

2005-06-13 Thread Mike Hearn
On Mon, 13 Jun 2005 00:20:20 -0400, Kevin Koltzau wrote: > To be honest I didn't think it was correct either, but the current > solution does not work correctly either so I figured I'd give it a shot. > > I have default overridden to pass through dmix/dsnoop, wine cannot access > my card directly

Re: wine and gdi+

2005-06-13 Thread Felix Nawothnig
Andreas Mohr wrote: AFAIR there used to be huge bitmap image insecurities in GDI+, thus Microsoft offered a tool on Windows Update which could scan your system for GDI+ apps that would need to be fixed. Maybe just get that tool and say hello to your selection of GDI+ apps... You mean GDIScan? T

Re: Resolve all include/wine/test.h dependencies, avoid an error with MSVC

2005-06-13 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > @@ -89,7 +91,7 @@ struct test > void (*func)(void); > }; > > -static const struct test winetest_testlist[]; > +static const struct test winetest_testlist[2]; This isn't correct, the size is 2 only for standalone tests. Does something like thi

Re: crypt32: add CertAlgIdToOID/CertOIDToAlgID

2005-06-13 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> writes: > ChangeLog: add CertAlgIdToOID/CertOIDToAlgID, with tests Unless you have a lot more OID functions to implement, I'd suggest to merge that code in one of the existing files. We don't want to create a new file for just a couple of small functions. -- Alexan

Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)

2005-06-13 Thread Alexandre Julliard
Christian Costa <[EMAIL PROTECTED]> writes: > Moved avcodec.h include into the #ifdef section. > > Changelog: > Added FFMpeg video wrapper filter. You should dlopen the library to avoid creating a run-time dependency. -- Alexandre Julliard [EMAIL PROTECTED]

OLEAUT32/tests/vartype.c: VarDateFromStr() failure

2005-06-13 Thread Saulius Krasuckas
The conversion fails with some strings on WinME. MSVC debugger throws a message box saying: | Unhandled exception in oleaut32_test.exe (OLEAUT32.DLL): | 0xC005: Access violation How should I fix this? The only thing now I can think of is to remove "noisy" tests. Other suggestions? Chang

Re: wine and gdi+

2005-06-13 Thread Andreas Mohr
Hi, On Mon, Jun 13, 2005 at 12:23:40PM +0200, Felix Nawothnig wrote: > But as I don't know any app using GDI+ I can't test that. ;) AFAIR there used to be huge bitmap image insecurities in GDI+, thus Microsoft offered a tool on Windows Update which could scan your system for GDI+ apps that would n

Re: wine and gdi+

2005-06-13 Thread Felix Nawothnig
Michael Büttner wrote: I was checking wine for GDI+ support and noticed that there are no headers or anything at all. I did not find any further information, so i guess there's no work being done there? Seems so. Might be related to the fact that it's not widely used yet and not shipped with