Re: wine/dlls/winmm lolvldrv.c

2005-07-01 Thread Eric Pouech
Alexandre Julliard a écrit : ChangeSet ID: 18492 CVSROOT:/opt/cvs-commit Module name:wine Changes by: [EMAIL PROTECTED] 2005/06/27 14:51:41 Modified files: dlls/winmm : lolvldrv.c Log message: Get rid of the WaveMapper and MidiMapper options, the defaults

Re: [ntdll] load all dll sections no matter what attributes say

2005-07-01 Thread Eric Pouech
Vitaliy Margolen a écrit : Vitaliy Margolen changelog: dlls/ntdll/virtual.c Load all dll sections no matter what attributes say why do you need this ? A+ -- Eric Pouech

kernel32 test

2005-07-01 Thread Eric Pouech
can someone run the attached test (which is an evolution of dlls/kernel/tests/atom.c) on a win9x box and send me back the results... the semantics for getting an atom name with a buffer too small are so inconsistent on XP, I'd like to get an idea of what gives on Win9x (and even NT if there ar

Re: The wine-patches archives

2005-07-01 Thread Tom Wickline
On 7/1/05, Jeremy Newman <[EMAIL PROTECTED]> wrote: > What are you talking about? > Nothing, I downloaded the down loadable version and it was 10.2 MB while the site was only reporting 9 MB ... I thought we were stuck at 9, then a patch came in and it rolled over to 10.. Tom

Re: Bug in dlls/comctl32/comctl32undoc.c

2005-07-01 Thread Felix Nawothnig
Sascha Cunz wrote: 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. I somehow doubt that this function will ever encounter an INT greater than MAX_INT... :) Anyway

Re: .wine (was: Re: (long) From the front lines: 20050628 release impressions)

2005-07-01 Thread wino
On Sat, 02 Jul 2005 00:30:08 +0200, Jules Richardson <[EMAIL PROTECTED]> wrote: On Fri, 2005-07-01 at 13:15 +0200, Holly Bostick wrote: 2. It *asked me* about things I might want to change-- and didn't make assumptions about its own detection!! No, I really don't have a Windows drive, so you

.wine (was: Re: (long) From the front lines: 20050628 release impressions)

2005-07-01 Thread Jules Richardson
On Fri, 2005-07-01 at 13:15 +0200, Holly Bostick wrote: > 2. It *asked me* about things I might want to change-- and didn't make > assumptions about its own detection!! No, I really don't have a Windows > drive, so you were right, but I don't want my c_drive in ~/.wine so put > it somewhere else, t

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

2005-07-01 Thread Robert Shearman
Marcus Meissner wrote: On Thu, Jun 30, 2005 at 03:09:35PM -0500, Alex Villací­s Lasso wrote: 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

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

2005-07-01 Thread Marcus Meissner
On Thu, Jun 30, 2005 at 03:09:35PM -0500, Alex Villací­s Lasso wrote: > > >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

Re: SHELL32/tests: Re: add a test for IShellFolder_ParseDisplayName

2005-07-01 Thread Alexandre Julliard
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > ChangeLog: > Saulius Krasuckas <[EMAIL PROTECTED]> > Added test for IShellFolder_ParseDisplayName. The test fails here: shlfolder.c:90: Test failed: ParseDisplayName returned 80070002, expected E_FAIL -- Alexandre Julliard [EMAIL PROT

Re: MSHTML: Added test of IOleObject::[SG]etClientSite

2005-07-01 Thread Paul Vriens
On Fri, 2005-07-01 at 20:38, Jacek Caban wrote: > > #include "mshtml.h" > +#include "mshtmhst.h" > + > +#include "mshtml.h" You've included mshtml.h twice. Cheers, Paul.

Re: winecfg audio question

2005-07-01 Thread Eric Pouech
Robert Reif a écrit : Robert Reif wrote: Here is a patch that adds an audio driver configure button and tries to send a DRV_CONFIGURE message to the selected audio driver. It doesn't work because it can't find the audio driver. However, hard coding the driver name to "joystick.drv" does displa

Re: RICHED20: add textserv.h (3rd try)

2005-07-01 Thread Mike McCormack
Robert Shearman wrote: This would be much easier in IDL. Why did you do it all by hand? http://www.winehq.org/hypermail/wine-patches/2005/06/0787.html Alexandre didn't like the hacks. Mike

Re: RICHED20: add textserv.h (3rd try)

2005-07-01 Thread Robert Shearman
Mike McCormack wrote: Use DECLARE_INTERFACE macros. Mike ChangeLog: * add textserv.h +#ifndef __WINE_TEXTSERV_H +#define __WINE_TEXTSERV_H + +#ifdef __cplusplus +extern "C" { +#endif + +DEFINE_GUID(IID_ITextServices,0

Re: The wine-patches archives

2005-07-01 Thread Jeremy Newman
What are you talking about? On Thu, 2005-06-30 at 09:02 -0400, Tom Wickline wrote: > 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 > > -- Jeremy Newman <[EMAIL PROTECTED]> Cod

Re: (long) From the front lines: 20050628 release impressions

2005-07-01 Thread Paul van Schayck
On 7/1/05, Holly Bostick <[EMAIL PROTECTED]> wrote: > none/proc/sys/fs/binfmt_miscbinfmt_misc Add binfmt_misc (whatever it may be) to the array ignored_fstypes in programs/wine/drivedetect.c. You can probably make that patch yourself. Paul

Re: (long) From the front lines: 20050628 release impressions

2005-07-01 Thread Holly Bostick
Michael Jung schreef: > On Friday 01 July 2005 13:15, Holly Bostick wrote: > >>Using autodetect, /proc/sys/fs/binfmt_misc is mapped to the I drive, for >>goodness' sake! > > > Could you show us the relevant entry in your fstab? Winecfg has a blacklist > for filesystem types not to be mapped to

Re: (long) From the front lines: 20050628 release impressions

2005-07-01 Thread Michael Jung
On Friday 01 July 2005 13:15, Holly Bostick wrote: > Using autodetect, /proc/sys/fs/binfmt_misc is mapped to the I drive, for > goodness' sake! Could you show us the relevant entry in your fstab? Winecfg has a blacklist for filesystem types not to be mapped to a drive letter and 'proc' is one of

(long) From the front lines: 20050628 release impressions

2005-07-01 Thread Holly Bostick
Hi, This didn't seem appropriate for the user's list, as I don't intend to report "problems" that I want "solved" but to provide an overview of how the recent changes affect users like me -- for good (mostly) and ill-- in the Real World (TM). First of all, good job! Last night I upgraded from 200

Re: IE4 support for msxml

2005-07-01 Thread Mike McCormack
Vijay Kiran Kamuju wrote: for backward compatibility, i would be defining the interfaces. as for iid's i would be going for msxml3 implementation. Great! Are there any suggestions for my sample stub implementation? Well, there's a few different styles used in Wine. I've been working on

Re: IE4 support for msxml

2005-07-01 Thread Vijay Kiran Kamuju
Ok, for backward compatibility, i would be defining the interfaces. as for iid's i would be going for msxml3 implementation. Are there any suggestions for my sample stub implementation? Thanks, Vijay On 7/1/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > > > Vijay Kiran Kamuju wrote: > > >

Re: IE4 support for msxml

2005-07-01 Thread Mike McCormack
Vijay Kiran Kamuju wrote: Are we supporting IE4? There are some changes in the interfaces for msxml and also there are changes in guids in the subsequent versions. How to handle ie4 finterface changes in msxml.idl? COM gives different interfaces different IIDs, so there shouldn't be any pr

IE4 support for msxml

2005-07-01 Thread Vijay Kiran Kamuju
Hi, Are we supporting IE4? There are some changes in the interfaces for msxml and also there are changes in guids in the subsequent versions. How to handle ie4 finterface changes in msxml.idl? Thanks, Vijay