Hello.
I'm using SFML.NET 2.4 in Visual Studio 2017. (I had problem with linking in 2.5, so I decided to use older version)
I have a problem with deplyoing my app. I want to send it to friend of mine so she could try to play it.
The problem occurs when I try to start the compiled app, when I do it in /Release/ folder everything works correctly, but when I copy that folder to any other directory it just doesn't start. Without any error.
I've read on main SFML main page that I need to link static libraries, but I don't have any in downloaded .zip file. I tried to use ILMerge to get everything in one file, but this doesn't work at all.
Can someone tell me what to do step by step to get this working?
Thanks