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

Author Topic: Error when run the SFML test program  (Read 1180 times)

0 Members and 1 Guest are viewing this topic.

alexge50

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Error when run the SFML test program
« on: January 26, 2014, 02:33:43 pm »
Hello y'll.
I have a message box that mean a error while i running the SFML test installing!
(see the attachment)
I installed on Code::Blocks 13.12
with MingW.
On Windows 8.1.
And wherever i put the DLLs will say to mi this error!

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
Re: Error when run the SFML test program
« Reply #1 on: January 26, 2014, 04:48:19 pm »
Usually means you are linking to a library version that does not match the DLL you're using.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10879
    • View Profile
    • development blog
    • Email
AW: Error when run the SFML test program
« Reply #2 on: January 26, 2014, 07:35:33 pm »
Code::Blocks 13.12 ships with the TDM GCC 4.8.1 compiler, for which there's no official package available, you need to build SFML from source. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything