API and .NET

  • Thread starter Thread starter masud hosseinian
  • Start date Start date
M

masud hosseinian

Is there anyway to call into any C# libraries from
unmnaged C++ code ?
 
You can register the C# libraries for COM interop or use Managed C++.
-mike
MVP
 
masud said:
Is there anyway to call into any C# libraries from
unmnaged C++ code ?

Yes, see "Hosting the Common Language Runtime".
As soon as I understand you can Invoke() C# functions from your C++ code
 

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