SFML community forums
Help => General => Topic started by: Golddiggerth on December 22, 2012, 08:49:37 pm
-
Hello i have windows 8 and i got a problem with this.
http://www.uploadscreenshot.com/image/1774678/8380512
-
hello please read this.
http://en.sfml-dev.org/forums/index.php?topic=5559.0
-
I tride to install sfml for code :: blocks and than on the last moment by a test is coming that error(see the screen).
And i would not know what i say more.
-
You can tell us about:
- your code
- your version of SFML
- your compiler
- what the debugger says
- the english translation of the error message
- etc.
;)
-
I'm just guessing here, but you either need to ; Link Statically (Always recommended on windows), OR, include the dlls with your exe when linking dynamically
EDIT: Nevermind, I read the error more carefully now. You need to do this:
1. Install the latest mingw-gcc and configure codeblocks to work with it and use it as default(optional)
2. Compile the latest sfml2-git with the latest mingw compiler
3. link and use that SFML-distribution in your project, and compile your project with the same compiler.