M masud hosseinian Nov 7, 2003 #1 Is there anyway to call into any C# libraries from unmnaged C++ code ?
M Michael Giagnocavo [MVP] Nov 7, 2003 #2 You can register the C# libraries for COM interop or use Managed C++. -mike MVP
S Some Guy Nov 9, 2003 #3 masud said: Is there anyway to call into any C# libraries from unmnaged C++ code ? Click to expand... Yes, see "Hosting the Common Language Runtime". As soon as I understand you can Invoke() C# functions from your C++ code
masud said: Is there anyway to call into any C# libraries from unmnaged C++ code ? Click to expand... Yes, see "Hosting the Common Language Runtime". As soon as I understand you can Invoke() C# functions from your C++ code