Click to See Complete Forum and Search --> : OpenGL and VC++6


mikeMiller
September 10th, 1999, 07:54 PM
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

pherweg
September 11th, 1999, 09:55 AM
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.

September 15th, 1999, 12:45 AM
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