Hi Friends, before starting the setting up OpenGL environment, please do the following first: 1. Install Microsoft Visual C++ 6.0 (Comes with Ms Visual Studio 6.0) 2. Download the file called “opengl95.exe” and “glutdlls.zip” from internet. [Just open browser-> navigate http://www.google.com -> type upper mentioned file name and search -> you will definitely find the appropriate link to download.] 3. Run opengl95.exe file and it will be extracted and will be generated some files. Copy those files and 4. Extract the file “glutdlls.zip” and it will also generate some more files. 5. Now, combine all extracted files from two sources (opengl95.exe and glutdlls.zip) and place in one location. Setting up OpenGL environment for Microsoft Visual C++ With any system, you can start with a C\C++ compiler and install ...
Comments
Post a Comment