Hi
I am trying to implement a COM server in python that supports events.
I went over the available documentation, I looked in the example in win32com/demos/connect.py (which mixes client and server too much) and still I find it hard to understand what I need to do.
I am looking for a complete, straight forward example (templatish if you will) that shows how to implement a full COM server with an event interface and an event.

In particular I don't understand how to define an EventInterface in my server that can be retrived by FindConnectionPoint()
and getting mixed up on what needs to be implemented for supporting the ConnectionPointContainer and ConnectionPoint interfaces.
 
Anyone can point me to something?
Regards
G.
 
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to