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

Author Topic: When will Build for Microsoft Visual Studio 2017?  (Read 28762 times)

0 Members and 1 Guest are viewing this topic.

Satus

  • Guest
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #15 on: April 06, 2017, 12:24:20 pm »
Don't know about SFML, by I couldn't use Qt built by 2015 with 2017.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10818
    • View Profile
    • development blog
    • Email
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #16 on: April 06, 2017, 12:42:12 pm »
Should be correct. But we're still waiting for someone to confirm.
A simple example builds and runs fine on my end with VS 2017 using SFML built 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/

sjaustirni

  • Jr. Member
  • **
  • Posts: 95
    • View Profile
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #17 on: April 06, 2017, 02:24:32 pm »
so this is incorrect ?

The VS2015 libs should be compatible with VS2017. ...

Well, before we've all switched to VS 2017, we had a problem building and running our private SFML project half of us using VS 2015 and the other one 2017. I don't remember the issue though. I think I concluded the problem must have been caused by different compiler versions and just made everyone switch to VS 2017 :D

No one has reported the old issue since. Shall I investigate this further?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10818
    • View Profile
    • development blog
    • Email
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #18 on: April 06, 2017, 02:31:38 pm »
No one has reported the old issue since. Shall I investigate this further?
It's your time, so you decide. ;D

Whether VS 2015 builds are fully compatible with VS 2017 builds doesn't really matter as much, because we will provide VS 2017 at one point and it's still recommended to use builds of the same compiler. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

sjaustirni

  • Jr. Member
  • **
  • Posts: 95
    • View Profile
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #19 on: April 06, 2017, 03:11:01 pm »
I won't spend any time on this then (delivering features is everything, right? Can't let myself procrastinate on this :D ). I hope you guys will be able to provide the official VS 2017 builds ASAP. Good luck!  ;D

jnbutler1815

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #20 on: June 02, 2017, 11:28:20 pm »
I was able to successfully setup VS 2017 Community Edition with the VS2015 32bit libs for static linking.

SeriousITGuy

  • Full Member
  • ***
  • Posts: 123
  • Still learning...
    • View Profile
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #21 on: June 13, 2017, 08:30:44 am »
I just built SFML master with Visual Studio 2017, only took me 5 minutes and works as expected.

tdsamardzhiev

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #22 on: June 29, 2017, 07:12:04 am »
I was able to successfully setup VS 2017 Community Edition with the VS2015 32bit libs for static linking.

I tried the VS2015 x64 builds and they appear to work, too.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10818
    • View Profile
    • development blog
    • Email
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #23 on: June 29, 2017, 09:00:05 am »
Alternatively, I've built VS 2017 "Nightly Builds": https://www.nightlybuilds.ch/
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Melcx

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: When will Build for Microsoft Visual Studio 2017?
« Reply #24 on: February 02, 2018, 06:40:22 pm »
I just upgraded all my project to vs2017 and had some really strange errors, and SFML was the cause of them.
I used the 2015 static linking lib, UCRT wasn't compatible : project building was ok but function like strtof() were sending non-sense error.
I finally built everything myself with CMake and everything is working again.

 

anything