请教:OpenGL的问题
vc7.0.9466:
win32 application:
#include <GL/gl.h>
#include <GL/glu.h>
很多诸如此类的错误:unresolved external symbol __imp__wglDeleteContext@4 referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z)
查看gl.h里有glEnable等的定义。
include direction 没有问题
这是为什么??????