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

Author Topic: Prebuild binaries for Visual Studio 2015  (Read 2434 times)

0 Members and 1 Guest are viewing this topic.

kingguru

  • Newbie
  • *
  • Posts: 12
    • View Profile
Prebuild binaries for Visual Studio 2015
« on: August 05, 2015, 08:48:32 pm »
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 :-)

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Prebuild binaries for Visual Studio 2015
« Reply #1 on: August 05, 2015, 08:57:19 pm »
Please search the forum and you'll find that this has been asked and answered several times.

Short answer: yes, there will eventually be pre-built binaries.

kingguru

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Prebuild binaries for Visual Studio 2015
« Reply #2 on: August 05, 2015, 09:10:12 pm »
Thanks Jesper.

It seems like the problem was me not being able to use the search function and only searched in a subforum instead of all of the forums.

There are indeed plenty of discussions related to this issue.

Sorry about that :-)

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Prebuild binaries for Visual Studio 2015
« Reply #3 on: August 05, 2015, 09:15:08 pm »
...
There are indeed plenty of discussions related to this issue.

Sorry about that :-)
No problem  :)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: Prebuild binaries for Visual Studio 2015
« Reply #4 on: August 06, 2015, 12:44:23 am »
Feel free to use my unofficial "nightly" builds, till we get some official ones. The RC version seems to be compatible with the release.

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?
What do you mean with "compile cross platform stuff"?
« Last Edit: August 06, 2015, 12:57:05 am by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

kingguru

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Prebuild binaries for Visual Studio 2015
« Reply #5 on: August 06, 2015, 09:50:05 pm »
Quote
What do you mean with "compile cross platform stuff"?

Sorry, bad wording.

I simply meant that it's been a while since I had to write C++ code that should compile and run on more than one platform, so I'm not sure what is currently the best ways to do that when it comes to choosing a compiler chain.

Thanks a lot for your work on the nightly builds. I'll look into to that.

Hapax

  • Hero Member
  • *****
  • Posts: 3353
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Prebuild binaries for Visual Studio 2015
« Reply #6 on: August 07, 2015, 04:39:01 pm »
C++ code that should compile and run on more than one platform[...]I'm not sure what is currently the best ways to do that when it comes to choosing a compiler chain.
If you are already using Visual Studio, there's no reason to change in order to write cross-platform code. Simply choose an Empty Project and start from scratch.
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*