CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Posts
    46

    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


  2. #2
    Join Date
    May 1999
    Location
    Germany
    Posts
    106

    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.


  3. #3
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured