irrlichtlime icon indicating copy to clipboard operation
irrlichtlime copied to clipboard

irrlicht 1.8 and .NET 7

Open ghost opened this issue 2 years ago • 3 comments

Hi

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

Thx

ghost avatar Jan 13 '23 02:01 ghost

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.

jeremjlr avatar Jan 16 '23 09:01 jeremjlr

I don't find Configuration Properties in Visual Studio

ghost avatar Jan 16 '23 22:01 ghost

See also https://github.com/greenya/irrlichtlime/issues/4#

nref avatar Sep 19 '23 20:09 nref