dhz
January 4th, 2007, 12:59 PM
I see how to handle events in c#. And I see how to raise events in c++ (or wherever) Can someone point me to a reference on how to interoperate between the two? How do I raise an event in c++ and handling in c#?
Thanks,
DHZ
Zaccheus
January 4th, 2007, 02:36 PM
Do you mean native C++ or .net C++/CLI ?
dhz
January 4th, 2007, 03:24 PM
Native C++
Zaccheus
January 5th, 2007, 07:53 AM
Have a look at: To consume a managed type from COM (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconexposingnetframeworkcomponentstocom.asp)