Raising events!

  • Thread starter Thread starter David Smith
  • Start date Start date
D

David Smith

how to raise an event from an unmanaged class to a managed class.
Both classes are in C++ and there should not be any static methods involved
in this implementation.
ie. the event source is an unmanaged class and event receiver should be a
managed class.
Also the event receiver method should not be static.
Thank you very much for your understanding.
 
I'm sure you'll find someone to help you out when posting to -
microsoft.public.dotnet.languages.vc

Willy.
 
Back
Top