Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML for VS2015 (VC++14)  (Read 8235 times)

0 Members and 1 Guest are viewing this topic.

CWConfl!ct

  • Newbie
  • *
  • Posts: 3
    • View Profile
SFML for VS2015 (VC++14)
« 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 :)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: SFML for VS2015 (VC++14)
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

CWConfl!ct

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: SFML for VS2015 (VC++14)
« Reply #2 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).

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: SFML for VS2015 (VC++14)
« Reply #3 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

CWConfl!ct

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: SFML for VS2015 (VC++14)
« Reply #4 on: November 17, 2014, 10:57:43 pm »
I feel like an idiot now  ;D.
Thanks for pointing it out :).