I have tried lot`s of tutorials about setting up SFML library, but none of them havent helped me.
So i was wondering if anyone could explain me what you need and what to do, so it would work!
Im using CodeBloks 10.05 and i want to use SFML 2.0!
6 replies to this topic
Sponsor:
#2 Members - Reputation: 610
Posted 30 October 2012 - 03:18 PM
Go to http://www.sfml-dev.org/download.php
Then search the "C++ | version 2.0 RC"
and in that for " Windows 32 bits - GCC SJLJ (Code::Blocks) (15.7 MB) "
and download that Quick link ( http://www.sfml-dev....2-gcc4-sjlj.zip )
Then open codeblocks.
Create empty project.
Rightclick project name and select "Properties"
in 1st tab "Project Setting" select "Project's build options..." its abovde "Cancel" button
Then select 2nd tab "Linker settings"
and add these
Then select 3rd tab "Search directories"
Then select first bellow tab "Compiler"
Click "Add" and find your "sfml/include/" folder //////seach location where you downloaded the link
Then select second bellow tab "Linker"
Click "Add" and find your "sfml/lib/" folder //////seach location where you downloaded the link
Then go intro youre "sfml/bin/" folder and copy all the dll's and copy intro your project folder "/bin/" folder where your executable should be located.
And your set for programing!
Then search the "C++ | version 2.0 RC"
and in that for " Windows 32 bits - GCC SJLJ (Code::Blocks) (15.7 MB) "
and download that Quick link ( http://www.sfml-dev....2-gcc4-sjlj.zip )
Then open codeblocks.
Create empty project.
Rightclick project name and select "Properties"
in 1st tab "Project Setting" select "Project's build options..." its abovde "Cancel" button
Then select 2nd tab "Linker settings"
and add these
mingw32 sfml-system sfml-graphics sfml-window sfml-audio sfml-network
Then select 3rd tab "Search directories"
Then select first bellow tab "Compiler"
Click "Add" and find your "sfml/include/" folder //////seach location where you downloaded the link
Then select second bellow tab "Linker"
Click "Add" and find your "sfml/lib/" folder //////seach location where you downloaded the link
Then go intro youre "sfml/bin/" folder and copy all the dll's and copy intro your project folder "/bin/" folder where your executable should be located.
And your set for programing!
Edited by BaneTrapper, 30 October 2012 - 03:28 PM.
Current projects:
The Wanderer, 2d turn based rpg style game
www.gamedev.net/topic/641117-check-up-the-wanderer/
#3 Members - Reputation: 234
Posted 31 October 2012 - 12:18 AM
Just thought I should add that it is probably a good idea to build everything from source as things have changed since the RC was released.
Also, I read something about the SFML libraries not being compatible with the MinGW compiler that comes with CB 10.05 for SFML 1.6. I'm not sure if this is still something going on with the 2.0 RC.
Interestingly enough I had trouble getting 2.0 working as well when I tried. I'll see if following the steps above work!
Also, I read something about the SFML libraries not being compatible with the MinGW compiler that comes with CB 10.05 for SFML 1.6. I'm not sure if this is still something going on with the 2.0 RC.
Interestingly enough I had trouble getting 2.0 working as well when I tried. I'll see if following the steps above work!
#7 Crossbones+ - Reputation: 1374
Posted 31 October 2012 - 04:12 PM
Well, if you put the SFML directory where your project file is going to be, all you have to do is create a new project, go to "SFML 2.0 Project" when you get to choose which type of project you want, then use their guide (All you have to do in their guide is tell them where your SFML folder is and where your lib and include folder is (Both of those folders are inside of the SFML directory.))
I'm a game programmer and photo editor.
Here's Breakout:
Breakout!
If you need some photo editing done, contact me:
superman3275@gmail.com
if you want some programming help, or are recruiting for a game development team, either PM me on here or email me up there
!
Here's Breakout:
Breakout!
If you need some photo editing done, contact me:
superman3275@gmail.com
if you want some programming help, or are recruiting for a game development team, either PM me on here or email me up there






