SFML community forums

General => SFML projects => Topic started by: CWConfl!ct on November 17, 2014, 01:05:03 pm

Title: SFML for VS2015 (VC++14)
Post by: CWConfl!ct on November 17, 2014, 01:05:03 pm
I recently upgraded my projects to Visual Studio 2015, but I am forced to use the Visual Studio 2013 platform toolset as there is currently no SFML version (official or unofficial) for Visual Studio 2015.

Obviously to use SFML with the VC++14 toolset (Visual Studio 2015) the libraries must be compiled with Visual Studio 2015.

Please could an unofficial (or official, even better!) SFML library be released compiled with VS2015?

Thanks :)
Title: Re: SFML for VS2015 (VC++14)
Post by: eXpl0it3r on November 17, 2014, 01:15:24 pm
VS 2015 is still a preview version, if you want to use it, learn how to build your own stuff.

Also note: You can't use the VS 2010/2012/2013 libraries with VS 2015.
Title: Re: SFML for VS2015 (VC++14)
Post by: CWConfl!ct on November 17, 2014, 01:25:41 pm
Well, yeah, that's why I need the libraries.
I can 'build my own stuff', but as far as I'm aware SFML is closed-source (if I'm wrong please point me in the right direction).
Title: Re: SFML for VS2015 (VC++14)
Post by: eXpl0it3r on November 17, 2014, 01:30:17 pm
What? ;D

So you didn't spend any time on looking for the soruce code, right?

http://sfml-dev.org/download.php
https://github.com/SFML/SFML

SFML's source code is released under the zlib license.
Title: Re: SFML for VS2015 (VC++14)
Post by: CWConfl!ct on November 17, 2014, 10:57:43 pm
I feel like an idiot now  ;D.
Thanks for pointing it out :).