Events
Is there any expert out there who can clarify few things about ATL COM Events.
1. Is it possible to create an event on COM+1.0 object . I know it can be done with simple objects by clicking connection points?
2. Say in a simple objects ISim , i have an event ISimEvents with method event1(short i) and the event is triggered by a method of ISim TriggerEvt().
Is it possible to make ISim a parent class and have a triggerEvt in the derived class and call the event1(short i)??
3. If second is possible , it is possible to make ISim a parents class of Com+1.0 class and have a derived class own methods to call event1(short1)?
I have tried several things but none of these are working. Wanted to know if it's possible or i wouldn't be wasting my time?
Thanks

