SFML community forums

Help => General => Topic started by: shiroaisu on December 02, 2010, 06:01:36 pm

Title: Invalid executables, not loading the DLLs properly
Post by: shiroaisu on December 02, 2010, 06:01:36 pm
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