开发环境dev c++ 4.9.9.2minGW编译器语言C++先上一段代码
#include <windows.h>
#include <GL/glut.h>
#include "mybutton.h"
#include "BmpLoader.h"
GLunit texnum;
glut已经配置好了,之前也一直没有问题,为什么声明这个GLunit 类型的变量编译器就报错:'GLunit' does not name a type-----------------------------------------------------------------------
或许这是个很简单的问题,
我已经在网上找了许多资料看了,但是没有一个能解决这个问题的……
迫于无奈在这里请教各位了!any suggestion would be appreciated!!