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 2 of 2

Thread: programming environment

  1. #1
    Guest

    programming environment

    Hi,
    I am a beginner so I want to take get yoru advices about enviroments in which I can make opengl programming .I have visual.net 2003 but the modifications are hard to compile opengl codes. What are you using ..???????

    Thanks

  2. #2
    Member Regular Contributor
    Join Date
    Aug 2003
    Posts
    368

    Re: programming environment

    They're not really hard. If you want to use win32 code to create the window I don't think you need to make any modifications.
    If you want to use glut, then you can grap it from here then extract the header file to:
    [VS 2003 install dir]\VC7\PlatformSDK\Include\GL,
    extract the lib file to:
    [VS 2003 install dir]\VC7\PlatformSDK\Lib
    and finally drop the dll to C:\WINDOWS\System32 (depends on which win's your using, above is for XP). Post again if you have further difficulties.

    PS: I'm not sure about the directories, but if you get to 'PlatformSDK' withing VC's directory you're there.

Posting Permissions

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