"Carsten Haerle" <
[hidden email]> wrote in message
news:40e54bc4$0$181$
[hidden email]...
> Is it possible with Dolphin to write an INPROC-server COM-dll which can
> also
> open dialogs? How does it work with the message queue which belongs to the
> calling main process using the COM-dll?
A Dolphin in-proc. COM server can do anything you want, for example it is
possible to run the entire development system as an in-proc server, with
this being a useful way to debug the component.
The Dolphin component is actually running on a separate thread, but the
caller will be blocked until its call returns as part of the standard COM
apartment threading model.
BTW: Did you get up and running under the AppVerifier?
Regards
Blair