SFML community forums

Help => General => Topic started by: h4tt3n on August 27, 2011, 01:47:46 pm

Title: CodeBlocks installation trouble
Post by: h4tt3n on August 27, 2011, 01:47:46 pm
Hello,

I'm having trouble installing SFML for use with my code::blocks IDE. When choosing "create a new project" -> SFML project, the SFML project wizard pops up, but I cannot make it see where I've installed the SFML lib and include folders.

The paths are:

C:\Program Files\CodeBlocks\MinGW\lib
C:\Program Files\CodeBlocks\MinGW\include\SFML

It seems that codeblocks cannot cope with the \SFML part of the include path. Could someone please help mne fix this? Simply copy-pasting the content of the SFML folder into the include folder does not work. Also, is this primarily a SFML-related or CodeBlocks-related problem? The two are clearly intended to be able to work together.

Cheers,
Mike
Title: CodeBlocks installation trouble
Post by: Laurent on August 27, 2011, 03:07:08 pm
Don't use "SFML project", it's buggy. Create an empty project and follow the tutorial.
Title: CodeBlocks installation trouble
Post by: N1ghtly on August 28, 2011, 12:13:02 am
And don't forget to save that empty sfml project as a template!
Title: CodeBlocks installation trouble
Post by: h4tt3n on August 28, 2011, 07:27:34 pm
Thanks for the advise, now it runs fine.