1
General / Re: cannot find -lsfml-xxxxx-d
« on: June 30, 2020, 01:27:32 pm »
Hey, (sorry for my bad english). I had the same problem and i solved it. Solution is very simple. Just link SFML dynamic. Copy .dll file form sfml>bin folder (all files) to the project folder. In codeblocks in relese linked normaly (sfml-graphic, sfml-window...) but in debug linked with -d (sfml-graphic-d, sfml-window-d...), and don't define "SFML_STATIC". It works for me.
PS. I have codeblocks with MinGW instaled but i download SFML - GCC 7.3.0 MinGW (SEH) - 64-bit because it's 64-bit, unlike the SFML version for codeblocks (32-bit).
PS. I have codeblocks with MinGW instaled but i download SFML - GCC 7.3.0 MinGW (SEH) - 64-bit because it's 64-bit, unlike the SFML version for codeblocks (32-bit).