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
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
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.
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
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
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,
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
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
>
> --
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
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
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): '%
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 :-)
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.
[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
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
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
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
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
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
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
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
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 :
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
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
> > 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
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
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
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
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
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
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]
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
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
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
34 matches
Mail list logo