0 Members and 1 Guest are viewing this topic.
mingw32-g++.exe -LC:\SFML-2.3\lib -o bin\Debug\SFML_testing.exe obj\Debug\main.o -lsfml-graphics-d -lsfml-window-d -lsfml-system-d
undefined reference to `_imp___ZN2sf6StringC1EPKcRKSt6locale'
Which tutorial?The fact that you are getting "_imp___ZN2sf6StringC1EPKcRKSt6locale", means that is it an implied reference. Are you defining "SFML_STATIC", while using the dynamic libraries, or not when using the static libraries?
you must be linking wrong.try thishttp://www.edparrish.net/common/sfmlcb.html
This tutorial:http://www.sfml-dev.org/tutorials/2.1/start-cb.php
this tutorial was written for version 2.2