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

Author Topic: Problem with setting up SFML  (Read 972 times)

0 Members and 1 Guest are viewing this topic.

Krofna

  • Newbie
  • *
  • Posts: 42
    • View Profile
    • Email
Problem with setting up SFML
« on: November 02, 2011, 03:32:57 pm »
I used the sample program to test if I set up SFML propertly, and it compiled and linked propertly. But when I start the program I get error 'This application has failed to start beacuse sfml-system.dll was not found. Re-installing the application may fix the problem.'
Now this is a bit confusing error beacuse I added
Quote
C:\Documents and Settings\User\Desktop\Mislav\SFML-1.6\lib
at Tools->Options->Projects and Solutions->VC++ Directories

I'm using Visual C++ 2008 Express Edition on Windows XP SP2.

Help would be appreciated :)

Thanks in advance.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Problem with setting up SFML
« Reply #1 on: November 02, 2011, 03:46:59 pm »
The requested DLL must be copied to the same directory as the executable.

This is written in the tutorial...
Laurent Gomila - SFML developer