Thread: Does vc++ 6 (visual studio 6) supply opengl compiler

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    50

    Does vc++ 6 (visual studio 6) supply opengl compiler

    Does vc++ 6 (visual studio 6) supply opengl compiler

    If so, what do I need to do to the compiler to have a opengl interface, or writing thing.

    thanks
    jay

  2. #2
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    OpenGL doesn't have a seperate compiler, it is written in C. You need to make sure you have the correct libraries and header files, take a peek in the game programming forums for more info.

  3. #3
    Registered User
    Join Date
    Jun 2004
    Posts
    722
    and include in the project settings in the link tab -> object/library module:
    glu32.lib glut32.lib glui32.lib
    otherwise you'll get undefined references to Gl's functions

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  2. Crazy errors caused by class, never seen before..
    By Shamino in forum C++ Programming
    Replies: 2
    Last Post: 06-10-2007, 11:54 AM
  3. visual studio 6 and visual studio.net difference
    By gemini_shooter in forum Tech Board
    Replies: 5
    Last Post: 02-04-2006, 01:32 AM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM