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

Author Topic: CodeBlocks graphics dll error.  (Read 1394 times)

0 Members and 1 Guest are viewing this topic.

Kubion

  • Newbie
  • *
  • Posts: 2
    • View Profile
CodeBlocks graphics dll error.
« on: May 22, 2015, 10:41:37 pm »
Hello. I got a strange error where the problem is _gxx_personality_sj0 with sfml-graphics-d-2.dll library. The code of installing tutorial compiled right but when the debug get started i got this error.
To make your help easier i :
- have MinGW
- linked all rights linker settings (once tried with -s-d, and next changed to -d. didn't help)
- added path to SFML/bin and MinGW/bin folders.
- included dll files where the .exe program is

Maybe build log shall help:
(click to show/hide)

Arcade

  • Full Member
  • ***
  • Posts: 230
    • View Profile
Re: CodeBlocks graphics dll error.
« Reply #1 on: May 23, 2015, 12:34:58 am »
You post is a little unclear. Did you compile SFML yourself or did you download the pre-compiled libraries? That error usually means you are using a different compiler than the one that was used to compile the libraries. If you search the forums you will probably find posts of other people running into the same problem. For example, I found this one http://en.sfml-dev.org/forums/index.php?topic=10692.msg73854#msg73854
« Last Edit: May 23, 2015, 12:37:28 am by Arcade »

Kubion

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: CodeBlocks graphics dll error.
« Reply #2 on: May 23, 2015, 09:27:12 am »
Nevermind i solved the problem. Normal MinGW was wrong for some reason. TDM-GCC and changing in the toolchain Compiler's installation directory to already installed TDM-GCC solved the problem.

 

anything