Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Invalid executables, not loading the DLLs properly  (Read 1151 times)

0 Members and 1 Guest are viewing this topic.

shiroaisu

  • Newbie
  • *
  • Posts: 28
    • View Profile
Invalid executables, not loading the DLLs properly
« 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