Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: Run a OpenGL programme in VC++ .NET

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2004
    Posts
    2

    Run a OpenGL programme in VC++ .NET

    Who can tell me how to run a OpenGL programme with MFC and how to install the GLUT lib?

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Jan 2003
    Location
    Virginia
    Posts
    601

    Re: Run a OpenGL programme in VC++ .NET

    you may wish to elaborate on the first part of your question... but there are tutorials try http://nehe.gamedev.net

    second part is you should install the glut.h file into Vc7/PlatformSDK/Include/gl and the glut32.lib in the Vc7/PlatformSDK/lib directory and the glut32.dll I usually throw into the WINDOWS/system directory or some other place where the PATH environment variable has been set to look.

  3. #3
    Intern Contributor
    Join Date
    Jul 2002
    Location
    Seri Kembangan, Selangor, Malaysia
    Posts
    92

    Re: Run a OpenGL programme in VC++ .NET

    Hi,

    Try on this website: http://www.myopendemo.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •