Thank you for your interest, and I do understand that it's a bit annoying. The app requires the GLUT and GLEW libraries, both of which are pretty well-known. I no longer pass along files containing compiled executable code of any kind (.lib, .dll files), because virus scanners are not absolutely effective -- and so you must obtain those kinds of files yourself, directly from their authors. I've included the download URLs below, for Win32.
As well, solution/project files can also possibly contain malicious 'code' in the form of executed commands, and so I no longer provide those either. Visual C++ Express will warn you about this when you upgrade solutions/projects, and it will ask you to make sure that the solutions/projects come from a trusted source.
It's annoying, but it's better to be safe than sorry. If you do not wish to go through the hassle, I will understand.
Downloading GLEW:
Generally, the GLEW library can be obtained from the following website, or with your OS's package manager:
For Win32, a direct link to the GLEW .h, .lib and .dll files is:
https://sourceforge.net/projects/glew/files/glew/1.9.0/glew-1.9.0-win32.zip/download
Downloading GLUT:
Generally, the GLUT library can be obtained from your OS's package manager.
For Win32, a direct link to the GLUT .h, .lib and .dll files is:
http://user.xmission.com/~nate/glut/glut-3.7.6-bin.zip
Message was edited by: S Halayka