Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
SFML projects
»
SFML for VS2015 (VC++14)
Print
Pages: [
1
]
Author
Topic: SFML for VS2015 (VC++14) (Read 8548 times)
0 Members and 1 Guest are viewing this topic.
CWConfl!ct
Newbie
Posts: 3
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
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
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.
Logged
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
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).
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
Re: SFML for VS2015 (VC++14)
«
Reply #3 on:
November 17, 2014, 01:30:17 pm »
What?
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.
Logged
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
Re: SFML for VS2015 (VC++14)
«
Reply #4 on:
November 17, 2014, 10:57:43 pm »
I feel like an idiot now
.
Thanks for pointing it out
.
Logged
Print
Pages: [
1
]
SFML community forums
»
General
»
SFML projects
»
SFML for VS2015 (VC++14)