Hi there,
Although I primarily work on Linux, I would like my code to work on Windows as well and therefore set up a small Windows installation with Windows 7 and the latest version of Microsofts C++ compiler.
The latest version of Visual Studio, as far as I can tell, is 2015 but there are no precompiled version of SFML available for download for that version yet.
I tried to compile SFML myself using the latest version of Visual Studio and faced some issues that I don't really want to bother you with since I'm fairly certain I could figure them out, but being lazy it would be nice not to have to do so that my question is simply:
Will there be a precompiled version of SFML for the latest version of Microsofts compiler available and if yes, then in which timeframe?
Additionally, it's been a while since I wanted to compile cross platform stuff on Windows so I'm not really up to date on what is currently the best way to do it. Should I just go with GCC (mingw?) or even clang instead?
Thanks a lot and hope this is the right forum to ask this in :-)