S
stein
I need to create a COM object (in C#) that both has methods a client
can call and events that a client can receieve. The client will be
written i C++. I have already made it possible to call methods
(setting ComVisible, using GAC og regasm), but I have no solution for
the events.
What is the best way of doing this? I have been looking at IDispatch
and IConnectionPoint, but I can not find any runnable examples that
shows me a proof-of-concept that I can continue to build on.
any help appriciated
S
can call and events that a client can receieve. The client will be
written i C++. I have already made it possible to call methods
(setting ComVisible, using GAC og regasm), but I have no solution for
the events.
What is the best way of doing this? I have been looking at IDispatch
and IConnectionPoint, but I can not find any runnable examples that
shows me a proof-of-concept that I can continue to build on.
any help appriciated
S