Re: Remove %1 from [http|htmlfile]\shell\open\command

2006-02-05 Thread Vitaliy Margolen
Tuesday, January 31, 2006, 8:55:02 PM, Dmitry Timoshkov wrote: > Hello, > > the app I'm working on does: > > RegCreateKeyEx(HKCR, "http\shell\open\command", &hkey); > RegQueryValueEx(hkey, cmd); > ShellExecute(cmd, "http://host/url";); > > Currently it fails under Wine because we have "winebrows

Re: implemented a couple of forwards from shdocvw to shlwapi.

2006-02-05 Thread Jacek Caban
Eric Pouech wrote: ChangeLog: - implemented a couple of forwards by ordinal from shdocvw to shlwapi dlls/shdocvw/misc.c | 70 + dlls/shdocvw/shdocvw.spec |9 +++--- 2 files changed, 75 insertions(+), 4 deletions(-) -

Re: WineD3D texture bug

2006-02-05 Thread Stefan Dösinger
Hi, > To summarize 3dmark2001 possibly uses incorrect d3d8 code but the code works > fine on Windows. I tried to test the behaviour using a test (perhaps not a > good test) and windows appeared to work correctly and the same for wine. > Further oliver had the same problem in maxpayne2 (it uses t

WineD3D texture bug

2006-02-05 Thread Roderick Colenbrander
Hi, The past few days I have experimented with Oliver his d3d8 patches. As mentioned before the patches work fine except Shaders have problems. There's one texture/surface related problem I'm trying to debug but I don't know how to proceed nor how to fix the problem. When you create a texture

Help with window basics needed

2006-02-05 Thread Stefan Dösinger
Hello, I have a small struggle with window properties and activation. The situation is this: Half-life 1 has 2 different windows when in D3D or DDraw mode: A focus window and a window to display the output(device window). I have to make sure that the focus window gets the keyboard focus, while

Re: quicktime 7 + itunes install fail

2006-02-05 Thread Robert Shearman
Dan Kegel wrote: This isn't news to anyone, I'm sure, but today's wine doesn't install quicktime; it hangs while copying files. Log fragment: ... fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders" fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not

Re: Win32HandleToDosFileHandle / DosFileHandleToWin32Handle

2006-02-05 Thread Eric Pouech
Derek Fawcus wrote: On Sat, Jan 28, 2006 at 10:52:26AM +0100, Eric Pouech wrote: I suppose one could do something in the VDM process to mark the file handles as having multiple references, and then do proper open / close handling. But that would require a valid JFT anyway. yes, what's curre

Re: Visual C++ 6

2006-02-05 Thread Cihan Altinay
Hi Jason, Just a small comment here. Jason Kraftcheck wrote: > --- wine-0.9.6/dlls/msvcrt/math.c 2006-01-19 08:14:03.0 -0600 > +++ mod/dlls/msvcrt/math.c2006-02-03 17:52:12.403905962 -0600 > @@ -1190,3 +1200,70 @@ > { >TRACE("(): stub\n"); > } > + > +/**

Re: game "Knights and Merchants" deadlocks

2006-02-05 Thread Joris Huizer
Jesse Allen wrote: On 2/4/06, Joris Huizer <[EMAIL PROTECTED]> wrote: If you could tell us your sound module name and which wine sound driver you use that could be helpful. There are a variety of sound problems out there. Jesse I'm running alsa with oss emulation - I think wine is using th

Re: usp10: Tests for usp10

2006-02-05 Thread Stefan Leichter
Am Sonntag, 5. Februar 2006 05:14 schrieb Jeff L: > This patch adds tests for usp10.dll. Note I have not added a directory > to wine before and found I had to edit configure and configure.ac as I > have attached. Hope that is right. > > testc.diff and tests.diff need to be added to dlls/usp10/tes