[python-win32] event Makepy question

2008-06-05 Thread Serge Gauthier
acDevice I can call PmacDevice() class and everything works well to communicate with the card. There is events managed in the library and I don't know how to use them? There is nothing in the file concerning this class. Do you have a example or tutorial ? Thank

[python-win32] How to use event class ?

2008-06-09 Thread Serge Gauthier
evice(CoClassBaseClass): # A CoClass # PmacDevice Class CLSID = IID('{B544D2BD-354C-456E-9E88-20F71625E7DF}') coclass_sources = [ _IPmacDeviceEvents, ] default_source = _IPmacDeviceEvents coclass_interfaces = [ IPmacDevice, ] default_interface = IPmacDevice I can call PmacDev