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

Author Topic: sfml-window.dll is missing from your computer  (Read 1663 times)

0 Members and 1 Guest are viewing this topic.

asdasd

  • Newbie
  • *
  • Posts: 1
    • View Profile
sfml-window.dll is missing from your computer
« on: December 29, 2011, 10:05:14 pm »
using VC++ 2010
did the linker thing
trying the window tutorial
put the dll in my executable directory
still says it's missing...
well now what?

Turbine

  • Full Member
  • ***
  • Posts: 102
    • View Profile
sfml-window.dll is missing from your computer
« Reply #1 on: December 30, 2011, 06:14:44 am »
Do you want to statically link the libraries or use shared (dlls)?

Just put the dlls in the working directory (the .exe), some IDEs by default set this directory. Or put in "\windows\system".