I have a C++ project in Ubuntu and i need to call to C# functions. I have found that it can be done with C++/CLI in Windows but haven't found yet anything like this for Linux(GCC support for C++/CLI). I don't have worked before with C#, it's possible to to what i want?
Asked
Active
Viewed 1,129 times
5
-
I think [this](http://stackoverflow.com/questions/19144006/using-c-sharp-dll-in-c-code) answers your question – Azeros Apr 27 '17 at 17:59
-
1@Azeros that is exactly the opposite the user asks. kroketor what you're searching is to embedd Mono on your C project, take a look at this: http://www.mono-project.com/docs/advanced/embedding/ – Gusman Apr 27 '17 at 18:00
-
@Gusman You are right, thanks. This is what i needed. If you do your comment as an answer i will accept it – kroketor May 09 '17 at 17:42