RE: Stub DDE interface for Progman.exe

2009-02-07 Thread Jeremiah Flerchinger
> Shell32 implements a DDE server that supports the progman interface > among other things. Explorer or any properly operating shell desktop > replacement will call the according shell32 export that initializes > that server. If the progman DDE interface is not available under > Windows you are not

Re: Stub DDE interface for Progman.exe

2009-02-07 Thread Jeremiah Flerchinger
On Fri, 2009-02-06 at 10:41 +, Rob Shearman wrote: > 2009/2/5 Jeremiah Flerchinger : > > On Thu, 2009-02-05 at 18:12 +, Rob Shearman wrote: > > Is explorer always running in Wine? I know "wine explorer" does not run > > ShellDDEInit when it starts. I thought most people were against > > add

RE: Stub DDE interface for Progman.exe

2009-02-07 Thread Rolf Kalbermatter
Jeremiah Flerchinger [mailto:jeremiah.flerchin...@gmail.com] wrote: > ShellDDEInit didn't exist before Win 2000 and was in > Shdocw.dll and not shell32.dll. Actually it is supported back to at least Win98 in shdocw and most probably even Win95 since that did support the progman interface too.

RE: Stub DDE interface for Progman.exe

2009-02-07 Thread Rolf Kalbermatter
Rolf Kalbermatter > -Original Message- > From: Jeremiah Flerchinger [mailto:jeremiah.flerchin...@gmail.com] > Sent: Thursday, February 05, 2009 7:33 PM > To: Rolf Kalbermatter > Cc: wine-devel@winehq.org > Subject: RE: Stub DDE interface for Progman.exe > >

Re: Stub DDE interface for Progman.exe

2009-02-06 Thread Rob Shearman
2009/2/5 Jeremiah Flerchinger : > On Thu, 2009-02-05 at 18:58 +0100, Rolf Kalbermatter wrote: >> "Jeremiah Flerchinger" wrote: >> >> > The shell32.dll DDE callback isn't always initialized & handling >> > Progman calls for all apps. I've seen Progman calls pass >> > through the DDE_client and DDE_

Re: Stub DDE interface for Progman.exe

2009-02-06 Thread Rob Shearman
2009/2/5 Jeremiah Flerchinger : > On Thu, 2009-02-05 at 18:12 +, Rob Shearman wrote: >> 2009/2/3 Dmitry Timoshkov : >> > "Jeremiah Flerchinger" wrote: >> > >> >> Stubs basic DDE interface of Progman.exe. Similar to Progman stub in >> >> shell32.dll. Both will need to be extended and a 3rd prog

Re: Stub DDE interface for Progman.exe

2009-02-06 Thread Jeremiah Flerchinger
On Thu, 2009-02-05 at 18:12 +, Rob Shearman wrote: > 2009/2/3 Dmitry Timoshkov : > > "Jeremiah Flerchinger" wrote: > > > >> Stubs basic DDE interface of Progman.exe. Similar to Progman stub in > >> shell32.dll. Both will need to be extended and a 3rd progman interface > >> will need to be adde

RE: Stub DDE interface for Progman.exe

2009-02-06 Thread Jeremiah Flerchinger
On Thu, 2009-02-05 at 18:58 +0100, Rolf Kalbermatter wrote: > "Jeremiah Flerchinger" wrote: > > > The shell32.dll DDE callback isn't always initialized & handling > > Progman calls for all apps. I've seen Progman calls pass > > through the DDE_client and DDE_server of user32.dll instead > > and

Re: Stub DDE interface for Progman.exe

2009-02-05 Thread Rob Shearman
2009/2/3 Dmitry Timoshkov : > "Jeremiah Flerchinger" wrote: > >> Stubs basic DDE interface of Progman.exe. Similar to Progman stub in >> shell32.dll. Both will need to be extended and a 3rd progman interface >> will need to be added in user32. > > Progman DDE interface should be implemented by she

RE: Stub DDE interface for Progman.exe

2009-02-05 Thread Rolf Kalbermatter
"Jeremiah Flerchinger" wrote: > The shell32.dll DDE callback isn't always initialized & handling > Progman calls for all apps. I've seen Progman calls pass > through the DDE_client and DDE_server of user32.dll instead > and never go through shell32.dll. That would IMHO only be possible if the

Re: Stub DDE interface for Progman.exe

2009-02-05 Thread Jeremiah Flerchinger
On Tue, 2009-02-03 at 22:55 +0800, Dmitry Timoshkov wrote: > "Jeremiah Flerchinger" wrote: > > > Stubs basic DDE interface of Progman.exe. Similar to Progman stub in > > shell32.dll. Both will need to be extended and a 3rd progman interface > > will need to be added in user32. > > Progman DDE in

Re: Stub DDE interface for Progman.exe

2009-02-04 Thread Dmitry Timoshkov
"Jeremiah Flerchinger" wrote: >> > Stubs basic DDE interface of Progman.exe. Similar to Progman stub in >> > shell32.dll. Both will need to be extended and a 3rd progman interface >> > will need to be added in user32. >> >> Progman DDE interface should be implemented by shell32.dll, nowhere else

Re: Stub DDE interface for Progman.exe

2009-02-03 Thread Dmitry Timoshkov
"Jeremiah Flerchinger" wrote: > Stubs basic DDE interface of Progman.exe. Similar to Progman stub in > shell32.dll. Both will need to be extended and a 3rd progman interface > will need to be added in user32. Progman DDE interface should be implemented by shell32.dll, nowhere else. -- Dmitry.

Re: Stub DDE interface for Progman.exe

2009-02-03 Thread Austin English
On Mon, Feb 2, 2009 at 11:24 PM, Jeremiah Flerchinger wrote: > Stubs basic DDE interface of Progman.exe. Similar to Progman stub in > shell32.dll. Both will need to be extended and a 3rd progman interface > will need to be added in user32. > --- > programs/progman/main.c | 148 > +++