[Solved] Visual Studio Linker Error while linking SFML-2.1


You should add your file names of *.lib files to vs’ linker.

Instruction:
1.Open your project Property pages.(Press Alt+F7 in vs).
2.Expand “Configuration Properties”.
3.Expand “Linker”.
4.You will find item “Input” under “Linker” and click the “Input”.
5.On the right side,you will find a item “Additional Dependencies”.
6.Add your lib file names here.(for example lib1.lib;lib2.lib…,separate the libraries with semicolon).

0

solved Visual Studio Linker Error while linking SFML-2.1