SFML community forums

Help => General => Topic started by: AndreiDumitras on December 04, 2018, 01:36:00 pm

Title: CSFML in Code Blocks
Post by: AndreiDumitras 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?
Title: Re: CSFML in Code Blocks
Post by: eXpl0it3r on December 04, 2018, 02:46:39 pm
You need to link CSFML.
Title: Re: CSFML in Code Blocks
Post by: AndreiDumitras on December 04, 2018, 06:18:24 pm
I've done this before. Here's what I have on my project's Build options: