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

Author Topic: CSFML in Code Blocks  (Read 1523 times)

0 Members and 1 Guest are viewing this topic.

AndreiDumitras

  • Newbie
  • *
  • Posts: 2
    • View Profile
CSFML in Code Blocks
« on: December 04, 2018, 01:36:00 pm »
Hello, I tried to install CSFML for Code Blocks and I  meet some problems... I'm not sure about the problem that occurs: it doesn't find the library functions when I compile the code.
The firs error say: "undefined reference to `_imp__sfRenderWindow_create`". The next errors say the same thing but for other functions. What can I do to fix them?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11030
    • View Profile
    • development blog
    • Email
Re: CSFML in Code Blocks
« Reply #1 on: December 04, 2018, 02:46:39 pm »
You need to link CSFML.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

AndreiDumitras

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: CSFML in Code Blocks
« Reply #2 on: December 04, 2018, 06:18:24 pm »
I've done this before. Here's what I have on my project's Build options: