CSC418 2504 Fall 2001: Visual C++ Checklist

  1. Are all the files in place? You'll need the following:
    File Location Description
    OPENGL32.dll C:\WINNT\SYSTEM32 or
    C:\WINDOWS\SYSTEM32
    opengl dynamic library. It is included in Windows 98, NT, ME, 2000
    OPENGL32.LIB C:\Program Files\Visual Studio\VC98\Lib
    (on my machine)
    opengl static library. It comes with Visual C.
    GLU32.LIB C:\Program Files\Visual Studio\VC98\Lib
    (on my machine)
    GLU static library. It comes with Visual C.
    GLUT32.LIB C:\Program Files\Visual Studio\VC98\Lib
    (on my machine)
    GLUT static library. It comes with GLUT distribution.
    glui32.LIB C:\Program Files\Visual Studio\VC98\Lib
    (on my machine)
    GLUI static library. It comes with the glUI distribution.
    gl.h C:\Program Files\Visual Studio\VC98\Include\GL
    (on my machine)
    GL include file. It comes with Visual C.
    glu.h C:\Program Files\Visual Studio\VC98\Include\GL
    (on my machine)
    GLU include file. It comes with Visual C.
    glut.h C:\Program Files\Visual Studio\VC98\Include\GL
    (on my machine)
    GLUT include file. It comes with the GLUT distribution.
    glui.h C:\Program Files\Visual Studio\VC98\Include\GL
    (on my machine)
    GLUI include file. It comes with the glUI distribution.

  2. Usually, there will be a project file (*.dsp) provided with the assignment. If this doesn't work on your machine, you can set it up yourself. To set up the Visual C++ environment for your project, you should check the following:

Alejo Hausner, Dept of Computer Science, University of Toronto
Last modified: Wed Sep 26 18:31:57 EDT 2001