Hi, I'm trying to set up OpenGL with Visual C++ on Windows 7. I'm trying to get this source from the tutorial to compile:
http://pastebin.com/dFrUj4zkBut I get this error:
Error 1 error LNK2019: unresolved external symbol __imp__glViewport@16 referenced in function _main C:\Users\Nick\Desktop\Rendering\Rendering\Rendering.obj
I would imagine that I need to add some sort of OpenGL.lib file, but when I try and add "sfml/opengl-d.lib" to the "additional dependencies" category under Linker settings, I get an error that it doesn't exist.
I couldn't find anything about this under the tutorial, or anywhere online. So if anyone could please have the patience to help me out with this simple problem I would be extremely grateful.