c++ - Errors compling sample source code from open-gltutorial.org -


I tried and tried to compile the source from the site listed. Particularly involving a triangle other then here is a list of my lib:

  opengl32.lib glfw3.lib glu32.lib glfw3dll.lib glew32.lib glew32s.lib freeglut.lib  

I am on Windows 7 x 64, IDE VS 2010 Express C ++ is registered, all of my included and Libs are for x86, these are my errors. I had received CMake for creating project files for me and after that I also get the tutorial to create

  1> Glfw3.lib (win32_window.obj): LNK2001 Error: Unsolved External Symbol __imp__TrackMouseEvent @ 4 1> gt; Glfw3.lib (win32_window.obj): Error LNK2001: Unsolved external symbol __imp__translateMessage @ 4 1> gt; Glfw3.lib (win32_window.obj): Error LNK2001: Unsolved external symbol __imp__DispatchMessageW @ 4 1> Glfw3.lb (win32_window.obj): LNK2001 Error: Unsolved External Symbol __imp__PeekMessageW @ 20 1> Glfw3.lib (win32_window.obj): LNK2001 Error: Unsolved exotic symbol is like __imp__GetMessageTime @ 0  

50 as well. They also start with all the glfw3.lib. I think I did not have the right library there, but I have tried every lip file, try binary prebilt for windows and everything from the tutorial files to the project file Also included are:

  // These are already VS 2010 kernel32.lib // user32 are included by liberalization // gdi32.lib // winspool.lib // shell32.lib // ole32.lib // oleaut32.lib // uuid.lib // comdlg32.lib // Advapi32.lib // glu32.lib opengl32.lib External \ glfw-3.0.3 \ src \ release \ glfw3.lib External \ release \ GLEW_190.lib  


Comments