I have C # GUI and dll compiled in MATLAB for C ++. I would like to call from my C # code in a dll function. At first I tried to convert C # code to CLI, but then I saw that it was not recommended. Can I create one solution with two projects - one from the C # GUI and one - wrap a C ++ dll with C ++ code and call it from C #?
Any link would be appreciated.
thank
source
share