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

Author Topic: Setting up SFML 2.1 on Dev-c++  (Read 16349 times)

0 Members and 1 Guest are viewing this topic.

toad1359

  • Newbie
  • *
  • Posts: 2
    • View Profile
Setting up SFML 2.1 on Dev-c++
« on: October 18, 2013, 02:42:04 am »
How would I go about setting up SFML 2.1 on Dev-c++ 4.9.9.2? I downloaded the minGW package.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Setting up SFML 2.1 on Dev-c++
« Reply #1 on: October 18, 2013, 02:51:34 am »
First you should upgrade Dev C++ to Orwell's version, which is somewhere at 5.5.1.

Next the setup will be very similar to the on with Code::Blocks, you'll just need to find the similar options. It's not that hard, just try it and if it doesn't work come back here. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

toad1359

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Setting up SFML 2.1 on Dev-c++
« Reply #2 on: October 18, 2013, 02:57:30 am »
Do I have to use Orwell's version or can I use 4.9.9.2?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Setting up SFML 2.1 on Dev-c++
« Reply #3 on: October 18, 2013, 03:00:47 am »
The Bloodshed version (4.9.9.2) is outdated big time. It contains bugs, is not up-to-date with the latest C++ standards, misses other features, etc.
So yes you should definitely update!
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: Setting up SFML 2.1 on Dev-c++
« Reply #4 on: October 18, 2013, 07:57:22 am »
Your question should not be "how do I set up SFML on Dev-C++", but rather "how do I set up a library with Dev-C++", and more generally "how do I use Dev-C++". This way you won't have to post on the forums of each other library that you may use in the future. Especially since you chose a dead IDE that nobody knows about anymore ;)
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Setting up SFML 2.1 on Dev-c++
« Reply #5 on: October 18, 2013, 11:40:20 am »
Especially since you chose a dead IDE that nobody knows about anymore ;)
The Orwell version is not really dead. ;)
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: Setting up SFML 2.1 on Dev-c++
« Reply #6 on: October 18, 2013, 11:50:50 am »
But is it seriously used by today's developers?
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Setting up SFML 2.1 on Dev-c++
« Reply #7 on: October 18, 2013, 12:03:44 pm »
Probably not that much since everyone seems to hate Dev-C++ for some reason...
But unpopular software doesn't equal to unusable. I'm sure there's a handful of people using it. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/