SFML community forums

Help => Window => Topic started by: asdasd on December 29, 2011, 10:05:14 pm

Title: sfml-window.dll is missing from your computer
Post by: asdasd 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?
Title: sfml-window.dll is missing from your computer
Post by: Turbine 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".