SFML community forums
Bindings - other languages => DotNet => Topic started by: kazyamof on October 03, 2016, 04:07:32 pm
-
I've tried to create a new project using .net 4.6.1, but I figured out that the max .net version suported by sml.net is .net 4.
Then I downloaded the sourcecode of sfml.net, I made a update on the project to run with the newest version of .net 4.6.1.
Then I reimported the .dlls references (sfmlnet-graphcis-2, sfmlnet-system-2, sfmlnet-audio-2, sfmlnet-window-2) on my original game, I set the version to .net 4.6.1 and is running nice! Now I can use some new features from .net, like myObject?.Update();
But I want to know about the "SFML.Net-2.2\extlibs" that should be imported on the project and need to be present on the .exe path, specially the csfml- ones.
They need to be updated too?
-
These dependencies are C, not .Net, so an update is not relevant for them.
-
Thanks for the answer.
And what about the sfml.net 2.4? Any news?
-
CSFML was updated this week-end. SFML.Net should follow soon.
-
For those who be interested:
https://github.com/daybson/Update-SFML.Net-2.2-for-.NET/wiki (https://github.com/daybson/Update-SFML.Net-2.2-for-.NET/wiki)
-
I have a SFML.NET 2.4 branch, (https://github.com/dabbertorres/SFML.Net/tree/2.4) that I'm going to submit a PR for soon. I did make some style/architecture (minor) changes on my branch there as well, so I've been meaning to make a forum post to discuss (http://en.sfml-dev.org/forums/index.php?topic=20937.0) those before submitting the PR.