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

Author Topic: Linking SFML with CodeBlocks  (Read 776 times)

0 Members and 1 Guest are viewing this topic.

Ookami1010

  • Newbie
  • *
  • Posts: 1
    • View Profile
Linking SFML with CodeBlocks
« on: May 10, 2018, 11:42:16 pm »
I just downloaded SFML (GCC 5.1.0 TDM (SJLJ) - Code::Blocks - 32-bit) to use with the newest version of CodeBlocks and I followed the instructions to configure an SFML project. At first, the library provided in the example at the bottom of the page wasn't recognized but now it is. However, I now get the following error:

The code execution cannot proceed because libgcc_s_sjlj-1.dll was not found. Reinstalling the program may fix this problem.

Does anyone know how to fix this?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10827
    • View Profile
    • development blog
    • Email
Re: Linking SFML with CodeBlocks
« Reply #1 on: May 10, 2018, 11:50:32 pm »
So what does the error tell you? How much time did you spend figuring this out on your own with the whole internet at your finger tips? ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything