SFML community forums

Help => General => Topic started by: qasimjamal97 on December 22, 2020, 05:16:16 pm

Title: Installation
Post by: qasimjamal97 on December 22, 2020, 05:16:16 pm
Hope everyone is fine. I am new to SFML and trying to install it with visual studio 2019. After following the tutorial from the given link:

https://www.sfml-dev.org/tutorials/2.5/start-vc.php

I setup the SFML but got the error:

LNK 1104: cannot open the file sfml-kernel32.lib

Title: Re: Installation
Post by: eXpl0it3r on December 22, 2020, 06:02:13 pm
You added sfml-kernel32.lib to the linker settings, which is wrong and of course also not mentioned in the tutorial. ;)