mono/CppSharp

is it possible to use c# dll in my c++ application?

Closed this issue · 1 comments

xermao commented

the bind tutorial is only about use c++ library in c# application.
if it can do this,is there a tutorial?

tritao commented

That's not possible directly with CppSharp.

If you want Mono, check out: https://github.com/volcoma/monopp or https://github.com/mono/Embeddinator-4000/

If you want to use .NET Core, check: https://github.com/KevinGliewe/embedded_dotnet_runtime_examples or https://github.com/StudioCherno/Coral