Menu

fatal error LNK1120 at linking of GLFW

Using GLFW
Samuel
2013-05-26
2013-05-26
  • Samuel

    Samuel - 2013-05-26

    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.

     
  • Samuel

    Samuel - 2013-05-26

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

     

    Last edit: Samuel 2013-05-26