Visual C++ Express: Setting the additional libraries

Visual C++ Express: Setting the additional libraries

Add the following libraries: ‘opengl32.lib’, ‘glu32.lib’, ‘glew32.lib’ and ‘glfw3.lib’ .


Notice that I've stripped the version identifier from both glfw and glew folders. This isn't necessary. I did that to simplify the folder paths to be referenced later on the Visual Express project configuration (explained in detail at part 4).
This window will pop-up after successfully building the application
Back to post...