Re: Fix libGL.a check on configure

2005-06-30 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.247r2=1.248f=h The current test check

Anybody looking for a pet Wine project?

2005-06-30 Thread Mike McCormack
Hi All, If anybody is looking for a small project, I've got just the thing for you! hh.exe and hhctrl.ocx are two components of the Microsoft HTML help engine. hh.exe is a small wrapper around hhctrl.ocx, which is the HTML help viewer. hhctrl.ocx embeds IE and feeds it HTML documents

Re: Using ReactOS Registry format

2005-06-30 Thread Jürgen Schmied
Hi! Wine had support for reading win2000 registry files once. It was dropped some time ago. I had implemented it around 1999/2000. Have a look in the CVS. Bye Juergen Hi Martin, Thanks for this info. It looks like this might work. How do I contact Eric Kohl? Thanks, James On Tue,

Re: Delays in FileOpen

2005-06-30 Thread Michael Jung
On Wednesday 29 June 2005 23:36, Uwe Bonnes wrote: 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? There was a

Re: [user/tests]: Re: Fix bug that left mouse buttons swapped after tests

2005-06-30 Thread Paul Vriens
ChangeLog: Fix bug that left mouse buttons swapped after tests Ivan. I think your patch causes test to fail on Wine, Ivan. My try goes next. ChangeLog: Saulius Krasuckas [EMAIL PROTECTED] - Break from the loop to restore SM_SWAPBUTTON metrics. - SetLastError() to see

Re: [user/tests]: Re: Fix bug that left mouse buttons swapped after tests

2005-06-30 Thread Ivan Leo Puoti
Saulius Krasuckas wrote: ChangeLog: Fix bug that left mouse buttons swapped after tests Ivan. I think your patch causes test to fail on Wine, Ivan. My try goes next. Maybe that isn't a bad thing, the results from the latest build of winetest shows this test fails on windows 2000, windows

Fwd: Anybody looking for a pet Wine project?

2005-06-30 Thread Vijay Kiran Kamuju
-- Forwarded message -- From: Vijay Kiran Kamuju [EMAIL PROTECTED] Date: Jun 30, 2005 3:42 PM Subject: Re: Anybody looking for a pet Wine project? To: Mike McCormack [EMAIL PROTECTED] typelib info of hhctrl.ocx of winxp (used pe explorer)

Re: Delays in FileOpen

2005-06-30 Thread Uwe Bonnes
Michael == Michael Jung [EMAIL PROTECTED] writes: Michael On Wednesday 29 June 2005 23:36, Uwe Bonnes wrote: 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

unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
Hi, With the current CVS version, the unixfs shell namespace extension is now registered by default at the desktop. So if you do a 'regsvr32 shell32' you will see the unix filesystem in the file dialogs. It's probably still quite buggy though. It would be cool if we could get the biggest

The wine-patches archives

2005-06-30 Thread Tom Wickline
Looks like Downloadable version is stuck at 9 MB last time I checked we were at a new record of 10.2 MB . Newman to the rescue ? Cheers, Tom

Re: unixfs registered by default now in cvs

2005-06-30 Thread Dimi Paun
On Thu, 2005-06-30 at 14:05 +0200, Michael Jung wrote: With the current CVS version, the unixfs shell namespace extension is now registered by default at the desktop. So if you do a 'regsvr32 shell32' you will see the unix filesystem in the file dialogs. This is fantastic! Way to go Michael,

Re: unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
On Thursday 30 June 2005 15:01, Dimi Paun wrote: This is fantastic! Way to go Michael, you've nailed an important integration issue. BTW, if it is registered by default, why do we need to 'regsvr32 shell32'? Thanks. If you start without a .wine directory, you won't need the 'regsvr32

Re: Fix ntdll compilation in Darwin

2005-06-30 Thread Dmitry Timoshkov
Phil Krylov [EMAIL PROTECTED] wrote: Index: dlls/ntdll/cdrom.c === RCS file: /home/wine/wine/dlls/ntdll/cdrom.c,v retrieving revision 1.59 diff -p -u -r1.59 cdrom.c --- dlls/ntdll/cdrom.c 29 Jun 2005 19:18:54 - 1.59 +++

Re: Fix ntdll compilation in Darwin

2005-06-30 Thread Phil Krylov
Hi Dmitry, On Thu, 30 Jun 2005 22:27:01 +0900 Dmitry Timoshkov [EMAIL PROTECTED] wrote: Phil Krylov [EMAIL PROTECTED] wrote: Index: dlls/ntdll/cdrom.c === RCS file: /home/wine/wine/dlls/ntdll/cdrom.c,v retrieving revision

Re: Fix ntdll compilation in Darwin

2005-06-30 Thread Dmitry Timoshkov
Phil Krylov [EMAIL PROTECTED] wrote: #ifdef SENSEBUFLEN if (pPacket-SenseInfoLength SENSEBUFLEN) +#elif defined( __APPLE__ ) +if (pPacket-SenseInfoLength kSenseDefaultSize) #else if (pPacket-SenseInfoLength sizeof(struct request_sense)) #endif Please do not introduce even

Re: [user/tests]: Re: Fix bug that left mouse buttons swapped after tests

2005-06-30 Thread jakov
Saulius Krasuckas wrote: ChangeLog: Fix bug that left mouse buttons swapped after tests Ivan. I think your patch causes test to fail on Wine, Ivan. My try goes next. Maybe that isn't a bad thing, the results from the latest build of winetest shows this test fails on windows 2000, windows

Question about deadlock in winmm

2005-06-30 Thread Vitaliy Margolen
Lately I'm seeing a lot of deadlocks in wine's sound system. Most notably winealsa. But the code in question affects all (in my case oss since it's working better for me then others). I'm not sure what exactly happens (deadlock because of race condition or else) but code bellow deadlocks with

Re: MSHTML: fix blank.htm resources

2005-06-30 Thread Jacek Caban
Alexandre Julliard wrote: That's a feature ;-) We can't support loading builtins as datafiles, so the idea is that it's more likely that the app will be happy with loading the native as datafile than loading the builtin in normal mode. It does make the behavior a bit surprising I agree.

Re: Anybody looking for a pet Wine project?

2005-06-30 Thread Jacek Caban
Hello. I think it will be great to have it done. I'd like to point out one thing for the way to implement it: the most important is to have it working with native shdocvw.dll and mshtml.dll. It won't work with built in in the current state of them, but it will be fixed soon and I believe it can

Wine avitools/aviplay fails with CO_E_NOTINITIALIZED for any AVI file

2005-06-30 Thread Alex Villací­s Lasso
I recently downloaded Wine-20050628 (self contained install with fake Windows drive) and tried to use the aviplay program in programs/avitools directory. However, this program fails with this odd error trace: [bash$] WINEDEBUG=shell,ole wine

Re: unixfs registered by default now in cvs

2005-06-30 Thread Brian Vincent
On 6/30/05, Michael Jung [EMAIL PROTECTED] wrote: With the current CVS version, the unixfs shell namespace extension is now registered by default at the desktop. So if you do a 'regsvr32 shell32' you Does this mean there's no longer a need to map a Z: drive to /? -Brian

Re: Wine avitools/aviplay fails with CO_E_NOTINITIALIZED for any AVI file

2005-06-30 Thread Alex Villací­s Lasso
It worked in the past. When pclsidHandler is set to NULL it performs a registry lookup as the native version does it. If these registry entries are missing it has a problem and could perhaps return the mentioned error - don't know as I have never tested it. In the past these informations

Re: unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
On Thursday 30 June 2005 21:21, Brian Vincent wrote: Does this mean there's no longer a need to map a Z: drive to /? You still can only access the parts of the filesystem, which are accessible by a wine drive. You will see the complete unix directory structure, but you will only be able to

Re: advapi32: Branch the LSA functions from security.c to lsa.c [RESEND]

2005-06-30 Thread Robert Shearman
James Hawkins wrote: --- /dev/null 2005-06-27 14:12:40.646578496 -0500 +++ dlls/advapi32/lsa.c 2005-06-27 16:51:17.0 -0500 @@ -0,0 +1,433 @@ +/* + * Implementation of the Local Security Authority API + * + * This library is free software; you can redistribute it and/or + * modify it

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Gerald Pfeifer
On Thu, 30 Jun 2005, Dmitry Timoshkov wrote: Alexandre, please find below another patch which does not fix this either, but gets rid of some unused variable warnings. ChangeLog: Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and CDROM_ScsiPassThrough(). This means that

Bug in dlls/comctl32/comctl32undoc.c

2005-06-30 Thread Sascha Cunz
Hi, playing around a bit with wine, i found a thing that is obviously a bug. In lines 1944 and 1977 of dlls/comctl32/comctl32undoc.c the value 0x7FFF is used to check for the boundary of a 32 bit integer. However, there should be used MAX_INT instead. By the way: Looking at current MSDN, DPA

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Gerald Pfeifer
On Thu, 30 Jun 2005, Dmitry Timoshkov wrote: cdrom.c: In function `CDROM_ScsiPassThroughDirect': drom.c:1423: error: invalid application of `sizeof' to an incomplete type cdrom.c: In function `CDROM_ScsiPassThrough': cdrom.c:1543: error: invalid application of `sizeof' to an incomplete

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Dmitry Timoshkov
Gerald Pfeifer [EMAIL PROTECTED] wrote: This means that HAVE_SCSIREQ_T_CMD is not defined for you, i.e. scsireq_t has not been detected. Very likely this is caused by a wrong/missing header includes in the configure.ac test, please fix it, it's easy enough. I found that FreeBSD does not have

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Dmitry Timoshkov
Gerald Pfeifer [EMAIL PROTECTED] wrote: I don't see how it worked before then, you need to investigate why '#ifdef SENSEBUFLEN' case doesn't work for you. I checked, and there is no occurrence of SENSEBUFLEN in /usr/include on a SUSE 9.2 machine nor on FreeBSD nor in the entire Wine source

Re: Steam Problems

2005-06-30 Thread Ivan Gyurdiev
I've sent a patch to wine-patches some time ago, but it wasn't accepted because it's wrong. The link is http://www.winehq.org/hypermail/wine-patches/2005/03/0504.html You may try it, it fixes Steam in this aspect, but it may break other apps. Yes, the patch works for Steam, and fixes