SFML community forums

Help => General => Topic started by: samtheman on May 14, 2018, 07:00:52 pm

Title: Please take a look to see if these are right:
Post by: samtheman 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;


Title: Re: Please take a look to see if these are right:
Post by: eXpl0it3r 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 (https://www.sfml-dev.org/tutorials/2.5/start-vc.php). Hint: There's a section about static linking and the requirement to link dependencies.

Please use the help section for asking questions.