How can i use classes defined in c++ dll?

  • Thread starter Thread starter violin wang
  • Start date Start date
V

violin wang

I found that there is no header file in c# .To invoke
a function export form a dll written in c, we can use
DllImport attribute.But if I want to use classes that are
defined in c++ dll,what shall i do?

thanks
violin
 
Back
Top