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

Author Topic: Error csfml 2.4 & 2.3 codeblocks  (Read 8844 times)

0 Members and 1 Guest are viewing this topic.

gldsn

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Error csfml 2.4 & 2.3 codeblocks
« on: October 24, 2017, 07:58:57 pm »
Hi,
I was trying compile this simple window using CSFML 2.4 and 2.3 with Codeclocks but i got this error

ps: with CSFML 2.2 works perfectly

http://imgur.com/a/15BuP
« Last Edit: October 24, 2017, 08:01:57 pm by gldsn »

MOP

  • Newbie
  • *
  • Posts: 19
  • Expect the progress
    • View Profile
Re: Error csfml 2.4 & 2.3 codeblocks
« Reply #1 on: October 24, 2017, 08:34:47 pm »
Hey gldsn,

got same errors few days ago. The Static Libary for GCC doesnt contain the Default Color Symbols.
Its a bug by the converting Tool, which the SFML Dev's used.

See here: https://en.sfml-dev.org/forums/index.php?topic=22626.0

In my last post, i created my own Libary(Graphics), you can download it and replace it, with yours.
It should work.

Greetz
My Github Repo:
Snake
Deep Deep Deep in Development

gldsn

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Error csfml 2.4 & 2.3 codeblocks
« Reply #2 on: October 25, 2017, 08:36:28 pm »
Hey gldsn,

got same errors few days ago. The Static Libary for GCC doesnt contain the Default Color Symbols.
Its a bug by the converting Tool, which the SFML Dev's used.

See here: https://en.sfml-dev.org/forums/index.php?topic=22626.0

In my last post, i created my own Libary(Graphics), you can download it and replace it, with yours.
It should work.

Greetz

thanks, now works XD

MOP

  • Newbie
  • *
  • Posts: 19
  • Expect the progress
    • View Profile
Re: Error csfml 2.4 & 2.3 codeblocks
« Reply #3 on: October 26, 2017, 09:51:36 am »
Cool, have fun.

Maybe someone of the Dev Team will update/proof the files of the C-Bindings and update on official download site^^
My Github Repo:
Snake
Deep Deep Deep in Development

 

anything