SFML community forums
Help => General => Topic started 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?
-
You need to link CSFML.
-
I've done this before. Here's what I have on my project's Build options: