Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

If anybody uses SFML, could you tell me how to add it to a project in code::blocks? Any technique will do.

share|improve this question

closed as unclear what you're asking by Anko, Josh Petrie Aug 7 at 16:27

Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

1  
What did you try and how did it fail? –  Anko Aug 7 at 10:18
    
I have tried everything. I dont know how did it fail. Nothing is working. I was a long time SFML user. I dont know what the fuck is wrong with it now. –  Raj Aug 8 at 17:13

1 Answer 1

Well, If you did a basic google search, you would find lots of answers to your question. Here is a good website to answer your question, straight from SFML itself: SFML and Code::Blocks

This is based off of windows, but I'm sure it will work for all platforms.

Hope this helps.

share|improve this answer
    
I have already tried everything and nothing worked. If you have used it and/or know how to add it to a project tell me how to do it. –  Raj Aug 8 at 17:10
    
@Raj which OS are you using? –  PlatyPi Aug 8 at 22:06
    
I am using windows 7 –  Raj Aug 10 at 3:40
    
Are you getting any errors of some sort trying to compile the program (If so, can you display them)? Or you just in general can't figure out how to link it? –  PlatyPi Aug 10 at 5:31
    
Another thing, do you have the correct version of SFML for code::blocks (the MinGW GCC version)? Or do you have the correct bit version of it (32-bit or 64-bit)? –  PlatyPi Aug 10 at 5:47

Not the answer you're looking for? Browse other questions tagged or ask your own question.