Hi, at the moment I am looking at making the transition from C++ to C# for my particle simulation programs as I will be able to use the .NET Framework using Windows Forms Applications and such. So currently I am just trying to get SFML working in VS 2013 in C#.
I have created an empty project (SFMLTest) just to see how I can use SFML in VC# and I am following the advice given in this thread:
http://en.sfml-dev.org/forums/index.php?topic=7674.0Thus far I have added the relevant resources; sfmlnet-audio.dll, sfmlnet-graphics.dll and sfmlnet-window.dll from SFML’s lib folder. However when I try to use "Add Existing Item" from project directory in Solution Explorer and add the CSFML dlls, the extlibs folder has no matching items so I can't progress from there.
Any help is very much appreciated, thanks.
P.S: I assume the procedure for allowing your C# project to utilise SFML is the same when you create a Windows Forms Application or a WPF project?