SFML community forums

Help => General => Topic started by: Wolfgang on October 31, 2010, 06:39:02 pm

Title: Trouble static linking Visual Studio 2010 SFML 2.0
Post by: Wolfgang on October 31, 2010, 06:39:02 pm
Right now i'm triying to static link the SFML 2.0  .lib

it IS defined on the library dependencies all the stuff except networking and sound

sfml2-graphics-d.lib
sfml2-main-d.lib
sfml2-system-d.lib
sfml2-window-d.lib

But when i try to run the code it bugs me with the message that i don't have in my system "sfml2-system-d.dll" wich of course i don't have because i try to compile them static.

I'm using Windows 7 and Visual Studio 2010

Thanks for the help
Title: Trouble static linking Visual Studio 2010 SFML 2.0
Post by: Laurent on October 31, 2010, 06:42:20 pm
Quote
sfml2-graphics-d.lib
sfml2-main-d.lib
sfml2-system-d.lib
sfml2-window-d.lib

These are the dynamic libraries. Static ones have a "-s" suffix.