Michael A. Jones [mailto:[EMAIL PROTECTED]] writes:
>
> I wanted to know if one can pass an COM pointer into a
> HaskellDirect COM server and in that server call the
> object via a HaskellDirect wrapper?
Yes, that's all in there. To see it (almost) in action, have
a look at the IE event listener example in the 0.16 distribution
(examples/ie-listen/ ); the Download Begin/End events are
passed an interface pointer to the web browser, which is
then used to call back to IE to query for the location URL.
hth,
--sigbjorn