ATL server exe and event interface
ATL / WTL / STL
1
Posts
1
Posters
7
Views
1
Watching
-
Hi all, I will write a ATL server exe programm with outgoing event interface and connection points for some client programs. For this solution I haven't found any good samples, so my first implementation is not working :( My event interface is derived from IUnknown and only a interface. In the client I use the normal Advice methode to make the sink interface working, but I cannot see any events. The second problem, I must fire some events from a worker thread in a third party Dll or using a timer. Here I have a error ! fire event failed (0x8001010e). Is here a simpler solution than using CoMarshalInterThreadInterfaceInStream and a worker thread ? I hope some COM Guru has a answer