Thursday, July 31, 2014

The first code of glfw

とりあえずインストールして、compiling the example code in http://www.glfw.org/documentation.html was successful.
I wrote the following code in the head of the example code.

#include 〈glfw/glfw3.h〉
#pragma comment(lib, "opengl32.lib")
#pragma comment(lib, "glfw3.lib")

No comments: