C++ Executable Calling a C# Dll
I am developing a command line application in native C++. This application will eventually need to use a dll that a co-worker is developing in C#.
I don't know much about C#, but I am reading everything that I can find and learning as much as I can. Lately I have been trying to dig up information on how to call C# dll's from non-managed, non .NET languages.
From what I have been reading, it seems like this is not possible without writing an intermediate C++ managed layer.
Does anyone have any experience in doing this?
Thanks for any information.
John 3:16
For God so loved the world ...