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

Author Topic: Please take a look to see if these are right:  (Read 1392 times)

0 Members and 1 Guest are viewing this topic.

samtheman

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Please take a look to see if these are right:
« on: May 14, 2018, 07:00:52 pm »
Please review these lib and let me know before I link them:
Thanks Chester,

(static linked)

Release

Sfml-graphics-s.lib;
Sfml-window-s.lib;
Sfml-audio-s.lib;
Sfml-network-s.lib;
Sfml-system-s.lib;

Debug

Sfml-main-d.lib;
Sfml-window-s.lib;
Sfml-graphics-s-d.lib;
Sfml-audio-s-d.lib;
Sfml-network-s-d.lib;
Sfml-system-s-d.lib;



eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
Re: Please take a look to see if these are right:
« Reply #1 on: May 14, 2018, 07:24:54 pm »
How about you just try it? ;)
Worst that can happen is linker errors. If you need confirmation from others for every step you take, you won't get any where. Trial-and-error can work in some cases, but often it's a lot smarter to just read a book or the documentation on it.

See the official tutorials for setting SFML up for VS. Hint: There's a section about static linking and the requirement to link dependencies.

Please use the help section for asking questions.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything