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

Author Topic: VS 2013 and SFML Debug  (Read 2521 times)

0 Members and 1 Guest are viewing this topic.

ArcaneWater

  • Newbie
  • *
  • Posts: 5
    • View Profile
VS 2013 and SFML Debug
« on: December 23, 2013, 04:26:50 pm »
Hello, i just want to start with SFML, but it seems currently compiled libraries are not for VS 13 yet, when i try to run it in debug i get "The program can't start because MSVCR110D.dll is missing from your computer". In release i can open app, but for sure i need debug mode too. How can i fix this? I read that i can compile my self with cmake but i get some problems there.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10848
    • View Profile
    • development blog
    • Email
Re: VS 2013 and SFML Debug
« Reply #1 on: December 23, 2013, 04:29:42 pm »
If you just need the runtime libs, you can donwload & install the right redistributable package from Microsoft.

If you in fact want to develop SFML with VS 2013, you need to compiler SFML yourself.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

ArcaneWater

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: VS 2013 and SFML Debug
« Reply #2 on: December 23, 2013, 04:52:45 pm »
I thought so,... Any video tutorials for compiling ? I tryed with tutorial on site (text) but i dont even gen this entryes when i click configure...So i am doing somthing wrong

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: VS 2013 and SFML Debug
« Reply #3 on: December 23, 2013, 05:15:13 pm »
Forget video tutorials, especially the ones by CodingMadeEasy. They do more harm than good. The only good tutorials related to SFML I have seen so far are those from this thread.

You should read the official, written SFML tutorial. It explains how to build the library with CMake. And read it carefully, don't just ask without trying to understand it ;)
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

ArcaneWater

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: VS 2013 and SFML Debug
« Reply #4 on: December 27, 2013, 04:28:49 pm »
Will there be any public release of SFML which will support VS 2013? Without doing personal build.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10848
    • View Profile
    • development blog
    • Email
AW: VS 2013 and SFML Debug
« Reply #5 on: December 27, 2013, 05:57:51 pm »
Once SFML 2.2 gets released.
My new Nightly Builds should soon be ready as well. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

ArcaneWater

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: VS 2013 and SFML Debug
« Reply #6 on: December 27, 2013, 11:48:32 pm »
Any estimated release dates for 2.2? Q1?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10848
    • View Profile
    • development blog
    • Email
Re: VS 2013 and SFML Debug
« Reply #7 on: December 28, 2013, 12:45:11 am »
Well we need more people testing the Android and iOS versions, because that's what will get included in SFML 2.2. But as always there's no ETA other than "soon".
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

ArcaneWater

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: VS 2013 and SFML Debug
« Reply #8 on: December 28, 2013, 12:54:25 am »
Well we need more people testing the Android and iOS versions, because that's what will get included in SFML 2.2. But as always there's no ETA other than "soon".
How can we get involved into this testing?

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: VS 2013 and SFML Debug
« Reply #9 on: December 28, 2013, 01:27:31 am »
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

 

anything