I just can't get it to work.
I created the app.exe.config, but it seems to ignore it. I had the configuration tag with the dllmap tags in it, but I got a "System.DllNotFoundException: csfml-graphics-2" error. (also tried leaving the 'configuration' away and only have the dllmap tags)
You just compile like this, right?
mcs -r:sfmlnet-window-2,sfmlnet-graphics-2,tguinet LoginScreen.cs
It seems to completely ignore the LoginScreen.exe.config file.
By the time I placed the lines back into /etc/mono/config, something has been messed up and I now have the error "System.DllNotFoundException: /usr/local/lib/libcsfml-graphics.so.2.1" again. From what I've seen so far, this error can be caused by basically anthing and I don't have a clue what I changed.
Edit: I think I already know what is causing this. I'm on a 64bit system and I installed 32bit libraries because MonoDevelop only works 32bit, while running mono in the terminal is 64bit.
So it is going to take some time to get a decent tutorial online if I can't even get it work myself.
And my first atempt to use it on windows has failed as well, but I guess I should just try with recompiling the lib with Visual Studio.