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

Author Topic: sfml-system.dll is missing?  (Read 1767 times)

0 Members and 1 Guest are viewing this topic.

Khaine

  • Newbie
  • *
  • Posts: 1
    • View Profile
sfml-system.dll is missing?
« on: September 19, 2010, 09:32:20 pm »
Hi everyone,

I followed this tutorial http://www.sfml-dev.org/tutorials/1.6/start-cb.php to try and set up SFML for my code::blocks but now whenever I compile and run a program it says

Quote
The program can't start because sfml-system.dll is missing from your compuer. Try reinstalling the program to fix this problem.


Can anyone help me fix this? What should I reinstall?
Thanks

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sfml-system.dll is missing?
« Reply #1 on: September 19, 2010, 10:00:07 pm »
You must copy the SFML DLLs in the executable's directory, or in a directory which is in the PATH.
Laurent Gomila - SFML developer