SFML community forums
Help => General => Topic started by: Tigre Pablito on July 26, 2013, 06:49:35 am
-
Hello Ladies and Guys from SFML
At some persons PCs' (not mine) my SFML and C# apps don t run, and the command shell says:
(more or less)
"I can t load csfml-graphics-2 DLL"
Does someone knows how to solve this problem?
Thanks
Pablo
this is one of the apps with what this occurs
https://www.dropbox.com/s/9ikj1kbm53oqpp3/Sonic%20the%20Hedgehog%20by%20Pablito.rar
-
Just a shot in the dark but did you include all the required DLL files with your executable?
-
Since your using SFML.NET bindings your must include the dlls (csfml-xxx-2.dll) alongside your executable.