SFML community forums
Help => General => Topic started by: jbernard on May 18, 2013, 02:41:20 am
-
Using Code::Blocks/MinGW. I can't seem to static link to SFML 2.0.
I went through the "Getting Started" tutorial and even tried rebuilding SFML 2.0;
"SFML_STATIC" is defined in Build Options->#defines.
Yet, when I run my executable, I still receive the "sfml-graphics-2.dll is missing."
-
Maybe you aren't linking it to static libraries?
They end in -s
-
Oh I see them. You're right. The "Getting Started" should be updated.
-
It's in the tutorial
-
Yeah, rechecked it, it is. I guess I should read more carefully. ;)