我正在尝试设置 OpenGL,但我在 Visual Studio 中不断收到此错误:
c:\freeglut\include\gl\freeglut_std.h(68): fatal error C1189: #error : Static linking is not supported with this build. Please remove the FREEGLUT_STATIC preprocessor directive, or download the source code from http://freeglut.sf.net/ and build against that.
如何在 Visual Studio 中设置 OpenGL 来执行此操作?我使用的源代码在 opengl-redbook 网站 ch3 上。