Re: rundll32.exe - interface: SHHelpShortcuts_RunDLL

2005-05-22 Thread Dmitry Timoshkov
"Detlef Riekenberg" <[EMAIL PROTECTED]> wrote: > While implementing this Functions, I have some Question for the > Interface of: > > shell32.dll SHHelpShortcuts_RunDLL* > > 1. HWND hwnd > 2. DWORD dwArg2 > 3. LTCSTR szCommand / LPCWSTR wszCommand > 4. DWORD dwArg4 > > > Question for 2: > What

rundll32.exe - interface: SHHelpShortcuts_RunDLL

2005-05-22 Thread Detlef Riekenberg
Hi. While implementing this Functions, I have some Question for the Interface of: shell32.dll SHHelpShortcuts_RunDLL* 1. HWND hwnd 2. DWORD dwArg2 3. LTCSTR szCommand / LPCWSTR wszCommand 4. DWORD dwArg4 Question for 2: What is this Parameter for? (Seems to always be 0x77d8000. => last ptr for

Re: winedump: Print file offset instead of obscure 'prefix' while dumping data

2005-05-22 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: > > Changelog: > > Dmitry Timoshkov <[EMAIL PROTECTED]> > > Print file offset instead of obscure 'prefix' while dumping data. > prefix is used to properly indent the output of the dump, so you do want to > keep > the prefix (this doesn't prevent y

Re: urlmon: Prevent possible use of freed memory

2005-05-22 Thread Troy Rollo
On Sun, 22 May 2005 20:24, Jacek Caban wrote: > The right solution is separating IBinding and IMoniker interfaces. They > shouldn't be implemented in the same object. I'll send the patch. There is potential for the problem to re-occur when asynchronous binding is implemented. A comment warning o

Re: [RESENT] MSVCRT: Use DuplicateHandle for CONOUT too

2005-05-22 Thread Uwe Bonnes
> "Eric" == Eric Pouech <[EMAIL PROTECTED]> writes: Eric> Uwe Bonnes a écrit : >> Changelog: dlls/msvcrt/console.c: msvcrt_init_console Use >> DuplicateHandle for STDOUT too ( CreateFileA("CONOUT$" failed) Bump >> up error reporting of missing console handles Eric> that's

Re: urlmon/umon.c: Fix corruption

2005-05-22 Thread Jacek Caban
Uwe Bonnes wrote: >Changelog: > dlls/urlmon/umon.c: URLMonikerImpl_Release() > Release structure elements before Freeing structure > > My patch I sent today fixes this too. > Changelog: > wine/dlls/urlmon/umon.c:URLMonikerImpl_BindToStorage() > Don't use a HeapAllocated

Re: [RESENT] MSVCRT: Use DuplicateHandle for CONOUT too

2005-05-22 Thread Eric Pouech
Uwe Bonnes a écrit : Changelog: dlls/msvcrt/console.c: msvcrt_init_console Use DuplicateHandle for STDOUT too ( CreateFileA("CONOUT$" failed) Bump up error reporting of missing console handles that's that's not a correct fix... this handles must be to the console itself,

Re: [OLE #90] Marshal Objects & Monikers into the ROT

2005-05-22 Thread Robert Shearman
Alexandre Julliard wrote: Robert Shearman <[EMAIL PROTECTED]> writes: Changelog: - Marshal objects & monikers into the ROT. - Test for this behaviour. This fails make test here: ../../../tools/runtest -q -P wine -M ole32.dll -T ../../.. -p ole32_test.exe.so moniker.c && touch monik

Re: WineHQ css; binfmt && Mono && wine

2005-05-22 Thread Jakob Eriksson
Dimi Paun wrote: This is just wasted effort. They will probably get "close", but will never be "good enough". They just fail to understand that. Nevertheless, a lot of effort will be wasted, and we as a community will be years behind providing a good solution. Sigh. Not to mention that we (th

Re: urlmon: Prevent possible use of freed memory

2005-05-22 Thread Jacek Caban
Troy Rollo wrote: >This fixes Bugzilla bug 2969 > >ChangeLog: > Prevent a URLMonikerImpl from being freed before its work in > BindToStorage is done. > > > > >Index:

Re: qcap/avicap and driver models

2005-05-22 Thread Eric Pouech
Maarten Lankhorst a écrit : Hi Alexandre, I implemented a driver model in qcap now, but avicap32 still uses my old #ifdef LINUX_VIDEODEV_H, since some people might be interested in writing capcreatecapturewindow, I think we should move out the drivers from qcap to our own vfwwine dll/driver,

Re: console behaviour of tty vs. x11 driver

2005-05-22 Thread Eric Pouech
Kuba Ober a écrit : Hi, I'm running vc.net as a cross-compiler under wine. Everything looks very nice when you run it with X server running. Yet, when there's no X present, winetty driver kicks in and corrupts the console output. Is there a simple remedy? Here are the problems that I observe: