Re: OLE IDispatch exception code 0 from ?:?..

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Sietse Wijnker (sietse.wijnker_at_ATsw-software.nl)
Date: 06/10/04


Date: Thu, 10 Jun 2004 18:03:20 +0200


>I don't know how you found that
Been there, done that.... ;-)

> Are you saying you call the mediate function instead of the normal
function?
yes

> Would I have to change the structure to make my top level object a
mediator
> for all other objects instead of a container? Would this also apply to
> subcontainers?
Yes.

> Would you suggest using the error
> procedure as mentioned previously to avoid this pattern?
Doesn't realy matter

>can you point me in the right direction for some light reading on
mediators.
I've read the book 'Design Patterns' (about 4 times), after the last time
most of the things talked about stuck or made some sense
In my opinion it should be mandatory reading for any programmer. ISBN:
0-201-63361-2
There probably is something to be found about the mediator pattern online,
but i'll leave the googling to you.

>Thanks for staying with it.
You're welcome

Sietse Wijnker
SW-Software.nl



Relevant Pages

  • Re: software architecture/design question
    ... thought this pattern might be suitable. ... Mediator for the processor Collegues. ... the GoF example with GUI controls works nicely if one is providing a generic GUI subsystem to be used across applications. ... Then the subsystem interfaces provide the decoupling and the Facade pattern is more relevant because much of Mediator's work is a fait accompli since of the subsystems' isolation of subject matter, level of abstraction, and allocation of requirements. ...
    (comp.object)
  • Re: software architecture/design question
    ... for quick response clarifying some of the implications ... When deciding on mediator pattern here, ... (and thus possible bad speculations) ... That got me thinking, its reasonably intuitive to visualize a pattern, ...
    (comp.object)
  • Re: OLE IDispatch exception code 0 from ?:?..
    ... Thanks again Sietse. ... Procedure and create a new base class on which to base all my objects. ... I googled mediator but still didn't make things much ... > There probably is something to be found about the mediator pattern online, ...
    (microsoft.public.fox.programmer.exchange)
  • ChangeManager (Mediator)-Pattern Sample
    ... Hi I'm searching a sample how to use a ChangeManager (Based on the Mediator ... Pattern) ... Best regards Horst ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)