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

Author Topic: Gettin' a bunch of Error's (first time setting up SFML) by following a tutorial.  (Read 1688 times)

0 Members and 1 Guest are viewing this topic.

DasNasu

  • Newbie
  • *
  • Posts: 3
    • View Profile
Well, like the title said: i'm gettin' a bunch of errors, when i try to set up sfml the first time.
I followed this tutorial. Sure it's not really up to date, but i thought "the system behind wouldn't have changed" so i tried and ended up in a mess.
Im running
Win 7 x64 Enterprise, all updates done (no updates available in windows update),
Visual Studio 2013 Ultimate x86,
downloaded SFML 2.3.2 for Visual C++ 12 (2013) 32 bit.

My code for trying:
(click to show/hide)

Errors created by this code....
(click to show/hide)

2nd code to try the installation:
(click to show/hide)

Errors created by this, the 2nd:
(click to show/hide)

some screenshots to view my config:
http://dev.lknprojects.de/misc/Screenshot_1.jpg
http://dev.lknprojects.de/misc/Screenshot_1.jpg
http://dev.lknprojects.de/misc/Screenshot_1.jpg
http://dev.lknprojects.de/misc/Screenshot_1.jpg
http://dev.lknprojects.de/misc/Screenshot_1.jpg

forgot something? hopefully not.
missin' information? feel free to ask :D

ps: if this topic is solved in any area of this forum, sorry.. haven't had much panache to search about ~500 or more topics to find something :/ yeah shame on me

Greetings DasNasu

pps: yeah.. i know lil bit heavy to read all this stuff (i'm from germany)

Erdrick

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Email
Hi,

There are up to date tutorials here: http://www.sfml-dev.org/tutorials/2.3/

SFML has changed, so you'll need to follow the latest tutorials which should help you.

DasNasu

  • Newbie
  • *
  • Posts: 3
    • View Profile
Hi, thanks for your fast help :D

setted up the dependencies and everything works fine :o

Thank you for takin' your time, to read all this stuff upside and give me the hint that a lil bit is different c:

Greetings DasNasu

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10976
    • View Profile
    • development blog
    • Email
Your answer is a bit cryptic. Did you solve the problem or not?

If not, then check the Code::Blocks tutorial, specifically the section about static linking. Add all the SFML dependencies to the library linking section.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

DasNasu

  • Newbie
  • *
  • Posts: 3
    • View Profile
setted up the dependencies and everything works fine :o

solved it :D

 

anything