|
-
September 10th, 1999, 07:54 PM
#1
OpenGL and VC++6
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
-
September 11th, 1999, 09:55 AM
#2
Re: OpenGL and VC++6
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
#3
Re: OpenGL and VC++6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|