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

Author Topic: Trouble static linking Visual Studio 2010 SFML 2.0  (Read 1547 times)

0 Members and 1 Guest are viewing this topic.

Wolfgang

  • Newbie
  • *
  • Posts: 1
    • MSN Messenger - jorizci@gmail.com
    • View Profile
Trouble static linking Visual Studio 2010 SFML 2.0
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Trouble static linking Visual Studio 2010 SFML 2.0
« Reply #1 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.
Laurent Gomila - SFML developer

 

anything