Hi
When i try to compile any program that uses the SFML libraries i only get an empty cmd window and i seem to be able to display nothing in it.
When i try to compile the same program with static libs it works fine.
My guess is that the program is not loading the dlls as it should, so what am i doing wrong???
Im using mingw with the following linker options:
-lsfml-graphics
-lsfml-window
-lsfml-system