Thank you. I actually did have glut32.dll in the same folder with executable all the time. The problem lied elsewhere. I've compiled that GLUT application in release mode (not debug mode), then it...
Type: Posts; User: J.S.K
Thank you. I actually did have glut32.dll in the same folder with executable all the time. The problem lied elsewhere. I've compiled that GLUT application in release mode (not debug mode), then it...
I've written a RaceTrack program in C++ using Visual Studio 2005 under Windows XP. Everything is fine on a machine that has glut32.dll, .h, .lib. However, other computer that has no GLUT or...