(18):error C2533:'OpenGLContext::{ctor}‘:构造函数不允许返回类型#include <Windows.h>#include <iostream>
Default constructor for the OpenGLContext classAt this stage it does nothing
bu
error LNK2019: unresolved external symbol _gluLookAt@72 referenced in function "public: void __thiscall OpenGLContextsetupScene@OpenGLContext@@QAEXXZ)
我包含了GL/lu.h并检查了lib和dll是否存在。(默认情况下)我使用的是visual studio 2012。