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..
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.aspx
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