Fatal error LNK1120 at linking of GLFW

sam1996 wrote on Sunday, May 26, 2013:

If I try to use GLFW I get the following errormessage:
1>------ Erstellen gestartet: Projekt: Game, Konfiguration: Debug Win32 ------
1>Main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol “_glfwSwapBuffers” in Funktion “_main”.
1>Main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol “_glfwGetWindowParam” in Funktion “_main”.
1>Main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol “_glfwOpenWindow” in Funktion “_main”.
1>Main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol “_glfwInit” in Funktion “_main”.
1>C:\Users\Sami\Cpp\Game\Game\Debug\Shooter.exe : fatal error LNK1120: 4 nicht aufgelöste externe Verweise.
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
I don’t know where the error is because I think I linked everything correctly.

sam1996 wrote on Sunday, May 26, 2013:

Here is a picture of all important parts. I hope it will help, even if I use the german version of vc++2010