I am relatively new to CUDA C/C++ programming and am working through “CUDA By Example” which is recommended by Nvidia for anyone looking to get into parallel programming on the GPU. That aside I am trying to set up a console program within Visual Studio 2010 which reads from a series of header files supplied by the authors of the book. These headers files are located within the project and require access to glut32.dll which it seems is not on my system. Therefore, I am looking for some help in rectifying this issue by installing glut32.dll onto my system.
EDIT: This issue was resolved and the solution can be found here.