SFML community forums

Help => General => Topic started by: DasNasu on May 06, 2016, 04:38:43 am

Title: Gettin' a bunch of Error's (first time setting up SFML) by following a tutorial.
Post by: DasNasu on May 06, 2016, 04:38:43 am
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 (http://www.sfml-dev.org/tutorials/2.0/start-vc.php) 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_2.jpg)
http://dev.lknprojects.de/misc/Screenshot_1.jpg (http://dev.lknprojects.de/misc/Screenshot_3.jpg)
http://dev.lknprojects.de/misc/Screenshot_1.jpg (http://dev.lknprojects.de/misc/Screenshot_4.jpg)
http://dev.lknprojects.de/misc/Screenshot_1.jpg (http://dev.lknprojects.de/misc/Screenshot_5.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)
Title: Re: Gettin' a bunch of Error's (first time setting up SFML) by following a tutorial.
Post by: Erdrick on May 06, 2016, 05:23:52 am
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.
Title: Gettin' a bunch of Error's (first time setting up SFML) by following a tutorial.
Post by: DasNasu on May 06, 2016, 03:48:20 pm
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
Title: Re: Gettin' a bunch of Error's (first time setting up SFML) by following a tutorial.
Post by: eXpl0it3r on May 06, 2016, 04:02:59 pm
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.
Title: Re: Gettin' a bunch of Error's (first time setting up SFML) by following a tutorial.
Post by: DasNasu on May 06, 2016, 06:15:55 pm
setted up the dependencies and everything works fine :o

solved it :D