我正在使用带有 VS2012 的 Windows7 64 位。当包含“gl/gl.h”时,当编译器尝试编译 glee.h 时,我得到了 100 多个错误。在像其他人所说的那样包含 gl.h 之前,我已将 windows.h 包含在 glee.h 中,但我仍然遇到错误。如果您需要任何其他信息,我很乐意在这里发布。
错误:
http ://usandfriends.x10.mx/OTHER/100s-of-errors-when-trying-to-compile-glee_h-vs2012-c__.html
我的 .cpp 文件:
#include "stdafx.h"
#include <Windows.h>
#include "gl/gl.h"
int _tmain(int argc, _TCHAR* argv[]) {
return 0;
}