Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xermao opened this issue Sep 10, 2024 · 1 comment
Closed

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

xermao opened this issue Sep 10, 2024 · 1 comment

Comments

@xermao
Copy link

xermao commented Sep 10, 2024

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

@tritao
Copy link
Collaborator

tritao commented Sep 10, 2024

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

@tritao tritao closed this as completed Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants