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

Author Topic: cant run SFML on Code::Blocks  (Read 6761 times)

0 Members and 1 Guest are viewing this topic.

zys5945

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: cant run SFML on Code::Blocks
« Reply #15 on: March 11, 2015, 03:51:42 am »
OMG finally I got it, thank you all for all the help.

The issue came down to incompatibility with compiler and my computer's architecture, I got an architecture of x64 but downloaded and installed x86 version of Mingw(which is Mingw32 in there offical website). I had to download not Mingw but mingw-w64 instead and then get the correct version of the library and finally everything worked

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10879
    • View Profile
    • development blog
    • Email
AW: Re: cant run SFML on Code::Blocks
« Reply #16 on: March 11, 2015, 07:24:59 am »
The issue came down to incompatibility with compiler and my computer's architecture, I got an architecture of x64 but downloaded and installed x86 version of Mingw(which is Mingw32 in there offical website).
Not really. x64 systems can easily deal with x86 applications. You most likely just got non-matching libraries. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything