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

Author Topic: When is SFML 2.0 gonna be compatible with VC 2012?  (Read 5529 times)

0 Members and 1 Guest are viewing this topic.

Assassinbeast

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • Email
When is SFML 2.0 gonna be compatible with VC 2012?
« on: October 25, 2012, 12:29:45 am »
Hey, sorry if its already been posted, but i couldn't seem to find it.

But when is SFML 2.0 gonna be compatible with VC 2012?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #1 on: October 25, 2012, 12:33:19 am »
It is already compatible with VS11/12, although there seems to be some problem with the express version and CMake. ;)

If you want some binaries, I've build SFML 2 a few weeks ago in different versions, you can get the 7zip archive here. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Assassinbeast

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • Email
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #2 on: October 25, 2012, 01:28:09 am »
Ahh ok, ty :-)

But im not sure if im gonna buy the full version just yet though  ;D

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #3 on: October 25, 2012, 01:46:52 am »
But im not sure if im gonna buy the full version just yet though  ;D
Well you don't need to buy it, if you use my provided binaries. The problem is somehow just with CMake and the Express version which doesn't have any further influence on VS itself and will probably be fixed in the next CMake version (if it isn't already). ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #4 on: October 25, 2012, 08:03:01 am »
Quote
But when is SFML 2.0 gonna be compatible with VC 2012?
It is. There's no precompiled version of the RC because in march, VC++11 and VS2012 were not released yet (and they are still not, right?).

Quote
The problem is somehow just with CMake and the Express version
What problem is there with CMake and the Express edition?
« Last Edit: October 25, 2012, 09:01:12 am by Laurent »
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #5 on: October 25, 2012, 08:42:51 am »
Quote
What problem is there with CMake and the Express edition?
I'm not sure, because I've the Professional version (for free as a student), but we had once a discussion (somewhere in the forum) and there somebody mentioned the CMake doesn't recognize the free VS11 compiler correctly (so no SFML issue).
But like I said I got thos second hand. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 878
    • View Profile
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #6 on: October 28, 2012, 10:17:23 pm »
It is. There's no precompiled version of the RC because in march, VC++11 and VS2012 were not released yet (and they are still not, right?).
It's released already. Only the new Office takes a few more weeks I suppose.

Regarding Express Edition: There shouldn't be any difference. The free version includes the compiler, linker, etc. Even the SDK download has everything (minus the IDE and testing/profiling stuff).

Luis

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #7 on: October 29, 2012, 01:34:20 am »
I can confirm it does work on Professional as I am a student as well and have compiled 2.0 RC just fine, but I do find it odd that it wouldn't work on Express 2012.

Like Mario said, I thought it was the same compiler and linker for both versions and only the IDE was different.. Guess not..

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 878
    • View Profile
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #8 on: October 29, 2012, 11:40:05 pm »
What you could try:

To create your project files, open the "Native Tools Command Prompt" (name might be different) from the start menu.

Using that Window, browse to the source folder of sfml, then run "cmake-gui". This should make it more easy for CMake to find everything. If this doesn't work either, we definitely need more details on how/where/why it's failing.

Klaim

  • Full Member
  • ***
  • Posts: 137
    • View Profile
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #9 on: November 02, 2012, 11:07:18 am »
Try the last version of CMake, 2.8.10 (in the download page, they didn't put public news on the main page yet). It should work with express.

Predator106

  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #10 on: November 09, 2012, 12:35:54 am »
i don't know why you're going to consider buying it when there's e.g. KDevelop4 which is much better than VS last i used VS. and free..

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #11 on: November 09, 2012, 12:40:19 am »
i don't know why you're going to consider buying it when there's e.g. KDevelop4 which is much better than VS last i used VS. and free..
Please don't start a IDE flame war, there's no sense for it... ::)
Some people like X, others like Y. Some people work on Windows only, others work on Linux or Mac only.
There's no THE TRUTH when it comes to IDEs, so yes your comment was quite useless. :-\
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Halsys

  • Jr. Member
  • **
  • Posts: 66
  • Halsys like Hal.sys
    • View Profile
    • Email
Re: When is SFML 2.0 gonna be compatible with VC 2012?
« Reply #12 on: November 09, 2012, 06:44:20 am »
Well if the X is doing fine and the person likes it? Why try Y if X is fine?
If it does its job and does it without lost hair or a broken blood vessel... Its a fine IDE by anyone.
Preaching Y would be pointless if someone is use to it for too long. Its a whole new habitat.
As for "Making" SFML and Building it, should be a easy job not a trivial one.
My post was probably not worth the Time, but that's my 2 cents.
If you notice I put "....", in my sentences way too much... I'm sorry.

 

anything