calling

  • Thread starter Thread starter vipin
  • Start date Start date
vipin,

Yes, it is. In C++, you can use Managed Extensions for C++ and make
calls to any managed assemblies. If you don't want to use managed code in
C++, then you can export your .NET classes as COM classes, and then access
the classes that way.

Hope this helps.
 

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

Similar Threads


Back
Top