Sorry if this has been discussed, but I did not get any link.
I have the following scenario: one C# dll and one exe file. I want to call from the dll one function in the exe file.
Case 1) the exe file is a C++ CLI program.
Case 2) the exe file is a normal C/C++ exe (non-managed exe)
Which of these calls is possible A small sample or a link to a sample would be great.
Thank you.