Hi,
I want to use OpenGL with visual c++ 6 and am not sure what I need to include in my project and lib directory to start using
some of their library functions. Could someone please give me a hand with this.
Thanks
Printable View
Hi,
I want to use OpenGL with visual c++ 6 and am not sure what I need to include in my project and lib directory to start using
some of their library functions. Could someone please give me a hand with this.
Thanks
This may help you:
Auxiliary or Toolkit:
glaux.lib
glaux.h
OpenGL:
opengl32.dll
opengl32.lib
gl.h
Utility library:
glu32.dll
glu32.lib
glu.h
Peter
Source:
I read this in then OpenGL Superbible by
Michael Sweet and Richard S. Wright jr.
Easy,
Use GLEnableView.h and GLEnableView.c
These are found on "www.codeguru.com" >> opengl
Just find an example with these files and follow instrucions