Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: win8,sfml,error  (Read 1824 times)

0 Members and 1 Guest are viewing this topic.

Golddiggerth

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
win8,sfml,error
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: win8,sfml,error
« Reply #1 on: December 22, 2012, 08:55:48 pm »
Laurent Gomila - SFML developer

Golddiggerth

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: win8,sfml,error
« Reply #2 on: December 22, 2012, 09:26:13 pm »
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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: win8,sfml,error
« Reply #3 on: December 22, 2012, 10:44:11 pm »
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.

;)
Laurent Gomila - SFML developer

Haikarainen

  • Guest
Re: win8,sfml,error
« Reply #4 on: December 23, 2012, 02:52:47 pm »
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.

« Last Edit: December 23, 2012, 02:54:37 pm by Haikarainen »