Re: hhctrl: Add the CHM implemenation

2005-07-25 Thread Dmitry Timoshkov
James Hawkins [EMAIL PROTECTED] wrote: --- /dev/null 2005-07-23 07:02:07.637731864 -0500 +++ dlls/hhctrl.ocx/itss.h 2005-07-25 01:09:16.0 -0500 @@ -0,0 +1,302 @@ +/*** Autogenerated by WIDL 0.1 from itss.idl - Do not edit ***/ Probably we need to move itss.idl to include/ so that a

Re: hhctrl: Add the CHM implemenation

2005-07-25 Thread James Hawkins
On 7/25/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Probably we need to move itss.idl to include/ so that a generated itss.h could be accessed globally. When I send in a patch to move itss.idl to include/ (or whoever does it), do I need to also include the removal of itss.idl from the

Re: hhctrl: Add the CHM implemenation

2005-07-25 Thread James Hawkins
On 7/25/05, James Hawkins [EMAIL PROTECTED] wrote: When I send in a patch to move itss.idl to include/ (or whoever does it), do I need to also include the removal of itss.idl from the itss directory as in: diff -u -p dlls/itss/itss.idl /dev/null or should I just say itss.idl needs to be

Re: comctl32: theming framework

2005-07-25 Thread Alexandre Julliard
Frank Richter [EMAIL PROTECTED] writes: On 16.07.2005 01:13, Frank Richter wrote: Frank Richter [EMAIL PROTECTED] Added some generic code to allow subclassing(for the purpose of theming) of standard controls. What are the issues with this one? I don't think you should store information

Re: hhctrl: Add the remaining commands to HtmlHelp

2005-07-25 Thread Alexandre Julliard
James Hawkins [EMAIL PROTECTED] writes: Hey, Changelog * Add the remaining commands to HtmlHelp. That switch is not supposed to list all the commands, it's here to only display the message box on calls caused by direct user action, to avoid spamming the user with message boxes. --

Re: hhctrl: Add the WebBrowser implementation [take 5]

2005-07-25 Thread Alexandre Julliard
James Hawkins [EMAIL PROTECTED] writes: +typedef struct IOleInPlaceFrameImpl +{ +IOleInPlaceFrameframe; +HWNDwindow; +} IOleInPlaceFrameImpl; + +typedef struct IOleInPlaceSiteImpl +{ +IOleInPlaceSite inplace; +IOleInPlaceFrameImpl

Re: rpc problems with kohan2 installer.

2005-07-25 Thread Oliver Stieber
--- Robert Shearman [EMAIL PROTECTED] wrote: Oliver Stieber wrote: Hi, I picked up a copy of Kohan 2, but I can't get it to install it looks like an RPC error. trace:rpc:I_RpcSend (0x7bc84e18) trace:rpc:RPCRT4_OpenBinding (Binding == ^0x7bc84e50) trace:rpc:RPCRT4_Receive buffer

Re: [wintrust] Return TRUST_E_PROVIDER_UNKNOWN for WinVerifyTrust

2005-07-25 Thread Rein Klazes
On Thu, 14 Jul 2005 13:37:53 +0200 (CEST), you wrote: Hi, currently we return ERROR_SUCCESS for WinVerifyTrust. Process Explorer expects some data because of this. As no trust provider is implemented yet, return TRUST_E_PROVIDER_UNKNOWN instead. Paul, Girotel was perfectly happy with

Re: WLDAP32: improve error handling for the bind functions

2005-07-25 Thread Dimi Paun
From: Hans Leidekker [EMAIL PROTECTED] -credW = strAtoW( cred ); -if (!credW) return LDAP_NO_MEMORY; +if (dn) { +dnW = strAtoW( dn ); +if (!dnW) return LDAP_NO_MEMORY; +} +if (cred) { +credW = strAtoW( cred ); +if (!credW) return

Re: Exception Handling with a bad ESP

2005-07-25 Thread Glenn Wurster
On Sat, Jul 23, 2005 at 10:22:09AM +0200, Alexandre Julliard wrote: Glenn Wurster [EMAIL PROTECTED] writes: GDI is a very good example of the problem of throwing an exception where the application never intended one to be thrown. If ESP is bad we clobber something. GDI, however, is not

wine installation for Debian

2005-07-25 Thread Khe Siang Tan
Hi just wondering if someone could help mei am running Debian operating systemand i am trying to install/run WINE.i have typed the command $apt-get install wine in root user. KHE:/home/zhe# apt-get install wine Reading Package Lists... Done Building Dependency Tree... Done wine is

Re: ALSA: Call snd_pcm_drain instead of a buggy homegrown version

2005-07-25 Thread Vitaliy Margolen
Isn't WODM_RESET should stop playback/recording immediately? In which case shouldn't we use snd_pcm_drop instead? I'm guessing here. I have that loop disabled here for some time now. And I can't hear any artifacts. PS: If we drop that loop we should remove all associated stuff as well. Vitaliy

Re: ALSA: Call snd_pcm_drain instead of a buggy homegrown version

2005-07-25 Thread Robert Shearman
Vitaliy Margolen wrote: Isn't WODM_RESET should stop playback/recording immediately? In which case shouldn't we use snd_pcm_drop instead? From MSDN: The *waveOutReset* function stops playback on the given waveform-audio output device and resets the current position to zero. All pending

Re: wine installation for Debian

2005-07-25 Thread Christian Britz
Hi K-Si, Khe Siang Tan schrieb: KHE:/home/zhe# apt-get install wine Reading Package Lists... Done Building Dependency Tree... Done wine is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. You could try apt-get install --reinstall wine it seems

Bug in native user32

2005-07-25 Thread Jacek Caban
Hello. Fixing MSHTML tests I found a bug in Windows. In tests I passed const WNDCLASSEX, to RegisterClassEx what should work as its declaration is: ATOM WINAPI RegisterClassExW(const WNDCLASSEXW *); Changing passed WNDCLASS to nonconst makes it works. I wrote small tests (attached) showing

Re[2]: ALSA: Call snd_pcm_drain instead of a buggy homegrown version

2005-07-25 Thread Vitaliy Margolen
Monday, July 25, 2005, 10:08:40 AM, Robert Shearman wrote: Vitaliy Margolen wrote: Isn't WODM_RESET should stop playback/recording immediately? In which case shouldn't we use snd_pcm_drop instead? From MSDN: The *waveOutReset* function stops playback on the given waveform-audio output

[wined3d] regression

2005-07-25 Thread Oliver Stieber
Following this patch http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d SegV's every time the dll is loaded. ___ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo!

Re: crypt32: Re: exception handling, part 2

2005-07-25 Thread Saulius Krasuckas
Thank you for taking your time to explain all that changes, Juan. * On Fri, 22 Jul 2005, Juan Lang wrote: That's interesting too. 0x00ff bytes are supposed to follow, but an access violation is caught. So the WinME version catches some exceptions, but not all? I wouldn't be

Re: [wined3d] regression

2005-07-25 Thread Robert Shearman
Oliver Stieber wrote: Following this patch http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d SegV's every time the dll is loaded. One bug is that GetModuleFileName is called with a buffer size of MAX_PATH, yet buffer is only 64 chars big. -- Rob Shearman

Re: [wintrust] Return TRUST_E_PROVIDER_UNKNOWN for WinVerifyTrust

2005-07-25 Thread Paul Vriens
On Mon, 2005-07-25 at 16:23, Rein Klazes wrote: On Thu, 14 Jul 2005 13:37:53 +0200 (CEST), you wrote: Hi, currently we return ERROR_SUCCESS for WinVerifyTrust. Process Explorer expects some data because of this. As no trust provider is implemented yet, return

Re: [wined3d] regression

2005-07-25 Thread Oliver Stieber
--- Robert Shearman [EMAIL PROTECTED] wrote: Oliver Stieber wrote: Following this patch http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d SegV's every time the dll is loaded. One bug is that GetModuleFileName is called with a buffer size of MAX_PATH, yet

Re: Exception Handling with a bad ESP

2005-07-25 Thread Jakob Eriksson
Glenn Wurster wrote: of new engine. If someone is indeed working on a new GDI engine, than I'd be interested in finding out more and perhaps helping out, although I don't have a lot of time on my hands. Maybe the ReactOS GDI engine could be used for starters. Currently in ReactOS the

Re: [wintrust] Return TRUST_E_PROVIDER_UNKNOWN for WinVerifyTrust

2005-07-25 Thread Paul Vriens
On Mon, 2005-07-25 at 16:23, Rein Klazes wrote: On Thu, 14 Jul 2005 13:37:53 +0200 (CEST), you wrote: Hi, currently we return ERROR_SUCCESS for WinVerifyTrust. Process Explorer expects some data because of this. As no trust provider is implemented yet, return

Re: change in dlls/version/info.c breaks IBM Translation Manager

2005-07-25 Thread Paul Vriens
On Sun, 2005-07-24 at 20:59, Phil Krylov wrote: Hi Paul, On Sun, 24 Jul 2005 19:17:42 +0200 Paul Vriens [EMAIL PROTECTED] wrote: Will come up with a fix soon. Thanks a lot! -- Ph. Hi Phil, could you try the attached. I only convert the win32 to win16 if we are not getting a

How to test a win16 application in our test-suite

2005-07-25 Thread Paul Vriens
Hi, I'm busy fixing up version.dll, and I want to create some tests to read resources from win16 applications. I currently have a fixed .exe in my tests directory, but I'd like to create a 16bit .exe (or .dll) during the creation of the tests. Any idea's ? Paul Vriens.

Re: change in dlls/version/info.c breaks IBM Translation Manager

2005-07-25 Thread Phil Krylov
Hi, On Mon, 25 Jul 2005 21:37:09 +0200 Paul Vriens [EMAIL PROTECTED] wrote: could you try the attached. I only convert the win32 to win16 if we are not getting a request for '\' or '\VarFileInfo\Translation'. Both requests do not need a conversion anyway. This is just a quick hack for

Re: [wined3d] per app settings regression

2005-07-25 Thread Raphael
On Monday 25 July 2005 20:41, Oliver Stieber wrote: Hi, This patch corrects a regression issue in http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html Hi You just sent the sme patch :) Maybe you forgot to attach the good one Regards, Raphael pgpoLdxQ7gihb.pgp Description: PGP

Re: [wined3d] resource object tracking.

2005-07-25 Thread Raphael
On Monday 25 July 2005 20:31, Oliver Stieber wrote: Hi, This patch implements resource tracking, require for reset and evict managed resources and provides extra sanity checks. I've had to test with an older version of wine-cvs since head doesn't seem to compile cleanly or run at the moment,

Re: [wined3d] regression

2005-07-25 Thread Raphael
On Monday 25 July 2005 19:47, Robert Shearman wrote: Oliver Stieber wrote: Following this patch http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d SegV's every time the dll is loaded. One bug is that GetModuleFileName is called with a buffer size of MAX_PATH, yet

Re: Bug in native user32

2005-07-25 Thread Filip Navara
Jacek Caban wrote: Hello. Fixing MSHTML tests I found a bug in Windows. In tests I passed const WNDCLASSEX, to RegisterClassEx what should work as its declaration is: ATOM WINAPI RegisterClassExW(const WNDCLASSEXW *); Changing passed WNDCLASS to nonconst makes it works. I wrote small tests

Installer hangs with no output :S

2005-07-25 Thread Hiji
I'm trying out this month's release. I'm trying to install AbsoluteFTP which previous installed fine, but now I try to install, the install shield begins, but just sits there. There's not even any output... How can I get something together to report to you guys? Hijinio

Re: How to test a win16 application in our test-suite

2005-07-25 Thread Uwe Bonnes
Paul == Paul Vriens [EMAIL PROTECTED] writes: Paul Hi, I'm busy fixing up version.dll, and I want to create some Paul tests to read resources from win16 applications. I currently have Paul a fixed .exe in my tests directory, but I'd like to create a 16bit Paul .exe (or .dll)

Re: [OLE #98] Re: By-pass RPC Runtime If Possible When Calling An STA

2005-07-25 Thread Saulius Krasuckas
* On Mon, 25 Jul 2005, Robert Shearman wrote: * Saulius Krasuckas wrote: * The log message from [1] says: By-pass the RPC runtime if possible when calling an STA by posting a message directly to the apartment window for it to process. Fixes a deadlock in InstallShield caused by

Re: Bug in native user32

2005-07-25 Thread Jacek Caban
Filip Navara wrote: Maybe it's just me, but I thought this is well-known feature of the API. It's implemented in ReactOS for quite some time. *g* - Filip It wasn't well-known for me. So if it's not yet implemented in Wine, probably it shouldn't be. Thanks, Jacek

bugs #3148 - Still in wine-20050725

2005-07-25 Thread Hiji
Can anyone help out with this bug? It's still in existence in the July Wine release. Basically, I select 3 files, and I click on the highlighted files to try to drag all 3. However, as soon as I click on them, they deselect, and one file is now selected. If I attempt to click+drag the one

Re: objsel: Add stubs for objsel.dll and objsel.h

2005-07-25 Thread Thomas Weidenmueller
Thomas Weidenmueller wrote: The attached archive contains a stubbed objsel.dll and it's public header file objsel.h Any comments why it got rejected? Best Regards, Thomas

Re: How to test a win16 application in our test-suite

2005-07-25 Thread Steven Edwards
--- Paul Vriens [EMAIL PROTECTED] wrote: I'm busy fixing up version.dll, and I want to create some tests to read resources from win16 applications. I currently have a fixed .exe in my tests directory, but I'd like to create a 16bit .exe (or .dll) during the creation of the tests. OpenWatcom

Re: Automatic ANSIUnicode message translation

2005-07-25 Thread Troy Rollo
On Tue, 26 Jul 2005 09:29, Phil Krylov wrote: I could remove map_wparam_AtoW() and map_wparam_WtoA() from dlls/user/message.c, but probably somebody needs that translation. Does anybody have an idea of a better fix for that bug? If you call SendMessageW under native Windows the translation