inherit from a c++ class?

  • Thread starter Thread starter Heather Matthews
  • Start date Start date
Heather,

No, you can not. What you can do is expose the class as a COM object,
and then extend that (in managed code), or you can create a managed wrapper
for your C++ class in C++, and then extend that.

Hope this helps.
 
Back
Top