-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ove Kaaven wrote:
> ons, 29,.06.2005 kl. 20.11 -0400, skrev Anderson Lizardo:
>
>>Changelog: Check for common broken nVidia+Mesa OpenGL library setups.
>>http://cvs.winehq.org/cvsweb/wine/Attic/configure.in.diff?r1=1.247&r2=1.248&f=h
>>
>>The current
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote:
> Thanks for the quick response, Dmitry! Unfortunately, the patch that
> Alexandre now committed does not solve the problem for me, and my
> autoconf foo is a bit rusty:
>
> cdrom.c: In function `CDROM_ScsiPassThroughDirect':
> drom.c:1423: error:
Hi James,
James Hawkins wrote:
These changes make the advapi32 tests pass as well.
Changelog
* Fix calculation of generic pointers.
* Minor cleanups.
Thanks for the fixes. This makes Office 2003 work again for me.
if ((DWORD)(pAceHeader + dwAceSize) > (DWORD)(pAcl + pAcl->AclSize))
ons, 29,.06.2005 kl. 20.11 -0400, skrev Anderson Lizardo:
> Changelog: Check for common broken nVidia+Mesa OpenGL library setups.
> http://cvs.winehq.org/cvsweb/wine/Attic/configure.in.diff?r1=1.247&r2=1.248&f=h
>
> The current "test" check definitely does not ensure the system doesn't
> have this
Jonathan Ernst wrote:
Hello,
Can someone with sufficient privileges fix the following bugzilla
entries so that they are correctly linked with AppDB (I sent a patch
that will use the correct url for new bugs submitted from the AppDB).
Replace www.winehq.org with appdb.winehq.org in url field:
h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alexandre Julliard wrote:
> It would be much better to try the actual linking and see what
> happens.
Indeed, I was thinking on that myself... Why we just don't remove this
(incorrect IMHO) file presence check and let autoconf do the check
itself, whi
On Wed, 29 Jun 2005, Dmitry Timoshkov wrote:
>> breaks on FreeBSD
>>
>> cdrom.c: In function `CDROM_ScsiPassThroughDirect':
>> cdrom.c:1419: error: invalid application of `sizeof' to an incomplete type
>> cdrom.c:1411: warning: unused variable `io'
>> cdrom.c: In function `CDROM_ScsiPassTh
Christoph schrieb:
Joseph Garvin schrieb:
The test realms are up, which lets players test the next patch. Anyone
tried it to see if the problem is fixed?
No, it is not fixed.
Yes, I'm going to test.
first gotcha the bizzard char copy page. The page did not work in
Firefox. Clicking
Was there a specific game that you wanted to test here?
I have not tried to install any game that required it, but I can if you
want something tested.
Have Fun!
Chuck Hall
On Wed, 29 Jun 2005, Oliver Stieber wrote:
> Hi,
>
> Has anyone managed to get sony's station
> (http://www.station.s
Hallo (Michael?),
File Open Dialogs for me have some noticable initial delay when starting
up. For example, try in internet explorer "Save under". I don't remember
seeing that delay some time before. Dif recent shfolder changes cause that
delay?
Bye
--
Uwe Bonnes[EMAIL PROTECTED
Joseph Garvin schrieb:
The test realms are up, which lets players test the next patch. Anyone
tried it to see if the problem is fixed?
Yes, I'm going to test.
first gotcha the bizzard char copy page. The page did not work in
Firefox. Clicking in a circle, not accepting a new char name. Lo
Hi Jacek,
> +/* FIXME: What does it mean? */
> +#define UNKNOWN_RES_ERR1 0x8007007E
This is HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND). Any 0x8007* error code
is an HRESULT_FROM_WIN32 of a Win32 error.
--Juan
__
Do You Yahoo!?
Tired of spam? Yahoo
I have already sent a fix (applied) for that 3 weeks ago.
You should have updated you tree before sending a patch. ;-)
Bye,
Christian
Alex Villacís Lasso wrote:
I am (still) trying to run a Japanese RPG program in Wine, and it
requires 1) the Indeo video codecs, fortunately downloadable, and
Hi,
Has anyone managed to get sony's station
(http://www.station.sony.com/en/) past the file scan?
___
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail
http://uk.messeng
Maybe its just on my machine where they are enabled and not locally
overridden. Ahh, I just looked through the code path and
compile_insert_string() addslashes() each of the values it gets
passed. We should probably refuse to function if magic quotes is
enabled, otherwise all of the database entr
Hello,
i' am searching a way to change windows registry from Linux (not the
copy but the real windows registry)
Has someone an idea on how to do this ?
Serge
Anderson Lizardo <[EMAIL PROTECTED]> writes:
> What about the attached patch? It uses "ls" instead of "test" to test
> for file presence (assuming ls returns non-zero code on a non-present
> file, which is true for a POSIX compliant system).
It would be much better to try the actual linking and s
On Tue, 28 Jun 2005, Anderson Lizardo wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Alexandre Julliard wrote:
> > Anderson Lizardo <[EMAIL PROTECTED]> writes:
> >>Fixed the libGL.a configure check for systems where
> >>/usr/X11R6/lib/libGL.so is a symbolic link.
> >>
> >>
> >>PS.:
On Wed, Jun 29, 2005 at 09:02:34AM -0500, Aric Stewart wrote:
> implementation for EM_GETTEXTEX in riched20
> Index: dlls/riched20/editor.c
> ===
> RCS file: /home/wine/wine/dlls/riched20/editor.c,v
> retrieving revision 1.32
> diff -
Wednesday, June 29, 2005, 7:47:38 AM, you wrote:
> * On Wed, 29 Jun 2005, Vitaliy Margolen wrote:
>>
>> By a looks of it wine using same IMalloc interface for both. Native,
>> including XP and server 2003 still export SHGetMalloc.
>>
>> In other words I don't see a problem using SHGetMalloc on w
* On Wed, 29 Jun 2005, Vitaliy Margolen wrote:
>
> By a looks of it wine using same IMalloc interface for both. Native,
> including XP and server 2003 still export SHGetMalloc.
>
> In other words I don't see a problem using SHGetMalloc on wine and all
> of native versions.
Not a problem, just
On Wednesday 29 June 2005 14:10, Saulius Krasuckas wrote:
> > Well, I think Wine tests are supposed to identify Windows behavior, and
> > no version of Windows does what you propose for these functions AFAIK.
> > We could fail to load mscms.dll if it was compiled without lcms support,
> > but t
By a looks of it wine using same IMalloc interface for both. Native, including
XP and server 2003 still export SHGetMalloc.
In other words I don't see a problem using SHGetMalloc on wine and all of native
versions.
Vitaliy
Tuesday, June 28, 2005, 11:34:20 PM, you wrote:
> Vitaliy,
> I have
* On Wed, 29 Jun 2005, Hans Leidekker wrote:
>
> * On Tuesday 28 June 2005 22:11, Saulius Krasuckas wrote:
> >
> > I want to fix this by avoiding to upgrade my liblcms and install dev-pkg.
>
> What version do you have? 1.09 is reported to work too, so maybe we
> should change our requirement.
On Wed, 2005-06-29 at 12:47 +0200, Jonathan Ernst wrote:
> Hello,
>
> Can someone with sufficient privileges fix the following bugzilla
> entries so that they are correctly linked with AppDB (I sent a patch
> that will use the correct url for new bugs submitted from the AppDB).
>
> Replace www.wi
Hello,
Can someone with sufficient privileges fix the following bugzilla
entries so that they are correctly linked with AppDB (I sent a patch
that will use the correct url for new bugs submitted from the AppDB).
Replace www.winehq.org with appdb.winehq.org in url field:
http://bugs.winehq.org/sh
The test realms are up, which lets players test the next patch. Anyone
tried it to see if the problem is fixed?
Hey,
On 6/29/05, Tony Lambregts <[EMAIL PROTECTED]> wrote:
> Chris and I talked on IRC and it turns out that magic_quotes_gpc are
> turned "on" in php.ini on the production server and not on mine so we
> needed a stripslashes() on the version description.
They are supposed to be off! Check our .h
Vijay Kiran Kamuju <[EMAIL PROTECTED]> writes:
> This is part-1 of the patch that adds necessary defines for XMLDOM interfaces
> for msxml
These belong to msxml2did.h.
--
Alexandre Julliard
[EMAIL PROTECTED]
On Tuesday 28 June 2005 22:11, Saulius Krasuckas wrote:
> | [EMAIL PROTECTED] wine]$ wine dlls/mscms/tests/mscms_test.exe.so 2>&1 |
> head -n 6
> | This version of Wine was compiled without support for color management
> | functions. This means many color functions are empty stubs and you should
30 matches
Mail list logo