COM Interop Sample : Using C# DLL from C++ application
I have found many people who are beginning to learn COM Interop, looking for a sample application that explains how to use C# DLL from C++ application.
Here is one sample that I developed (SLN file is in VS2008 format!)
Stay tuned..
Comments
Anonymous
April 28, 2008
Other Sample at MSDN can be found at, Part 1:http://msdn2.microsoft.com/en-us/library/ekdxstex.aspx Part 2:http://msdn2.microsoft.com/en-us/library/t9yw5271.aspxAnonymous
December 07, 2008
Mr. Mehta, Could you publish an example that shows a C++ DLL importing functions from a C# DLL? Your example on this page is a C++ program that imports functions from a C# DLL, but what I need to do is import into a C++ DLL functions from a C# DLL. Thanks Neil