Re: Fix libGL.a check on configure

2005-06-29 Thread Anderson Lizardo
-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

Re: dlls/ntdll/cdrom.c breakage

2005-06-29 Thread Dmitry Timoshkov
"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:

Re: ntdll: Fix add_access_ace

2005-06-29 Thread Mike McCormack
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))

Re: Fix libGL.a check on configure

2005-06-29 Thread Ove Kaaven
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

Re: [Bugzilla/AppDB] www.winehq.org/appview.php -> appdb.winehq.org/appview.php

2005-06-29 Thread Tony Lambregts
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

Re: Fix libGL.a check on configure

2005-06-29 Thread Anderson Lizardo
-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

Re: dlls/ntdll/cdrom.c breakage

2005-06-29 Thread Gerald Pfeifer
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

Re: World of Warcraft

2005-06-29 Thread Christoph
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

Re: Sony Station

2005-06-29 Thread Chuck Hall
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

Delays in FileOpen

2005-06-29 Thread Uwe Bonnes
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

Re: World of Warcraft

2005-06-29 Thread Christoph
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

Re: MSHTML: Implemented res protocol

2005-06-29 Thread Juan Lang
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

Re: [Fwd: QUARTZ: initialize AM_MEDIA_TYPE to prevent crash]

2005-06-29 Thread Christian Costa
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

Sony Station

2005-06-29 Thread Oliver Stieber
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

Re: [AppDB] Redisplay the input form and display the errors take 2

2005-06-29 Thread Chris Morgan
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

Modifying windows registry

2005-06-29 Thread Serge NOEL
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

Re: Fix libGL.a check on configure

2005-06-29 Thread Alexandre Julliard
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

Re: Fix libGL.a check on configure

2005-06-29 Thread Chuck Hall
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.:

Re: implement EM_GETTEXTEX in riched20

2005-06-29 Thread Marcus Meissner
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 -

Re[2]: shell32/tests: ILFree is not exported on all versions

2005-06-29 Thread Vitaliy Margolen
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

Re: shell32/tests: ILFree is not exported on all versions

2005-06-29 Thread Saulius Krasuckas
* 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

Re: MSCMS: testing with no support for color management

2005-06-29 Thread Hans Leidekker
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

Re: shell32/tests: ILFree is not exported on all versions

2005-06-29 Thread Vitaliy Margolen
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

Re: MSCMS: testing with no support for color management

2005-06-29 Thread Saulius Krasuckas
* 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.

Re: [Bugzilla/AppDB] www.winehq.org/appview.php -> appdb.winehq.org/appview.php

2005-06-29 Thread Ivan Gyurdiev
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

[Bugzilla/AppDB] www.winehq.org/appview.php -> appdb.winehq.org/appview.php

2005-06-29 Thread Jonathan Ernst
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

Re: World of Warcraft

2005-06-29 Thread Joseph Garvin
The test realms are up, which lets players test the next patch. Anyone tried it to see if the problem is fixed?

Re: [AppDB] Redisplay the input form and display the errors take 2

2005-06-29 Thread Paul van Schayck
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

Re: [MSXML] : add declarations for XMLDOM #1

2005-06-29 Thread Alexandre Julliard
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]

Re: MSCMS: testing with no support for color management

2005-06-29 Thread Hans Leidekker
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