OpenGL有关问题:“auxSolidSphere”: 找不到标识符

OpenGL问题:“auxSolidSphere”: 找不到标识符
我用的是vs2008 新建win32控制台程序
头文件:#include "stdafx.h"
#include <Windows.h>
#include "gl/gl.h"
#include "gl/glu.h"
#include "math.h"

在工程的连接器中添加了:C:\WINDOWS\system32\opengl32.dll 
C:\WINDOWS\system32\glu32.dll 
C:\Program Files\Microsoft SDKs\Windows\v5.0\Lib\IA64\GlAux.Lib

但是仍然出现了::“auxSolidSphere”: 找不到标识符 和 “auxSwapBuffers”: 找不到标识符


------解决方案--------------------
这两个应该是glaux.h里面的东西,但是VS2008好像没这个头文件了,
网上有人说是合并到WINGDI.h里面去了,你试试
http://www.cnblogs.com/frischzenger/archive/2009/04/11/1377962.html
------解决方案--------------------
glaux库中有~