gerard patel <g.patel@wanadoo.fr.invalid> wrote: : On Thu, 21 Jun 2001 20:53:30 +0200, Flo <sherpac@gmx.de> wrote: :> :>DdeInitialize(InstId, (PFNCALLBACK)(FARPROC) :>CallBackProc, APPCMD_CLIENTONLY, 0) == DMLERR_NO_ERROR, file :>..\dde\MyDDE.cpp, :>line 238 :> :>happens after the following cmd line (wine) message: :> :>fixme:ddeml:DdeConnect (0x1,49180,49181,(nil)): stub :> :> :>The application may try to run MSIE at this point. Is there any workaround :>(e.g. by giving alternative DLLs) for this kond of error? :> : This is probably beyond Wine capabilities at the moment : (Wine lacks basic features to do ole automation) Gerald, does native Ole help? If not, what is missing in wine for native Ole? Bye -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
On Thu, 21 Jun 2001 20:53:30 +0200, Flo <sherpac@gmx.de> wrote:> >DdeInitialize(InstId, (PFNCALLBACK)(FARPROC) >CallBackProc, APPCMD_CLIENTONLY, 0) == DMLERR_NO_ERROR, file >..\dde\MyDDE.cpp, >line 238 > >happens after the following cmd line (wine) message: > >fixme:ddeml:DdeConnect (0x1,49180,49181,(nil)): stub > > >The application may try to run MSIE at this point. Is there any workaround >(e.g. by giving alternative DLLs) for this kond of error? >This is probably beyond Wine capabilities at the moment (Wine lacks basic features to do ole automation) Gerard
On 22 Jun 2001 08:05:30 GMT, Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> wrote: <snip>>does native Ole help? If not, what is missing in wine for native Ole?IMO it's difficult to embed windows from another application if the windows of the embedded application can have the same handles as the caller application. This is the main problem at the moment. Gerard