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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top