Skip to content
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

irrlicht 1.8 and .NET 7 #5

Open
ghost opened this issue Jan 13, 2023 · 3 comments
Open

irrlicht 1.8 and .NET 7 #5

ghost opened this issue Jan 13, 2023 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 13, 2023

Hi

Would it be possible to port your fantastic library so it supports latest irrlicht 1.8 and also .NET 7?

Thx

@jeremjlr
Copy link

Hi, I've been using this project with .NET 6/7 for some time now, you need to switch IrrlichtLime's Common Language Runtime Support to .NET Core Runtime Support (/clr:netcore). It's in Configuration Properties > Advanced > C++/CLI Properties.
You can then create .NET 7 examples and try it out.

@ghost
Copy link
Author

ghost commented Jan 16, 2023

I don't find Configuration Properties in Visual Studio

@nref
Copy link

nref commented Sep 19, 2023

See also #4

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