Re: Make more of the OLE interface vtables const

2005-05-29 Thread Marcus Meissner
On Mon, May 30, 2005 at 11:33:28AM +0900, Dmitry Timoshkov wrote: > "Andreas Mohr" <[EMAIL PROTECTED]> wrote: > > > On Sun, May 29, 2005 at 07:05:49PM +0900, Dmitry Timoshkov wrote: > > > Hello, > > > > > > Changelog: > > > Dmitry Timoshkov <[EMAIL PROTECTED]> > > > Make more of the OLE i

Re: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL

2005-05-29 Thread Detlef Riekenberg
Am Montag, den 30.05.2005, 10:29 +0900 schrieb Dmitry Timoshkov: > > + > > +return StrCmpW(e1->name, e2->name); > > I strongly suspect that this comparison should be case insensitive. Sorry for not written this comment: * The Commands are Case-Sensitive! (Checked with Win98SE and Win2000) *

Re: question about standalone tests

2005-05-29 Thread Dimi Paun
On Wed, 2005-05-25 at 09:13 -0700, Dan Kegel wrote: > Now somebody should update > > http://www.winehq.com/site/docs/wine-devel/testing-windows > > with a new section sorta like the following > (Yeah, I should check this text in, but I gotta run. At least I wrote > a first draft, eh?): Thanks f

Re: Make more of the OLE interface vtables const

2005-05-29 Thread Dmitry Timoshkov
"Andreas Mohr" <[EMAIL PROTECTED]> wrote: > On Sun, May 29, 2005 at 07:05:49PM +0900, Dmitry Timoshkov wrote: > > Hello, > > > > Changelog: > > Dmitry Timoshkov <[EMAIL PROTECTED]> > > Make more of the OLE interface vtables const. > You do know that those will *not* end up const? > > fil

Re: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL

2005-05-29 Thread Dmitry Timoshkov
"Detlef Riekenberg" <[EMAIL PROTECTED]> wrote: > Changelog: > Partial Implementation of shell32/SHHelpShortcuts_RunDLL >Connect and Disconnect: Forwarded to mpr.dll >AddPrinter: Forwarded to printui.dll > +static int shrundll_compare(const void *p1, const void *p2) > +{ > +str

Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-29 Thread Michael Lin
Hi Michael, Please consider the configure based global flag only an option. That's actually what I said several times. It could be a per application option as well. And there is no problem in activating it via a wine-specific API, which would override the config on a per process basis. P

Re: Half Life 2 error -- err:mmio:MMIO_ParseExtA

2005-05-29 Thread Ivan Gyurdiev
On Sun, 2005-05-29 at 21:10 +0100, J. Grant wrote: > Hello, > > I am getting this error when trying to run Half Life2 in > err:mmio:MMIO_ParseExtA. Could someone tell me if this is a problem in > in WINE, or a problem in my setup? Or not an error at all..? > > Also if there is already a document

err:dsound:DSOUND_MixOne underrun on sound buffer 0x40407e50

2005-05-29 Thread J. Grant
Hi, I am getting this underrun when running Call of Duty v1.5. fixme:powermgnt:SetThreadExecutionState (0x2): stub, harmless. fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum fixme:mmtime:timeEndPeriod Stub; we set our timer resolution at minimum fixme:mmtime:timeBeginPer

Half Life 2 error -- err:mmio:MMIO_ParseExtA

2005-05-29 Thread J. Grant
Hello, I am getting this error when trying to run Half Life2 in err:mmio:MMIO_ParseExtA. Could someone tell me if this is a problem in in WINE, or a problem in my setup? Or not an error at all..? Also if there is already a document on setting up Half Life2 could someone direct me to it please,

Re: Default setting for RelayExclude

2005-05-29 Thread Mike Hearn
On Thu, 26 May 2005 01:15:45 +0100, Mike Hearn wrote: > Mike Hearn <[EMAIL PROTECTED]> > Default setting for RelayExclude Alexandre, any reason this didn't get in? thanks -mike

Re: dlls/oleaut32/olepicture.c won't compile

2005-05-29 Thread Joris Huizer
Marcus Meissner wrote: Hmm, this seems weird, I looked into the config.log after running configure, but the tests for libgif already do fail when using the wrong library version (DGifOpen (); is missing; it reads: configure:15519: checking for -lungif soname configure:15549: gcc -o conftest -g

Re: [ddraw] Mipmap creation with DDSCAPS_COMPLEX, DDSCAPS_MIPMAP, and no mipmap count

2005-05-29 Thread Antoine Chavasse
Mike Hearn <[EMAIL PROTECTED]> wrote: > I can't comment on the DirectX side of things, but this looks like a > textbook case of how to do a patch correct. Thanks :) On 5/29/05, Lionel Ulmer <[EMAIL PROTECTED]> wrote: > > The only (minor) gripe I would have with this patch is the use of the 'lo

Re: Make more of the OLE interface vtables const

2005-05-29 Thread Dimi Paun
On Sun, 2005-05-29 at 20:49 +0200, Andreas Mohr wrote: > So, does anybody know what seems to be wrong with winegcc or why it > chose to do that? winegcc is just a wrapper around gcc, it just passes stuff on to the native compiler. I doubt it's because of that (unless some of the additional options

Re: Make more of the OLE interface vtables const

2005-05-29 Thread Andreas Mohr
Hi, On Sun, May 29, 2005 at 07:05:49PM +0900, Dmitry Timoshkov wrote: > Hello, > > Changelog: > Dmitry Timoshkov <[EMAIL PROTECTED]> > Make more of the OLE interface vtables const. You do know that those will *not* end up const? filemoniker.c:static const IClassFactoryVtbl FileMonikerCFV

Re: tab: Shift selected tab text up instead of down

2005-05-29 Thread Vitaliy Margolen
Sunday, May 29, 2005, 2:17:12, Vitaliy Margolen wrote: > Hi, > Changelog > * Shift selected tab text up instead of down. >- drawRect->>bottom += 3; >+ drawRect->>bottom -= 3; This does not shift tab up. This will shrink tab text area instead of growing it. Also you missed note abo

Re: dlls/oleaut32/olepicture.c won't compile

2005-05-29 Thread Marcus Meissner
> Hmm, this seems weird, I looked into the config.log after running > configure, but the tests for libgif already do fail when using the wrong > library version (DGifOpen (); is missing; it reads: > > configure:15519: checking for -lungif soname > configure:15549: gcc -o conftest -g -O2 confte

Re: [ddraw] Mipmap creation with DDSCAPS_COMPLEX, DDSCAPS_MIPMAP, and no mipmap count

2005-05-29 Thread Lionel Ulmer
As already said by Mike, nice patch (and also nice test script). I think I was the one who added the previous comment (and it's true that I only tested it without the COMPLEX bit set). The only (minor) gripe I would have with this patch is the use of the 'log() / log()' to compute the mipmap count

Re: [ddraw] Mipmap creation with DDSCAPS_COMPLEX, DDSCAPS_MIPMAP, and no mipmap count

2005-05-29 Thread Mike Hearn
On Sat, 28 May 2005 23:36:52 +0200, Antoine Chavasse wrote: > I don't know if I did this right, any comment is welcome. I can't comment on the DirectX side of things, but this looks like a textbook case of how to do a patch correct. Unified diff from the source root, test cases, clear explanation,

Re: [DPlay] Added keys for the various DPlay service providers

2005-05-29 Thread Mike Hearn
On Sat, 28 May 2005 17:04:59 +0200, Lionel Ulmer wrote: > After, if I continue to be motivated to hack on DPlay, I may take a shot at > implementing a built-in version of 'dpwsockx.dll' (I never touched any > Windows networking programming so it could be nice to change a bit). Good luck! Be warned