Thread: Probem with glut devpavk installing

  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    106

    Probem with glut devpavk installing

    so i downloaded the glut devpack and installed it but im getting all kinds of linker errors... could this be cause by me having a portable edition of c++.... advice?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Linker errors usually mean you're still missing libraries (or you didn't add them to the project).

    Posting actual error messages would help....
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    106
    yep I forgot to link it to the glut32 library.... thanks for the reply

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. To use GLUT or not?
    By Jake.c in forum Game Programming
    Replies: 14
    Last Post: 08-17-2009, 06:26 PM
  2. Glut
    By Matty_Alan in forum C Programming
    Replies: 7
    Last Post: 07-16-2007, 07:01 AM
  3. Displaying my glut output in my own class window.
    By Queatrix in forum Windows Programming
    Replies: 0
    Last Post: 10-19-2005, 10:09 AM
  4. Problems installing GLUT in .NET 2003
    By Kaminaga in forum Game Programming
    Replies: 4
    Last Post: 08-18-2005, 05:33 PM
  5. Dis/Advantages of Glut?
    By Zeusbwr in forum Game Programming
    Replies: 1
    Last Post: 11-28-2004, 10:00 PM