Glaux.lib in Visual Studio 2008

openglportingvisual-studio-2008

I'm porting some code from Visual Studio 2005 to Visual Studio 2008.

Can i use the glaux.lib found in Visual Studio 2005 found in \PlatformSDK\Lib folder in Visual Studio 2008 ?
I don't want to change my APIs and have the requirement to use glaux.h

as said here , does this work

looks like glaux.lib is deprecated.
Instead link to kernel32.lib,
user32.lib, gdi32.lib and advapi32.lib

Best Answer

Download gluax.h from http://www.songho.ca/opengl/files/glaux.h and gluax.lib from http://www.songho.ca/opengl/files/glaux.lib.

Set the path and you are done.