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

Author Topic: SFML on vs2013  (Read 1375 times)

0 Members and 1 Guest are viewing this topic.

qzmp

  • Newbie
  • *
  • Posts: 2
    • View Profile
SFML on vs2013
« on: March 07, 2014, 05:04:56 pm »
Im trying to install SFML 2.1 with my visual studio 2013 following this tutorial:
http://www.sfml-dev.org/tutorials/2.1/start-vc.php
but all i get is bunch of errors. Is the version provided on the download page even working with newest visual studio?

Jonki

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Re: SFML on vs2013
« Reply #1 on: March 07, 2014, 05:34:12 pm »
VS2013 uses VC++ version 12, for which there's no pre-compiled package available (yet). You'll need to compile SFML yourself.
« Last Edit: March 07, 2014, 05:36:02 pm by Jonki »
dafuq did I just write?

qzmp

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: SFML on vs2013
« Reply #2 on: March 07, 2014, 05:47:01 pm »
Thanks.

Jebbs

  • Sr. Member
  • ****
  • Posts: 358
  • DSFML Developer
    • View Profile
    • Email
Re: SFML on vs2013
« Reply #3 on: March 07, 2014, 07:05:55 pm »
DSFML - SFML for the D Programming Language.