Hello, I have this trouble, when I'm trying to compile the template code from sfml website:
[FR] Le point d'entrée de procédure _ZN2sf11CircleShapeC1Efj est introuvable dans la bibliothèque de liaisons dynamique sfml-graphics-2.dll
I compile with g++ here's the command:
g++ src\main.cpp -Iinclude\ -Llib\ -o main
OS:
Windows XP Pro SP3 32-Bit
The compilation works but this happens when launching the app.