Thread: glut question

  1. #1
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681

    glut question

    I'm looking into doing some openGL programming and I have found a lot of references to GLUT. I noticed that on the Window's systems you need to have a dll in your system folder. I am assuming that anyone who wishes to run the program would need the dll on their system also. Can anyone verify or correct me please.

    Thanks

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    They need to have the DLL but I think it is enough if you provide it with the exe file (in the same folder as the exe).

  3. #3
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Ok thanks for the info

  4. #4
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    I would assume that as well, being how windows checks the processes folder for dll's as well as the system folders.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  2. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  3. GLUT question <please help!>
    By psychopath in forum Game Programming
    Replies: 5
    Last Post: 05-15-2004, 10:15 AM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM